Open weihunko opened 4 years ago
@Karsten1987 @emersonknapp LMK if this can be put on your board and reviewed in the Tooling WG meeting on April 10.
@dejanpan it will be part of the issue triaging. So yes, we'll discuss this during the meeting. Or is there anything more to it you'd like to discuss as a separate agenda item?
@Karsten1987 nope, issue triaging is enough for it to get on the radar.
There is still going to be some degradation at the limit of performacne - though we can make this better-defined, what happens in that case. Did the performance improvements since Foxy resolve this to a satisfactory state, or are there specific features we can implement to close this out?
Description
Actually I'm not sure if this should be a feature request or a bug report, but we have seen some undefined behaviors (segfault, or not subscribe to all the topics) when trying to test the recording limitation of
rosbag2
.Expected Behavior
rosbag2
.Actual Behavior
Segfault or only a subset of topics is discovered.
To Reproduce
mkdir -p ~/ros2_bandwidth_tester_ws/src
cd ~/ros2_bandwidth_tester_ws/src && git clone https://github.com/weihunko/ros2_bandwidth_tester
cd ~/ros2_bandwidth_tester_ws
colcon build
ros2 bag record -a
ros2 run ros2_bandwidth_tester bandwidth_tester --number 50 --size 200 --rate 100
ros2 bag record
will segfaultSystem (please complete the following information)
Additional context
N/A