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
First person to touch this to double check that it's still happening.
Receive the following error when inputting negative values:
2020-07-31 23:52:07.012 [RTPS_QOS_CHECK Error] INCORRECT TOPIC QOS (rt/talker): depth must be > 0 -> Function checkQos zsh: segmentation fault ros2 bag record -a -o my_bag2 --qos-profile-overrides-path
Description
When defining an overrides file negative values are allowed for the following fields:
when using
ros2 bag record
orros2 bag play
Expected Behavior
The CLI throws an error / exception stating that negative values are not allowed for these fields.
Actual Behavior
The CLI accepts the values and attempts to record / play.
To Reproduce
** Steps to reproduce the behavior, e.g.
ros2 bag record -a --qos-profile-overrides-path negative_depth.yaml
System (please complete the following information)
The text was updated successfully, but these errors were encountered: