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
Copy file name to clipboardExpand all lines: docs_robots/outdoor_robots/husky/a300/troubleshooting_husky.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -300,11 +300,11 @@ For example, we may ask you to record these topics:
300
300
-`/a300_XXXXX/platform/motors/feedback`
301
301
-`/a300_XXXXX/platform/motors/status`
302
302
-`/a300_XXXXX/platform/motors/system_protection`
303
-
-`/a300_XXXXX/platform/safety_stop`
303
+
-`/a300_XXXXX/platform/emergency_stop`
304
304
so we can review motor temperatures, and other diagnostic data. To create this rosbag, you would:
305
305
306
306
1. Log into the robot's computer.
307
-
2. Run the command `ros2 bag record /a300_XXXXX/platform/mcu/status /a300_XXXXX/platform/mcu/status/power /a300_XXXXX/platform/motors/debug /a300_XXXXX/platform/motors/feedback /a300_XXXXX/platform/motors/status /a300_XXXXX/platform/motors/system_protection /a300_XXXXX/platform/safety_stop`
307
+
2. Run the command `ros2 bag record /a300_XXXXX/platform/mcu/status /a300_XXXXX/platform/mcu/status/power /a300_XXXXX/platform/motors/debug /a300_XXXXX/platform/motors/feedback /a300_XXXXX/platform/motors/status /a300_XXXXX/platform/motors/system_protection /a300_XXXXX/platform/emergency_stop`
308
308
3. Use your robot as you typically would, trying to recreate the issue you have been experiencing.
309
309
4. Once done, in the terminal, press `ctrl+c` to stop the command.
310
310
5. Enter `ls`, and find the new folder named `ros2bag_YYYY_MM_DD-hh_mm_ss` that was created. It will contain two files: `metadata.yaml` and a file with an extension of `.mcap`
0 commit comments