We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am currently trying to debug why xacro is not picked up as a dependency from a package (aka not installed in the ci pipeline).
According to the documentation the rosdep keys command can be used to list all dependencies of a package.
rosdep keys
rosdep keys ... list the rosdep keys that the packages depend on.
When i now run:
rosdep keys --from-paths ./src <my package name> from the root directory of my local workspace I always get the error:
rosdep keys --from-paths ./src <my package name>
given path '<my package name>' does not exist
The official documentation: http://docs.ros.org/en/independent/api/rosdep/html/commands.html only provides the same information as the rosdep --help command.
rosdep --help
Also the guide in the "normal" documentation: https://docs.ros.org/en/jazzy/Tutorials/Intermediate/Rosdep.html does not provide any further information.
So the question is:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am currently trying to debug why xacro is not picked up as a dependency from a package (aka not installed in the ci pipeline).
According to the documentation the
rosdep keys
command can be used to list all dependencies of a package.When i now run:
rosdep keys --from-paths ./src <my package name>
from the root directory of my local workspace I always get the error:given path '<my package name>' does not exist
The official documentation: http://docs.ros.org/en/independent/api/rosdep/html/commands.html only provides the same information as the
rosdep --help
command.Also the guide in the "normal" documentation: https://docs.ros.org/en/jazzy/Tutorials/Intermediate/Rosdep.html does not provide any further information.
Question
So the question is:
The text was updated successfully, but these errors were encountered: