Skip to content

Commit af01f01

Browse files
civerachb-cprtonybaltovski
authored andcommitted
Add front panel removal/serial number access (resolves CPE87-2705)
1 parent 6e89789 commit af01f01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs_robots/outdoor_robots/husky/a300/troubleshooting_husky.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,15 +296,14 @@ This is a tool that saves ROS data to a file, so we can review it after the robo
296296
For example, we may ask you to record these topics:
297297
- `/a300_XXXXX/platform/mcu/status`
298298
- `/a300_XXXXX/platform/mcu/status/power`
299-
- `/a300_XXXXX/platform/motors/debug`
300299
- `/a300_XXXXX/platform/motors/feedback`
301300
- `/a300_XXXXX/platform/motors/status`
302301
- `/a300_XXXXX/platform/motors/system_protection`
303302
- `/a300_XXXXX/platform/emergency_stop`
304303
so we can review motor temperatures, and other diagnostic data. To create this rosbag, you would:
305304

306305
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/emergency_stop`
306+
2. Run the command `ros2 bag record /a300_XXXXX/platform/mcu/status /a300_XXXXX/platform/mcu/status/power /a300_XXXXX/platform/motors/feedback /a300_XXXXX/platform/motors/status /a300_XXXXX/platform/motors/system_protection /a300_XXXXX/platform/emergency_stop`
308307
3. Use your robot as you typically would, trying to recreate the issue you have been experiencing.
309308
4. Once done, in the terminal, press `ctrl+c` to stop the command.
310309
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

Comments
 (0)