Quadrotor GUI
Hello all,
Is there a good open source GUI for piloting a quadrotor based on ROS ?
Thank you.
I do not know about any special GUI. If I would need it, I'd create a perspective for it in rqt. Well the big question is, what do you need to show there?
Camera? -> rqt_image_view
Battery? -> multiple rqt_plugins available (unfortunately no standard one)
You could also add RViz to it to Visualize a 3D Model of the copter.
I wondered a bit myself and found that one: http://wiki.ros.org/ground_station
Looks pretty useful I think, but I do not see if you can get the code.
Maybe you can get it here, but I do not know if it is really the same one: https://github.com/muhrix/mav_ground_...
Quadcopter ROS GUI in google gave me :
Model, control and simulate a quadcopter http://wiki.ros.org/hector_quadrotor
I am not sure this is the kind of control you want.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2015-07-23 23:10:30 -0500
Seen: 192 times
Last updated: Jul 24 '15
Does the 3DR Solo support ROS?
Porting Gazebo GUI to QT Gui Platform [closed]
How to save the config of rqt_bag
GUI noob - no prior experience with Qt or Rqt
How ot spawned a hector quadrotor in c++ with necessary topics (control plugins) [closed]
How to extract image of bebop camera to my computer [closed]
How to update a gui (python) each time the callback function is called in a subscriber node?