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

Revision history [back]

click to hide/show revision 1
initial version

See: http://code.google.com/p/rosjava/source/browse/rosjava_bootstrap/src/main/java/org/ros/internal/message/field/ChannelBufferField.java#55

You need to set the byte order of your ChannelBuffer to little endian. Be careful that you copy the data correctly as well.