Installing ros2 packages inside isaac ros container

I am working with Isaac ROS VSLAM and NVBlox inside the docker container provided by Nvidia. I am trying to install xacro and joint-state-publisher-gui packages, but it’s not possible. What should I do?
I am using these commands:
sudo apt install ros-humble-joint-state-publisher-gui
sudo apt install ros-humble-xacro

You’ll need to build these packages from source for Ubuntu 20.04 at the moment.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.