I’m trying to record a rosbag using lgsvl
and autoware
emulation, but there is no /point_raw
option for rosbag in autoware, rostopic echo /point_raw
is output, so I’m using rosbag record /point_raw
. However, the record did not work, what may be the reason for this?
I haven’t used lgsvl
nor autoware
, but if you get the output of a topic in ros then it means you can record it.
Have you tried recording all topics?
rosbag record -a
This topic was automatically closed after 7 days. New replies are no longer allowed.