Bug report
Operating System:
Ubuntu 20.04 64b
Installation type:
Version or commit hash:
5.0.2
DDS implementation:
Fast-RTPS
Steps to reproduce issue:
- Create a topic with X fields
- Compile for the publisher
- Add another field to the topic
- Compile the subscriber
- "Listen" to the topic
- Publish the topic
Expected behavior:
In a different RMW the subscriber receives the full message with the full list of the fields (X+1)
when the last field is set to 0
Actual behavior:
Message is published but the subscriber doesn't receive the message