tugayalperen

Results 5 comments of tugayalperen

`#!/usr/bin/env python import rospy import crazyflie import time import uav_trajectory if __name__ == '__main__': rospy.init_node('test_high_level') cf1 = crazyflie.Crazyflie("cf1", "/cf1") cf2 = crazyflie.Crazyflie("cf2", "/cf2") cf1.setParam("stabilizer/estimator", 2) # Use EKF cf1.setParam("stabilizer/controller", 2)...

I don't know if you meant the method I have used below or not, but I tried it and with more than 30 trials, there was no missing command. But...

The forum post that you have sent is also my post so I am waiting for another aspect from Bitcraze itself. Do you have any idea what can produce that...

I guess you are right about probability aspect. I assigned different addresses and channels at 2M data rate to avoid a possible loss, in addition to killing all 2.4Ghz transmitters...

Is there any update on this issue? I am having exactly the same errors as of today.