Commit Graph

2829 Commits

Author SHA1 Message Date
Brian Gerkey 9d811dcd55 Applied patch from #3119 to provide option to not override project name 2010-11-12 02:01:19 +00:00
Brian Gerkey bb31b4f565 remove assert 2010-11-11 02:48:15 +00:00
Brian Gerkey fb4d6d9208 exclude declared test programs from the all target 2010-11-11 02:28:22 +00:00
Ken Conley 68a7cd30a8 test_rosdep to ros stack 2010-11-11 02:08:17 +00:00
Ken Conley eafae717c7 rostest->rosunit 2010-11-11 02:07:05 +00:00
Ken Conley 6fdd3d2726 moving test_rosmake back to ros stack 2010-11-11 02:05:11 +00:00
Ken Conley 2480fb1afd moving test_roscreate back to ros stack 2010-11-11 02:03:55 +00:00
Ken Conley c82e58405f moving test_roslib back to ros stack due to std_msgs and general msg dependencies 2010-11-11 02:03:15 +00:00
Ken Conley c4291c4e25 moving test_rospack back to ros stack 2010-11-11 02:02:11 +00:00
Ken Conley 3b447688e1 moving test_roslib back to ros stack 2010-11-11 02:01:42 +00:00
Ken Conley ff81faec0e adding test dir back in now that baretest is ported to rosunit 2010-11-11 02:01:14 +00:00
Brian Gerkey 35b2ca8294 port to rosunit, #3112 2010-11-10 22:47:36 +00:00
Ken Conley 91ad410475 added in test args 2010-11-10 21:36:28 +00:00
Brian Gerkey 0cb216e6a9 fixed usage statement 2010-11-10 21:16:15 +00:00
Ken Conley 8fec6edb1e rep 100: hack to get generate_dyanmic working with std_msgs/Header 2010-11-10 19:26:19 +00:00
Ken Conley 4bc8a91c73 removing empty 3rdparty dir 2010-11-10 00:30:28 +00:00
Ken Conley fa6f5b4819 removing empty test dir for now. Can re-create when tests are moved back in 2010-11-10 00:30:17 +00:00
Ken Conley cbbd964ae2 rosunit: moved unitrun routines from rostest so that unit tests can be moved back into ros stack. REP 100 2010-11-10 00:18:47 +00:00
Josh Faust b119af88d7 Remove all of roslib's C++ code except the package stuff 2010-11-09 23:51:45 +00:00
Josh Faust 73f5eacdd7 remove use of a macro that doesn't exist anymore 2010-11-09 23:33:25 +00:00
Ken Conley bc92f8bc90 removing roslib.vcs and roslib.distro. These are backwards ports of libraries in ros_release. All release tools now use the ros_release versions. 2010-11-09 23:01:10 +00:00
Ken Conley 589e65a034 tick-tock removal of masterapi.py. Now in rosgraph 2010-11-09 22:52:12 +00:00
Josh Faust c71b1c9ab3 roslib::Header -> rosgraph_msgs::Header 2010-11-09 20:55:32 +00:00
Ken Conley 56bf5d9ce7 roslib/Header -> std_msgs/Header 2010-11-09 20:31:14 +00:00
Ken Conley db3ca72eef REP 100, fixed test_results target 2010-11-09 20:30:42 +00:00
Ken Conley 4eaa5c7b75 adding std_msgs paths 2010-11-09 20:26:09 +00:00
Ken Conley 268c078a0f adding in new include paths 2010-11-09 20:25:04 +00:00
Josh Faust 88c08f3217 add deprecation warnings 2010-11-09 19:40:08 +00:00
Ken Conley 1094ac7303 removing explicit delete of Python aut-generated sources, which prevents backwards compatibility for REP 100 and roslib message removal. Filed #3135 to resolve this via cmake instead 2010-11-09 19:39:26 +00:00
Josh Faust 29ff192b53 msg_gen gets killed whenever a "make clean" is done, so move the generated headers into include/roslib 2010-11-09 19:32:32 +00:00
Ken Conley ff5f6ad3a6 roslib: adding explicit export of msg_gen 2010-11-09 10:26:30 +00:00
Ken Conley 4706deaa94 roslib: REP 100. Turned off message generation in roslib. Adding auto-generated sources for backwards compatibility 2010-11-09 08:18:07 +00:00
Tully Foote 9eb8379c0b merging patch from ticket #3121 from 1.2 branch 2010-11-04 18:37:29 +00:00
Ken Conley caf464671a bug fixes to baretest so that it correctly terminates processes 2010-10-29 23:47:56 +00:00
Ken Conley e50dc8823b added explicit loggers due to weird logging.fileConfig behavior 2010-10-29 23:43:00 +00:00
Ken Conley b29ea5bd71 epydoc, doxygen, and python-sphinx deps into documentation stack instead 2010-10-29 00:16:39 +00:00
Ken Conley ed4a3ca6d3 cleaning up summary printing so that rostest can use same methods 2010-10-28 18:40:16 +00:00
Ken Conley 65454c4102 catch invalid hostname and return that as False (not local) 2010-10-28 18:39:47 +00:00
Ken Conley 22cb26183b rosunit appears to be working now 2010-10-28 18:21:21 +00:00
Ken Conley c15b16f615 +executable 2010-10-28 18:04:01 +00:00
Tully Foote ea2d377527 switching gtest to rosdep #2701 2010-10-27 21:27:11 +00:00
Tully Foote c4f2b2459f roslang back from ros_comm 2010-10-27 19:03:51 +00:00
Tully Foote eb4830f641 roslang into ros_comm 2010-10-27 18:35:05 +00:00
Ken Conley f42abd4c94 no longer needed 2010-10-27 06:30:22 +00:00
Ken Conley 30d3d791c0 adding is_local_address 2010-10-27 03:52:00 +00:00
Ken Conley c37187f8c1 fairly close to porting baretest over to rosunit 2010-10-27 03:21:24 +00:00
Ken Conley db70d32732 fixing bad indentation 2010-10-27 02:28:42 +00:00
Tully Foote 45d954e19c suppress the tail printing on skip 2010-10-27 02:23:48 +00:00
Tully Foote 281e7d2999 semantics about where you can import from future 2010-10-27 02:18:32 +00:00
Tully Foote b936eab761 adding missing imports 2010-10-27 02:12:17 +00:00