Robotics StackExchange | Archived questions

Resolve indirect dependency in ROS2

Hi! I am trying to resolve why a package I am working on seems to have an indirect dependency on rmwconnextcpp. What tools can be used (in ROS2 foxy) to trace back the dependencies? Any recommendations? Or some other hint?

Asked by agutenkunst on 2021-02-18 14:02:42 UTC

Comments

Answers

Ok apt-cache rdepends ros-foxy-rmw-connext-cpp does the job to some degree.

Asked by agutenkunst on 2021-02-18 14:12:58 UTC

Comments