Page 1 of 1

crazyflieROS GUI: crazyflie loses connection

Posted: Tue Feb 02, 2016 4:44 pm
by nurinuri
Hi everyone,
I have a problem with my crazyflie connection. I am trying to use CrazyflieROS GUI Application but when I start the PID joystick controller and connect my crazyflie to crazyradio dongle, an error showed up on the terminal saying:
"Traceback (most recent call last):
File "/home/nuradeen/catkin_ws/src/crazyflieROS/src/crazyflieROS/driverWindow.py", line 229, in <lambda>
self.paramManager.sig_test.connect(lambda name, p: self.ui.labelTest[str(name)].setText("Pass" if p else "FAIL"))
KeyError: 'MPU6500' "
and crazyflie get connected for few minutes then get lost the connection.
any one has idea about this issue?
thanks.

Re: crazyflieROS GUI: crazyflie loses connection

Posted: Tue Feb 02, 2016 11:19 pm
by chad
Hi nurinuri,

I've closed the duplicate threads you made in the other sub-forums in favor of this one in Support. Please refrain from multiple posts in different sub-forums with the exact same question (and different subject lines).

I've also edited your title to make it more appropriate to the question.

Thanks!

Re: crazyflieROS GUI: crazyflie loses connection

Posted: Thu Feb 04, 2016 12:53 am
by whoenig
Hi nurinuri,

Which crazyflie ROS package are you talking about? The one here http://wiki.ros.org/crazyflie does not include a GUI (however, you can use RVIZ to visualize whatever you need.)

Best,

Wolfgang