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

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

  1. Use rmw_connext_cpp for the ROS2 rmw implementation by setting the environment variable RMW_IMPLEMENTATION, or
  2. Configure Connext to not send type matching messages larger than 5000 bytes. rmw_connext_cpp disables TypeCode to avoid this (see this issue ).