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$