Closed Shyamyar closed 1 year ago
Did you pull recently? In particular, please make sure you have c1e5b5c232cef3f8da8e5efb400651c6a8560041.
Thanks so much. That worked. I also needed to rebuild the ros_ws package with colcon build
though.
Good to hear! Make sure to install it with colcon build --symlink-install
though, since that will automatically get the changes in the python part of crazyswarm2 (not the c++ packages though). If you haven't done that, remove the install and build directories and do colcon build with symlinks
I am just beginning to learn to work with crazyflies and ROS2. I am working in WSL right now and not an exclusive Linux system. I was going through the steps of "Usage" in the documentation for "Crazyswarm2" and tried to run the hello_world script with the simulation backend using the line of codes mentioned, but it issued the following error. It shows the same error for all the scripts in crazyflie_examples when run with the sim backend.
I am not sure why so because I have run a couple of physical experiments with services like takeoff, landing, goto, and using keyboard inputs for simple motion. I would be glad if anyone can assist me here. I am learning to write scripts for controlling crazyflies such that they can avoid collisions. Before that, I would like to test the scripts in the simulation environment.