ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
This can happen when using Fast-RTPS and Connext with a message in a particular size range. Long term rmw_fastrtps_cpp
should be updated to use this enhancement . In the short term there are a couple options
rmw_connext_cpp
for the ROS2 rmw implementation by setting the environment variable RMW_IMPLEMENTATION
, orrmw_connext_cpp
disables TypeCode
to avoid this (see this issue ).