Commit Graph

23 Commits

Author SHA1 Message Date
Brian Gerkey bb31b4f565 remove assert 2010-11-11 02:48:15 +00:00
Brian Gerkey 1a2d598d7f Committed the actual fix to #3018 2010-09-20 20:33:51 +00:00
Brian Gerkey 20dc4f58bd added list-duplicates command to rospack 2010-08-05 18:25:24 +00:00
Brian Gerkey dc058df403 rospack should auto-create ROS_HOME if needed, #2812. 2010-07-28 19:58:09 +00:00
Brian Gerkey bd78b542d2 Fixed RPP precendence bug in rospack and rosstack, #2854. 2010-07-02 22:44:07 +00:00
Brian Gerkey 73ff2466cb removing temporarily added deprecated gtest package 2010-05-11 01:27:10 +00:00
Brian Gerkey 0ad0bf63d2 Fixed #2556, segfault when calling depends-on[1] without specifying a
package name and not sitting in a package directory.

Added test for this case, and in the process enhanced the test harness to
verify that rospack always returns non-negative exit codes (negative exit
codes mean that it crashed).
2010-04-08 16:22:31 +00:00
Brian Gerkey 6c256151d7 Turn off warnings about missing package dependencies when doing a
depends-on, langs, or plugins query, #2197.
2010-03-03 16:39:24 +00:00
Josh Faust a83900af0a Fix auto-cflags for msg/srv generated files when the manifest of a package doesn't have an export tag (#2463) 2010-02-24 00:23:33 +00:00
Josh Faust e789e6ac7a Merge message_overhaul branch to trunk 2010-02-18 22:22:20 +00:00
Brian Gerkey 0f0b2a74d0 Exclude empty stack and app directories from zombie list, #1512 2009-12-04 20:46:21 +00:00
Brian Gerkey e57db94e95 Added warning on duplicate tags in export block, #1296 2009-12-03 22:07:46 +00:00
Brian Gerkey 7a2d05bdcf Made profile --zombie-only filter out children of zombies, #1116. Also fixed a
nasty bug that would cause --zombie-only to include valid package
directories that are being overridden by other elements in the package
path.
2009-12-03 20:38:53 +00:00
Brian Gerkey 551b09cd72 Added depends-why command, #1288. 2009-12-02 22:29:13 +00:00
Brian Gerkey 52c81bf377 Copy vector before iterating over it, #2056 2009-11-24 02:46:40 +00:00
Brian Gerkey 2688faae66 Added check for empty cache path, to avoid writing temporary cache file into . (related to #2042) 2009-11-17 17:07:38 +00:00
Brian Gerkey 7c3b7d0422 Pushed up coverage on rospack tests. 2009-11-12 06:31:47 +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
Brian Gerkey cec013514c Removed global variables, making rospack re-entrant (in response to problem reported in #1915 2009-10-28 04:28:16 +00:00
Brian Gerkey e525006028 Added EINTR-retry loops around system calls; added test with SIGALRM bombardment 2009-10-27 19:58:49 +00:00
Brian Gerkey 1d2b96c2ce Modified ROSPack to accumulate output in a member variable, accessible later via getOutput(). Tests pass 2009-10-27 17:02:44 +00:00
Morgan Quigley 9c54af5da6 ignore trailing slashes in ROS_PACKAGE_PATH in both rospack and rosstack, and print a warning to stderr if any are seen. fix for #1769 2009-10-02 06:03:23 +00:00
Ken Conley 8a1a03f015 sound drivers 0.2.0 2009-09-11 03:08:16 +00:00