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

I edited the source code of MessageInterfaaceBuilder.java:158 to read: "builder.append(String.format(" static final %s %s = %s;\n", field.getJavaTypeName(), field.getName(), value));"

instead of: "builder.append(String.format(" static final %s %s = %s;\n", primitiveFieldType.getJavaTypeName(), field.getName(), value));"

and this appears to fix the compilation issue. However, I don't know if this is what the code intended to say. The pubsub tutorial also now works.