In unit one, "Package 'anthropos_gazebo' not found"

There seems to be an issue with the first demo

cd ~/ros2_ws
source install/setup.bash
ros2 run anthropos_gazebo move_head.py

When I try to run the commands, I get the following error

user:~$ cd ~/ros2_ws
user:~/ros2_ws$ source install/setup.bash
user:~/ros2_ws$ ros2 run anthropos_gazebo move_head.py
Package 'anthropos_gazebo' not found
user:~/ros2_ws$

Hi,

For some reason the sourcing is not right,

if you execute the following commands it has tor work:

source /home/simulations/ros2_sims_ws/install/setup.bash
ros2 run anthropos_gazebo move_head.py

Sorry about the inconvenience, We have just corrected the instructions in the notebook .

Please press refresh the page clearing the cache to be sure it load the newest version of the notebook

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