Hey @raghavauppuluri13,

For some reason your source installation didn’t find the ros_visualization package interactive_makers. To fix this, cd to the src folder in your installation workspace and then cd into the ros-visualization folder. Next, you will need to clone the interactive_markers ROS 2 package from GitHub using the following command

~$ git clone -b foxy https://github.com/ros-visualization/interactive_markers.git

This should download the missing package. cd back to your workspace folder and run colcon build --symlink-install.

If you still have issues, you are free to message me on this platform.

2 Likes