Install turtlesim on docker

Inside docker ( ROS2 Humble on Ubuntu 20.04 Focal)
when I try to install turtlesim as like

$ sudo apt update
$ sudo apt install ros-humble-turtlesim

I got error

E : Unable to locate package ros-humble-turtlesim

How can I solve this?

You’ll have to build the package from source. Ubuntu 20.04 Focal is a Tier 2 platform for ROS2 Humble which means the source is compatible but there are no apt Debians provided.

Ok. I got it. Thanks

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