Closed dbortoluzzi closed 1 year ago
Hi Daniele, thank you for your inquiry! Just to be sure, have you followed this guide? Especially, did you run the submodule update for ChoiRbot?
git submodule update --remote --merge ChoiRbot/
Thank you again for your interest and let us know if this suggestion solves your problem!
Now it works! Maybe I was outdated in subrepository. Other two questions:
OUT OF SAFE ZONE ERROR
in some launchers (formation and task assignment)
[driver-19] [WARN] [1688733225.736355591] [agent_3.cf_driver]: agent_3 KILLED: OUT OF SAFE ZONE
I'm trying to increase the safe zone, but I wonder if it's correct.
Thanks! Best regards, Daniele
Thank you for pointing out the safe zone issue. We have increased the safe zone limits so that you can now launch every experiment available in the example package. If you need to increase or decrease the safe zone limits, you will need to modify the appropriate file. Specifically:
crazychoir/crazychoir/radio_handler/radio_handler.py
.crazychoir/crazychoir/webots_plugin/motor_ctrl.py
.The variable to modify is the same in both files, namely self.safezone_limits
.
Regarding the GUI, we are currently providing comprehensive documentation. To draw trajectories, follow these steps:
TAKE-OFF
button in the ROS
tab.SAVE
.SPLINE
tab, select your trajectory, and compile the spline by clicking the SPLINE
button.SPLINE
button.ROS
tab, select the trajectory file, choose your Crazyflie ID
, and click FLY
.I hope this resolves your issues. Please don't hesitate to open new issues if anything else comes up!
Thanks!
Issue closed.
Hi, we have some problems running some your examples (like
formation_webots.launch.py
) using your repo (branch master).Here the logs of command
ros2 launch crazychoir_examples formation_webots.launch.py
We are using:
Hint: maybe we have to use different branches of submodules? For example, in ChoiRbot, I've seen that there are some branches called
foxy
andfoxy-devel
, but in .gitmodules they aren't used.Tell me if you need more informations. Daniele