Josh Faust
|
a6f9cf5f6b
|
Fix memory leak: shutdown the xmlrpc manager after everything else (#2007)
|
2009-11-10 22:19:04 +00:00 |
Tully Foote
|
31cf2504f2
|
switching to use with on conditionals as per Ken's suggestion.
|
2009-11-10 22:01:58 +00:00 |
Tully Foote
|
5e6570d17a
|
making rosmake test only single threaded. restructuring slightly to make this easier.
|
2009-11-10 21:52:02 +00:00 |
Ken Conley
|
10362aee40
|
ROS_TEST_DIR -> ROS_TEST_RESULTS_DIR to be more specific
|
2009-11-10 21:49:36 +00:00 |
Rob Wheeler
|
ecb576d944
|
Initialize opt_profile_length before it is used in crawl_for_packages
|
2009-11-10 21:26:48 +00:00 |
Ken Conley
|
ae389def1e
|
roslib/rospy/rostest: #1871 logging data no longer goes to ROS_ROOT and respects ROS_HOME. Partial work on moving test results. Need action on #2003 to proceed
|
2009-11-10 21:21:43 +00:00 |
Brian Gerkey
|
1c40899440
|
Removed spurious errors, #1785
|
2009-11-10 20:16:19 +00:00 |
Josh Faust
|
7ee1ce0a70
|
Reimplement MultiThreadedSpinner in terms of AsyncSpinner
|
2009-11-10 19:58:11 +00:00 |
Josh Faust
|
6d1a9f6615
|
Switch from default argument to two constructors
|
2009-11-10 19:49:28 +00:00 |
Josh Faust
|
8c049083ce
|
* Add an AsyncSpinner object (#1870)
* Add ros::waitForShutdown()
|
2009-11-10 19:42:47 +00:00 |
Ken Conley
|
613f4c2636
|
test_rosmake: update to test suite due to change in succeeded name
|
2009-11-10 17:35:25 +00:00 |
Ken Conley
|
359e448f44
|
rosmake: typo in method name (succeeded)
|
2009-11-10 17:02:01 +00:00 |
Tully Foote
|
9d008365bb
|
passing robust flag instead of reading stale one. #1998
|
2009-11-10 03:45:28 +00:00 |
Ken Conley
|
1a3c9af1bc
|
fixing typo in r6765
|
2009-11-10 03:07:50 +00:00 |
Ken Conley
|
02200142db
|
rospy: #1997 deprecating timeout parameter to rospy service call
|
2009-11-10 02:40:07 +00:00 |
Ken Conley
|
13c04a5140
|
rospy: epydoc
|
2009-11-10 02:39:27 +00:00 |
Josh Faust
|
535b7972af
|
Updated manifest
|
2009-11-10 02:18:25 +00:00 |
Josh Faust
|
3d9dc3f755
|
Updated manifest
|
2009-11-10 02:14:50 +00:00 |
Ken Conley
|
bb4cec0abc
|
pycrypto: #1837 doc reviewed
|
2009-11-10 01:47:54 +00:00 |
Ken Conley
|
80a1ba61fb
|
paramiko: 3rdparty doc reviewed
|
2009-11-10 01:43:00 +00:00 |
Josh Faust
|
4c6c26dd82
|
Store latched messages on the subscriber side in addition to the publisher side, so that multiple subscriptions in a single node work properly (#1853)
|
2009-11-10 01:19:54 +00:00 |
Tully Foote
|
3c748d9c34
|
default number of threads is number of cpus/cores detected
|
2009-11-10 00:43:32 +00:00 |
Tully Foote
|
3ee1b0afa5
|
adding missing import
|
2009-11-10 00:18:40 +00:00 |
Josh Faust
|
0249d17b1e
|
Warn on auto-filling timestamps
|
2009-11-10 00:03:10 +00:00 |
Josh Faust
|
befbb114f5
|
Fix OSX compile error (hopefully)
|
2009-11-09 23:23:26 +00:00 |
Josh Faust
|
f2fd754d3d
|
Never write into ROS_ROOT (instead writing into ~/.ros by default)
|
2009-11-09 23:12:06 +00:00 |
Josh Faust
|
5814a90708
|
Add ros::removeROSArgs() (#1656)
|
2009-11-09 22:35:49 +00:00 |
Josh Faust
|
13e1079148
|
info->debug
|
2009-11-09 22:19:16 +00:00 |
Josh Faust
|
553a94bc1f
|
guard against deadlock by checking if we're already shutting down
|
2009-11-09 22:18:42 +00:00 |
Josh Faust
|
4844c882bd
|
Use atexit() to install a handler which gets run with exit() is called or main() returns which automatically shuts down the node
|
2009-11-09 22:17:49 +00:00 |
Josh Faust
|
349c8814b1
|
Rename xmlrpc++ to xmlrpcpp (#1833)
|
2009-11-09 22:03:27 +00:00 |
Josh Faust
|
6f9db3ee7d
|
Test ros::param version of searchParam
|
2009-11-09 21:57:01 +00:00 |
Josh Faust
|
85ea115423
|
Expose searchParam through the ros::param interface
|
2009-11-09 21:56:27 +00:00 |
Ken Conley
|
9302479c29
|
roslaunch: #1994 fix for --wait plus regression test
|
2009-11-09 19:37:32 +00:00 |
Ken Conley
|
b13879e032
|
svn ignores
|
2009-11-09 19:36:41 +00:00 |
Josh Faust
|
6f2cd8eb29
|
Validate names against the name spec, and warn if invalid
|
2009-11-09 19:26:37 +00:00 |
Ken Conley
|
932b02022f
|
rostest: #1989 improved error message and failure behavior if a test node is invalid
|
2009-11-08 00:57:03 +00:00 |
Ken Conley
|
5603cd4010
|
roswtf: #1990 fixed incorrect reporting on missing deps. Was missing package name in rule output.
|
2009-11-07 21:37:30 +00:00 |
Ken Conley
|
8afcef4985
|
test_rostopic: fixed test regression.
|
2009-11-07 06:17:20 +00:00 |
Ken Conley
|
32047aefe5
|
keywords
|
2009-11-07 02:46:21 +00:00 |
Ken Conley
|
e472ce8063
|
roslib: partial #1693
|
2009-11-07 02:46:03 +00:00 |
Ken Conley
|
f2bf686e08
|
fixing accidental comit in r6723
|
2009-11-07 02:26:29 +00:00 |
Ken Conley
|
0f6c2c695f
|
rostest: #1622 rostest now reports config errors
|
2009-11-07 02:26:08 +00:00 |
Ken Conley
|
6a44dba839
|
roslaunch: typo in error message
|
2009-11-07 02:19:07 +00:00 |
Ken Conley
|
0b66b2c313
|
more Time deprecated calls removal
|
2009-11-07 02:18:53 +00:00 |
Ken Conley
|
2079bfbea4
|
rostest: adding missing sys imports due to recent refactoring
|
2009-11-07 02:09:56 +00:00 |
Ken Conley
|
d4a9f4ef9e
|
rospy: #1827 updated genmsg_py and gensrv_py to make it possible to run __init__.py generation separately
|
2009-11-07 02:04:00 +00:00 |
Josh Faust
|
ce6633e5ab
|
Add rxloggerlevel button to rxconsole
|
2009-11-07 00:31:34 +00:00 |
Josh Faust
|
17dabefceb
|
Return logger level as well as name in GetLoggers. Allows rxloggerlevel to intelligently set the current logger level when a logger is selected
|
2009-11-06 22:19:57 +00:00 |
Ken Conley
|
de06998271
|
roslib: #1979 deprecated to/from_seconds, tons and updated references in ros core
|
2009-11-06 22:02:23 +00:00 |