Closed daodao9801 closed 11 months ago
Could you please update your installation to use the latest release?
With this latest release, we have added an Isaac ROS Buildfarm for building precompiled Debian packages for standard ROS packages. You can install the rqt_common_plugins
package with the following command:
sudo apt-get install ros-humble-rqt-common-plugins
Thanks. Sorry I am new to this, may I know if I should run the apt install in the container or not? In another word, should I run the install command after running ./scripts/run_dev.sh
and getting into the docker?
Yes, you'll want to install the RQT plugins inside the container.
Hi,
May I know how can I run rqt with standard plugins in this docker? When I finish setting up and run rqt in docker as suggested:
cd ~/workspaces/isaac_ros-dev/src/isaac_ros_common && \ ./scripts/run_dev.sh
source /workspaces/isaac_ros-dev/install/setup.bash
rqt
There are only 2 tabs in the Plugins ,"Container" and "Visualization". The issue is kind of like #88, but no answers are given yet. Thanks in advance.
Pheo