Just updated my crazyflie 2.0 to the new firmware version because of the flow deck - now i am not able to use swarms - it stops when trying to const toclog = await drone.logging.getTOC(); or et toc = await drone.parameters.getTOC(); - I can do commands like mydrone.commander.setpoint({ roll: 0, /* left/right */ yaw: 0, /* rotation **/ pitch: 0, /* forwards/backwards */ thrust: 35000 }, 1000).
Do you know if something is changed so that the swarms framework is broken or?
Thank you in advance
Just updated my crazyflie 2.0 to the new firmware version because of the flow deck - now i am not able to use swarms - it stops when trying to
const toclog = await drone.logging.getTOC();oret toc = await drone.parameters.getTOC();- I can do commands likemydrone.commander.setpoint({ roll: 0, /* left/right */ yaw: 0, /* rotation **/ pitch: 0, /* forwards/backwards */ thrust: 35000 }, 1000).Do you know if something is changed so that the swarms framework is broken or?
Thank you in advance