Print-Echo All Rostopics to a file
Hey, I want to debug something and since I use px4 I have lots of rostopics. I want to find where an information is sent from. So, is there a way to dump all rostopics to a file like
/mavros/global_pos
header:
seq: 12
stamp:
secs: 453
nsecs: 744000000
frame_id: "base_link"
status:
status: 0
service: 1
latitude: 35.7559031
longitude: -120.7989652
altitude: 185.224683145
position_covariance: [1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]
position_covariance_type: 2
. . .
/mavros/local_pos :
.
.
.
.
See #q200922 and #q190333