We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Required Info:
First terminal:
RMW_IMPLEMENTATION=rmw_connext_cpp ros2 run image_tools showimage
Second terminal:
RMW_IMPLEMENTATION=rmw_fastrtps_cpp ros2 run image_tools cam2image
No crash. Image tools are transporting images. The excepted behavior should the same when only using fastrtps.
A few images are getting transported. However, fastrtps node cam2image crashes with assertion error:
cam2image
... [INFO] [cam2image]: Publishing image #221 [INFO] [cam2image]: Publishing image #222 [INFO] [cam2image]: Publishing image #223 Assertion failed: (*sn <= change->getDataFragments()->size()), function add_change, file /Users/karsten/workspace/osrf/ros2_full/src/eProsima/Fast-RTPS/src/cpp/rtps/writer/../flowcontrol/../writer/RTPSWriterCollector.h, line 83.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
Required Info:
Steps to reproduce issue
First terminal:
Second terminal:
Expected behavior
No crash. Image tools are transporting images. The excepted behavior should the same when only using fastrtps.
Actual behavior
A few images are getting transported. However, fastrtps node
cam2image
crashes with assertion error:The text was updated successfully, but these errors were encountered: