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

Sending simple text commands to a ROS node from an external program written in Java

asked 2013-01-09 23:45:47 -0500

MetalBuds gravatar image

updated 2014-01-28 17:14:47 -0500

ngrennan gravatar image

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!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-01-09 23:50:14 -0500

dornhege gravatar image

Just look for rosjava. Sending simple strings is one of the first tutorials.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-09 23:45:47 -0500

Seen: 412 times

Last updated: Jan 09 '13