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

MetalBuds's profile - activity

2013-09-16 00:49:56 -0500 received badge  Famous Question (source)
2013-02-19 10:40:43 -0500 received badge  Popular Question (source)
2013-02-19 10:40:43 -0500 received badge  Notable Question (source)
2013-01-09 23:45:47 -0500 asked a question Sending simple text commands to a ROS node from an external program written in Java

I've never used ROS before and therefore probably don't know the correct terminology for what I'm asking; I therefore apologise in advance if this has already been answered and I didn't know how to search for it.

This group have created a ROS framework for the Parrot Ar.Drone quadrocopter: [can't post the link but it's the tum_ardrone project, it's on the ROS website] that allows waypoint based navigation using visual processing algorithms. This would be extremely useful for me in my research into UAV control schemes and I have an AR.Drone available.

Commands can apparently be sent to the drone through simple text commands like "goto [doube x] [double y] [double z] [double yaw]" which are sent to a control node. What I would like to do is have an external (preferably) java program interact with ROS to pass the commands to the quadrocopter and then receive the video stream back.

Is this possible, and if so where might I find some information as to how to implement it?

Many thanks!