ROS Navigation
Dumb or not, is it possible to communicate to a Computer running ROS using MAVlink and Qcontrol to designate waypoints? Is it also possible to alter the course through computer vision?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
asked 2012-01-06 13:43:11 -0600
This post is a wiki. Anyone with karma >75 is welcome to improve it.
Dumb or not, is it possible to communicate to a Computer running ROS using MAVlink and Qcontrol to designate waypoints? Is it also possible to alter the course through computer vision?
answered 2012-01-06 15:00:56 -0600
This post is a wiki. Anyone with karma >75 is welcome to improve it.
You need a little punctuation to make your question clear.
Theoretically, you could have a ground station running QGroundControl communicate to a mobile computer running ROS and serial_mavlink_ros
Unfortunately, the message that comes out of serial_mavlink_ros is a MAVLINK packet wrapped in a ROS message, so you'd probably need to write your own node to decode it and listen for waypoint commands.
I don't understand your question about computer vision. In general, computer vision is very difficult, particularly if you're operating in an outdoor environment. I doubt that it's possible to replace an IMU with a camera.
Asked: 2012-01-06 13:43:11 -0600
Seen: 732 times
Last updated: Jan 06 '12
VSLAM based navigation with Kinect, where do I begin?
Problem running stage navigation tutorial
Navigation planning based on kinect data in 2.5D?
What topics are necessary to log for creating a SLAM comparison bag file?
erratic_gazebo tutorial not working
Publishing a xform from /map to /base_link?
Navigation Stack with gmapping