Commit Graph

461 Commits

Author SHA1 Message Date
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
Ken Conley 151738b55e rospy: made unregistration with master on shutdown more reliable by running cleanup as a pre-shutdown hook 2009-11-06 21:41:28 +00:00
Josh Faust a71fe59c64 * Fix id counter when messages were set from another location
* Add normally-compiled-out validation of the ordered message list (check for duplicates)
2009-11-06 21:36:57 +00:00
Ken Conley 62ad24bb90 rosnode kill -a #1987 2009-11-06 20:19:04 +00:00
Ken Conley 27643d45c4 rosnode: experimental kill command #1987 2009-11-06 20:16:34 +00:00
Josh Faust 988b3782a4 Allow creation of new rxconsole windows from within the original, both simply ("New Window..." button), and when creating automatic filters (right-click menus now have (New Window) versions) 2009-11-06 19:49:38 +00:00
Ken Conley 52f0a9595a rospy: #1980 stdout output now looks like roscpp 2009-11-06 19:46:08 +00:00
Josh Faust d3390ec482 Fix auto-scroll on OSX that broke due to my last selection fix 2009-11-06 07:53:14 +00:00
Josh Faust b0dafd661e Fix selection on OSX 2009-11-06 07:40:38 +00:00