ROSIntegration
ROSIntegration copied to clipboard
BSON lib doesn't support Int16 which is supported in ROS.
It seems the rosbridge_suite can adapt the int32 to int16. When padding int16, I use BSON_APPEND_INT32 instead, and it works.