Closed andersfischernielsen closed 5 years ago
I'm pinging Nikos for this one :-) @bergercookie
The line is:
<!-- Run multimaster -->
<include file="$(find csl_common)/launch/setup_multimaster.launch" />
What is csl_common
?
Um, I'd give the same answer as in the mrpt_navigation case. I mean, this
demo exists only for the multi-robot SLAM case in which we 've already
documented that the csl_mr_slam package suite.
If there was something better than <depends>
package xml tag that's
suited for this kind of dependencies I'd be happy to use it though.
What is
csl_common
?
It's one of the csl_mr_slam
packages needed for the MR demo
On Thu, 4 Apr 2019 at 23:31, Jose Luis Blanco-Claraco < notifications@github.com> wrote:
I'm pinging Nikos for this one :-) @bergercookie https://github.com/bergercookie
The line is:
<include file="$(find csl_common)/launch/setup_multimaster.launch" />
What is csl_common?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mrpt-ros-pkg/mrpt_slam/issues/57#issuecomment-480087005, or mute the thread https://github.com/notifications/unsubscribe-auth/AFjBj-PfAIYTvSR9AxqsBmtb8Ok748K0ks5vdn1PgaJpZM4cZN4v .
-- Nikos Koukis nickkouk@gmail.com +44 7902907732
Alright... then, let's mark this as "won't fix", since we don't have anything better than "Depends" on package.xml
s... ;-)
Cheers!
I'm currently doing some research on static analysis of ROS packages at the IT University of Copenhagen, more specifically dependency checking of
.launch
files in ROS packages.There seems to be a
$(find csl_common)
inmrpt_slam/mrpt_graphslam_2d/launch/setup_robot_for_mr_demo.launch
that's not declared inmrpt_slam/mrpt_graphslam_2d
Installing
mrpt_slam
without havingcsl_common
installed would makeroslaunch
fail on this.launch
file, right?I'm unsure whether this is a dependency bug, since it is only in one specific demo configuration. Nonetheless,
roslaunch
would fail, right?