ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

crazyfly's profile - activity

2021-12-17 12:36:53 -0500 received badge  Notable Question (source)
2021-12-17 12:36:53 -0500 received badge  Famous Question (source)
2018-01-23 09:03:20 -0500 received badge  Popular Question (source)
2017-03-26 09:15:24 -0500 received badge  Enthusiast
2017-03-26 09:15:23 -0500 received badge  Enthusiast
2017-03-21 02:06:10 -0500 asked a question rqt crazyflie params plugin with qt-designer QTreeWidget

I've been trying to fetch params from the crazyflie and then populate a qtreewidget that was created using qt4 designer for the past few weeks, hope that I can get some help from you guys here.

Currently, I am able to fetch the params into a python dict using rospy.get_param("/crazyflie"). However, I do not know how to populate the qtreewidget I created using qt designer with the params in the python dict. I am trying to set the key as the parent and the values as the child but I have no idea how to do this. Does anyone know how to do it?

2017-03-21 02:06:09 -0500 asked a question rqt plugin to fetch params and populate qtreewidget

I've been trying to fetch params from the crazyflie and then populate a qtreewidget that was created using qt4 designer for the past few weeks, hope that I can get some help from you guys here.

Currently, I am able to fetch the params into a python dict using rospy.get_param("/crazyflie"). However, I do not know how to populate the qtreewidget I created using qt designer with the params in the python dict. I am trying to set the key as the parent and the values as the child but I have no idea how to do this. Does anyone know how to do it?