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
Hi,
the setting "default_count_limit" (from rosparam) does not have any effect on the topics but specifying "count"
directly to a topic seems to work as expected.
I guess this due to a little copy&paste error as seen below:
Hi,
the setting "default_count_limit" (from rosparam) does not have any effect on the topics but specifying "count"
directly to a topic seems to work as expected.
I guess this due to a little copy&paste error as seen below:
rosbag_snapshot/rosbag_snapshot/src/snapshotter.cpp
Line 267 in 04b0479
Which sets the count to the default memory limit (if this is set it's multiplied by 10⁶ (MB->Byte) so a very high count)
The text was updated successfully, but these errors were encountered: