Commit Graph

1384 Commits

Author SHA1 Message Date
Brian Gerkey 359fcd308e Fixed dependency logic bug that caused message/service generation when
rosbuild_add_executable() or rosbuild_add_library() was called, without
rosbuild_genmsg() or rosbuild_gensrv() being called, #1703.
2009-09-30 02:40:56 +00:00
Ken Conley 422e09a5ad roslaunch: #1776 substitution args for were not doing the proper replace. Also, there were several related bugs in xmlloader for use of in tags other than <node> 2009-09-26 00:45:47 +00:00
Brian Gerkey a59c052c6a Removed accidentally added check against ROS_BUILD_TEST_LABEL from rosbuild_add_rostest 2009-09-25 20:16:36 +00:00
Josh Faust 2721d7d0c2 If time jumps backwards, don't reset timers added since time jumped 2009-09-24 00:24:18 +00:00
Josh Faust 3e6af81abf Another Timer time-jumping-backwards fix. 2009-09-23 23:24:00 +00:00
Josh Faust 55c8fd2df2 Another Timer fix, testing for backwards jumps in time 2009-09-23 22:47:00 +00:00
Josh Faust 0a1a9eb4d7 Add getSubscriberName(), deprecate getSubscriberCallerID() 2009-09-23 17:49:13 +00:00
Ken Conley fcda5f921e rosdoc: ported rosdoc to new config-style system for non-doxygen builds and added landing page for packages with multiple documentation sets. Also removed msgenator from doxygenator build. Much still to do with rosdoc in terms of refactoring doxygenator and also giving landing page better look and feel 2009-09-23 03:18:01 +00:00
Ken Conley 3e6fc574b6 removing broken doxygen include for srv autogen 2009-09-23 03:15:04 +00:00
Brian Gerkey 2df0101df0 Fixed path-handling with gtest / EXECUTABLE_OUTPUT_PATH, #1331 2009-09-23 02:33:05 +00:00
Brian Gerkey 408f759399 Added _labeled variants of test declaration macros 2009-09-23 02:27:04 +00:00
Brian Gerkey 041b835eaa deprecated graphical macros 2009-09-22 18:20:06 +00:00
Ken Conley 51aab2df7d check for uncommited files and also fixed OS X detect_os logic 2009-09-22 03:49:15 +00:00
Brian Gerkey c7e76c42fd Fixed test_results removal logic to handle the case where compilation of a test failed, #1701 2009-09-22 02:16:21 +00:00
Ken Conley f82ce3bb84 added missing initializer for rosout 2009-09-22 01:32:38 +00:00
Ken Conley b12a649573 filter out ServiceException so that error is correctly propagated 2009-09-22 01:27:11 +00:00
Brian Gerkey 6fdb33daf8 Added some test-related macros to rosbuild, allowing it to check for
the number of cores, and the presence of Xen.  Updated bootstrap build
to make in the rosbuild package.
2009-09-22 01:25:45 +00:00
Ken Conley 4e9a732344 rospy: #1760 fixed format str in exception 2009-09-22 00:45:14 +00:00
Josh Faust 185317e8b2 Apply patch to build against boost 1.40 (#1761) 2009-09-21 23:43:18 +00:00
Josh Faust 260ac8d4bb Add Subscriber::getTopic() 2009-09-21 21:42:27 +00:00
Ken Conley 2e3c02741d roslib: #1739 better error message in InvalidROSStackException
svn ci -m roslib:
2009-09-18 02:44:30 +00:00
Ken Conley f16587c94d rospy: adding in get_name() to supercede get_caller_id() 2009-09-18 01:24:16 +00:00
Ken Conley 311ca713f5 converted to epydoc 2009-09-17 23:42:16 +00:00
Josh Faust 930433fe8f Merge from Node removal branch, removing all Node references from the ROS stack 2009-09-17 21:21:47 +00:00
Ken Conley f59aed7c7c rospy: #1728 moved a lot of traceback logging into a separate, non-rosout logger. Also tweaked some log levels and log messages 2009-09-17 19:53:30 +00:00
Ken Conley ce8d43dad2 lowered severity to debug 2009-09-17 19:04:12 +00:00
Ken Conley 04deef6a9a lowered severity to debug 2009-09-17 19:03:28 +00:00
Ken Conley c1e71c4aea more epydoc updates 2009-09-17 04:04:41 +00:00
Ken Conley 02e6c53136 rospy: bug fix to sleep() with wallclock (parallel of r6161). Removed deprecated TopicPub, TopicSub, Service.register(), and ready() methods. In-progress conversion to Eepydoc for API documentation 2009-09-17 02:45:57 +00:00
Ken Conley 2eb6b89c3b rospy: #1724 fixed documentation 2009-09-16 20:56:57 +00:00
Josh Faust 8ff4c21f39 Add <vector> include (to the right repo this time) 2009-09-16 18:22:16 +00:00
Ken Conley c89acf1805 updated CMake rules to non-deprecated ones 2009-09-16 17:57:54 +00:00
Bhaskara Marthi 1bdef54035 added a fix to guarantee, in the case of fixed-length arrays, that a default constructed message is valid 2009-09-14 23:44:31 +00:00
Ken Conley 8a1a03f015 sound drivers 0.2.0 2009-09-11 03:08:16 +00:00