I would like to customize the docker by adding additional ROS packages which are not installed in the library. Usually I use the following syntax
sudo apt-get install ros-humblevision-msgs \
apt-install-ros-humble-joint-state-publisher-gui
python3-colcon-common-extensions
and etc
Can you please suggest how to go about modifying the build script?
Hello, Isaac ROS has ROS2 Humble built from the source. You have to build your desired packages from the source. Have a look at this docker file for your reference.
Hi
I would like to customize the docker by adding additional ROS packages which are not installed in the library. Usually I use the following syntax sudo apt-get install ros-humblevision-msgs \ apt-install-ros-humble-joint-state-publisher-gui python3-colcon-common-extensions
and etc Can you please suggest how to go about modifying the build script?