You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Camera ROS2 driver publishes raw RGB images at 3-4Hz locally even after transferring compression process on GPU. This can impact users who want to put computer vision algorithms onboard. One of the possible solutions may be to change the middleware, but it has to be investigated.
With synchronous mode and Fast RTPS I am getting the following error:
2020-04-17 13:35:09.475 [PUBLISHER Error] Data cannot be sent. It's serialized size is 921664' which exceeds the maximum payload size of '65416' and therefore ASYNCHRONOUS_PUBLISH_MODE must be used. -> Function create_new_change_with_params
for command:
FASTRTPS_DEFAULT_PROFILES_FILE=fastrtps.xml RMW_FASTRTPS_USE_QOS_FROM_XML=1 RMW_IMPLEMENTATION=rmw_fastrtps_cpp ros2 run epuck_ros2_camera camera
Camera ROS2 driver publishes raw RGB images at 3-4Hz locally even after transferring compression process on GPU. This can impact users who want to put computer vision algorithms onboard. One of the possible solutions may be to change the middleware, but it has to be investigated.
More information on this is available at:
#16 (comment)
and there is an issue on Fast RTPS:
eProsima/Fast-DDS#1107
https://www.theconstructsim.com/ros2-dds-fast-rtps-with-jaime-martin-losa/
Jaime Martin Losa mentioned two modes of Fast RTPS at 0:20, synchronous and asynchronous. Faster one, synchronous, is not default. We can try changing this.
Also, we can change the default QoS profile.
With synchronous mode and Fast RTPS I am getting the following error:
for command:
and Fast RTPS configuration from here
The text was updated successfully, but these errors were encountered: