Re: [ros-users] stack manifest.xml dependencies

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: User discussions
Subject: Re: [ros-users] stack manifest.xml dependencies
On Wed, Dec 29, 2010 at 8:51 AM, Jack O'Quin <> wrote:
> On Wed, Dec 29, 2010 at 1:40 AM, Ken Conley <> wrote:
>
>> Pretty much.  As a quicker test, r-grepping for a package name in the
>> source is usually a good sniff test.  Also keep in mind that roslaunch
>> files create implicit dependencies, so 'make' is often not a
>> sufficient test -- though the fastidious can use the
>> rosbuild_add_roslaunch_check() macro:
>>
>> http://www.ros.org/wiki/rosbuild/CMakeLists#rosbuild_add_roslaunch_check
>
> Does that actually check the dependencies? I thought it just did a parse check.


It does static analysis of the file and fails on any issues that it finds, e.g.:

* missing package
* missing node
* missing depends
* other config errors

- Ken


> Don't forget another useful tool, that lists any missing dependencies
> generated by a set of launch files:
>
>  $ roslaunch-deps -w file.launch
>
>  http://www.ros.org/wiki/roslaunch/Commandline%20Tools#roslaunch-deps
> --
>  joq
> _______________________________________________
> ros-users mailing list
>
> https://code.ros.org/mailman/listinfo/ros-users
>