Skip to content
New issue

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

FAST-RTPS Assertion error with image_tools with fastrtps and connext #256

Open
Karsten1987 opened this issue Jun 22, 2018 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Karsten1987
Copy link
Contributor

Bug report

Required Info:

  • Operating System:
    • OSX Sierra, 10.12.6
  • Installation type:
    • source
  • Version or commit hash:
    • master
  • DDS implementation:
    • rmw_connext_cpp vs rmw_fastrtps_cpp

Steps to reproduce issue

First terminal:

RMW_IMPLEMENTATION=rmw_connext_cpp ros2 run image_tools showimage

Second terminal:

RMW_IMPLEMENTATION=rmw_fastrtps_cpp ros2 run image_tools cam2image

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:

...
[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.
@Karsten1987 Karsten1987 added the bug Something isn't working label Jun 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant