Current ROSJAVA message types
I am attempting to run the LIstener/Talker example with a Range sensor_msg instead of the string message, but I get the following error:
Oct 25, 2011 2:44:09 PM org.ros.internal.node.RosoutLogger fatal
SEVERE: org.ros.exception.RosRuntimeException: org.ros.exception.RosRuntimeException: org.ros.exception.RosRuntimeException: java.lang.ClassNotFoundException: org.ros.message.sensor_msg.Range
I assume this is because range Sensor_msgs are not yet implemented? Is there a webpage that shows which message types are curently implemented?
I've also changed the talker code to be more like the code on the rosJava msg page which uses a messageFactory, but that gives me the same error. Any ideas?
--I've also downloaded an hg clone of the project, but I can't find Range sensors in the source their anywhere.