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

dyourk's profile - activity

2012-11-29 22:50:32 -0500 received badge  Popular Question (source)
2012-11-29 22:50:32 -0500 received badge  Notable Question (source)
2012-11-29 22:50:32 -0500 received badge  Famous Question (source)
2012-01-26 19:27:05 -0500 marked best answer Converting/importing existing ROS code to rosjava

There are a lot of ways to teleop your robot. You'll have to choose the one that fits your needs best.

As for converting existing ROS nodes into Java, it's often possible but rosjava is still in alpha (i.e. the API is subject to change and does frequently) and is missing some features found in roscpp/rospy. See the rosjava wiki page and javadoc.

2011-11-26 14:58:41 -0500 received badge  Student (source)
2011-11-26 09:57:59 -0500 asked a question Converting/importing existing ROS code to rosjava

I have been reading through the rosjava documentation, but have yet to find a clear answer to my question. I have ROS working flawlessly on my Coroware Corobot, and want to be able to control it from the ROS Teleop application.

Is there a way I can import or convert the current ros code to rosjava? Or is there a better way to control the robot using the ROS Teleop without rosjava?

Thanks in advance!