[sovled]How to run multiple crazyflie with TDMA
Posted: Sat Feb 25, 2017 4:09 am
I have reference this document:
https://github.com/bitcraze/crazyflie-f ... 0385d81e23
but I have no idea to run the crazyflie in ROS, I don't know the command or which launchfile.
Anyone know this problem?
And another question:
When I run the python script (https://github.com/bitcraze/crazyflie-l ... equence.py), can i get the crazyflie's position and the ranging data?
Thank you very much.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
update:2017.2.27:
I succeed run the launch file of dwm_loc_ekf_multi_hover.launch .But the radio does not seem work normal.I have changed the radio address in the launch file:
Only one is work normal. Should i change something in the crazy firmware? My crazyflie only work normal in channel "//0/80/250K/".
Can i make the two crazyflie fly at the same time with one crazyradio dongle?
I succeed make the two crazyflie fly at the same time using TDMA.
https://github.com/bitcraze/crazyflie-f ... 0385d81e23
but I have no idea to run the crazyflie in ROS, I don't know the command or which launchfile.
Anyone know this problem?
And another question:
When I run the python script (https://github.com/bitcraze/crazyflie-l ... equence.py), can i get the crazyflie's position and the ranging data?
Thank you very much.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
update:2017.2.27:
I succeed run the launch file of dwm_loc_ekf_multi_hover.launch .But the radio does not seem work normal.I have changed the radio address in the launch file:
Code: Select all
<?xml version="1.0"?>
<launch>
<arg name="uri0" default="radio://0/80/250K/E7E7E7E7E7" />
<arg name="uri1" default="radio://0/80/250K/E7E7E7E7BC"/>
Can i make the two crazyflie fly at the same time with one crazyradio dongle?
I succeed make the two crazyflie fly at the same time using TDMA.