Would Java be a good option to use as a programming language for ROS?
I am not well versed with C++ so would using RosJava would be a better option?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I am not well versed with C++ so would using RosJava would be a better option?
Python would be the preferred language for ROS imho. It's very easy to learn and very powerful as well. Maybe that would be an option?
I am not well versed with C++ so would using RosJava would be a better option?
While rosjava
is certainly an option, I would recommend starting with roscpp
or rospy
(as the other posters have written). Once you get acquainted with ROS terminology and concepts, rosjava
will probably start to make more sense. It is far more asynchronous and harder to 'wrap your head around' than any of the other client libraries (although if you are proficient enough in Java that asynchronicity should not really matter).
Yes, Thanks guys.. I am a Java expert so very scared to go to C++. Python I hope would be a better option
Asked: 2014-08-15 08:35:41 -0600
Seen: 549 times
Last updated: Aug 17 '14
Where is the member function to access message variables?
how to save an sensor_msgs/Image to a file?
how to spawn a model with c++ with different joint angles
Change publisher port for java android
Callback for a Ardrone Navdata Subscriber doesn't work
Calling ROS service from C++ code
ros service - Why do I have multiple definitions of main?
Moveit gets stuck after planning
How do you determine the number of messages left in your subcriber buffer queue?