-
I followed the Installation Guide for Physical Robots and Simulation. However I am stuck at the Hello World Tutorial.
I've checked pip and crazyswarm package is not installed. I followed the installation instructions a second time and was more careful to read every output and ensure all commands ran successfully but I didn't see anything that suggested a command failed. Can someone help me install the package locally? PS: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
In the crazyswarm folder, can you type the following Once you run the above command, you should be able to run |
Beta Was this translation helpful? Give feedback.
In the crazyswarm folder, can you type the following
source ros_ws/devel/setup.bash
?Once you run the above command, you should be able to run
python3 hello_world.py