Brian Gerkey
aba24e7854
removed all .msg source, because we don't need it, and it causes problem with rosbuild ( #3232 )
2011-01-12 23:10:52 +00:00
Ken Conley
37f028a1f6
#3240 rosunit doc reviewed
2011-01-12 18:21:12 +00:00
Ken Conley
2cb8506b7b
rosunit: #3238 sys fix
2011-01-11 23:46:51 +00:00
Bhaskara Marthi
32fc031a4e
Allow jumping to launch file from launch buffer
2011-01-11 23:40:31 +00:00
Tully Foote
126ee04c60
making ROS_OS_OVERRIDE work properly for #2814
2011-01-11 00:49:25 +00:00
Tully Foote
013af744e4
patch for #2762
2011-01-05 22:50:17 +00:00
Tully Foote
a79362504d
patch for #3233
2011-01-05 22:30:00 +00:00
Tully Foote
64cbd76d8d
switching to load from parallel jobs for #2920
2011-01-05 20:23:54 +00:00
Ken Conley
e354ed7d8e
fix for standalone ros test
2011-01-05 01:56:24 +00:00
Ken Conley
cbae4fe20a
rospy->roslib
2011-01-05 01:54:03 +00:00
Ken Conley
1b5e0626f0
roslocate moved to be part of rosinstall
2011-01-05 01:45:36 +00:00
Brian Gerkey
589d17cc0a
reverted r12694 because it broke java and lisp client libs ( #3224 and #3225 ). Related to #2968 .
2010-12-31 23:12:15 +00:00
Ken Conley
9031638f37
removed tests that used ros_comm packages
2010-12-31 21:36:30 +00:00
Ken Conley
d0724d742b
deprecation warnings for roslib/Header/Clock/Log
2010-12-31 21:08:24 +00:00
Ken Conley
2371260266
tests now pass in ros stack
2010-12-31 21:01:16 +00:00
Ken Conley
82f0755bb3
fixes for ros_comm->ros move
2010-12-31 20:47:00 +00:00
Ken Conley
2159137b5c
removing test_roslib_comm tests
2010-12-31 20:42:59 +00:00
Ken Conley
69a856e137
copying roslib tests back into ros stack, will remove ros_comm dependent tests after cp
2010-12-31 20:31:52 +00:00
Brian Gerkey
90240853f3
also change group ID
2010-12-31 18:36:33 +00:00
Brian Gerkey
4727d752ae
When under sudo, drop back to normal user, #2884 .
2010-12-31 18:18:26 +00:00
Brian Gerkey
c202d0fc49
applied python 3 compat patch from #3222
2010-12-31 01:40:39 +00:00
Ken Conley
663162dd6c
python26
2010-12-31 00:44:54 +00:00
Brian Gerkey
ca2b2be40c
Moved roslang inclusion to inside rosbuild_genmsg and rosbuild_gensrv, to
...
avoid running the client code unnecessarily, and to allow later calls to
rosbuild_add_generated_msgs and friends, #2968 .
2010-12-30 19:33:51 +00:00
Brian Gerkey
36da65d3bf
added check for extreme directory depth, #2218
2010-12-30 19:05:42 +00:00
Brian Gerkey
c8d9a0499f
applied patch from #2813
2010-12-30 18:32:22 +00:00
Brian Gerkey
569f80237d
create intermediate directories as necessary for downloaded files, #2970
2010-12-30 18:19:10 +00:00
Brian Gerkey
f24a10bbfe
Switch from _rosbuild_remove_duplicates() to CMake's own
...
list(REMOVE_DUPLICATES). Turns out that my version was brittle in that
it didn't clear the outlist before building it up. This led to
accumulation of libraries in gtest-linked executables, in turn leading to
spurious relinking, #2460 .
2010-12-30 17:52:58 +00:00
Brian Gerkey
04ab3aacec
fix rosbuild_untar_file bug #3034
2010-12-30 16:35:31 +00:00
Ken Conley
2dc4267f6c
update py26-wxpython on macports. still some issues with cairo on my machine
2010-12-30 02:21:06 +00:00
Ken Conley
360b38b7e3
switching to wxWidgets-python for OSX
2010-12-29 09:15:08 +00:00
Ken Conley
bae1431e5f
test case for roscreate-stack r12666 regression
2010-12-29 07:35:12 +00:00
Ken Conley
51b755cd7f
bug fix for --show-deps variable init error
2010-12-29 07:34:50 +00:00
Ken Conley
d192e01b47
fixed bad roscreate-stack test
2010-12-29 00:39:08 +00:00
Ken Conley
1559239bd1
roscreate-stack: improvements to ros_comm dependency detection and license list
2010-12-29 00:16:13 +00:00
Ken Conley
f56fa3ac07
removing unused swig rosdep
2010-12-29 00:00:48 +00:00
Ken Conley
6afb79047b
removing unused ant rosdep
2010-12-29 00:00:17 +00:00
Ken Conley
d7eea46f30
removing unused ruby dep
2010-12-28 23:59:22 +00:00
Ken Conley
7af3358855
moved matplotlib, pil, numpy, and paramiko to ros_comm
2010-12-28 23:54:24 +00:00
Brian Gerkey
77971c42e4
applied patch to use standard OpenMP detection, #3184
2010-12-28 17:41:17 +00:00
Tully Foote
3a1329f389
cleaning up old rosdeps
2010-12-27 16:50:10 +00:00
Brian Gerkey
6ff9b6371e
Fixed #3191 .
2010-12-24 17:09:07 +00:00
Brian Gerkey
ecb76c0d43
part of the patch from #3177 that should have been committed with r12442
2010-12-24 17:08:37 +00:00
Brian Gerkey
841a30894f
step 2 of fixing structure test
2010-12-24 16:55:15 +00:00
Brian Gerkey
7559e6091c
step 1 of fixing structure test
2010-12-24 16:52:06 +00:00
Jeremy Leibs
5f2fdc64d9
Rosmake now includes list of stacks
2010-12-20 23:39:29 +00:00
Ken Conley
341a8ad0e1
switching to py26 for mac from py25
2010-12-20 21:28:26 +00:00
Tully Foote
37c3ae6820
fixing popen to subprocess #3207
2010-12-20 19:23:21 +00:00
Ken Conley
f28bc073d7
moved apr and log4cxx to ros_comm
2010-12-20 19:01:17 +00:00
Brian Gerkey
f50b42790f
removed logging namespace, for 2.5 compat
2010-12-18 17:58:40 +00:00
Brian Gerkey
8a0f9ee562
dummy commit
2010-12-18 01:14:54 +00:00