Skip to content

Commit 6e89789

Browse files
civerachb-cprtonybaltovski
authored andcommitted
safety_stop -> emergency_stop
1 parent 7c00795 commit 6e89789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs_robots/outdoor_robots/husky/a300/troubleshooting_husky.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,11 @@ For example, we may ask you to record these topics:
300300
- `/a300_XXXXX/platform/motors/feedback`
301301
- `/a300_XXXXX/platform/motors/status`
302302
- `/a300_XXXXX/platform/motors/system_protection`
303-
- `/a300_XXXXX/platform/safety_stop`
303+
- `/a300_XXXXX/platform/emergency_stop`
304304
so we can review motor temperatures, and other diagnostic data. To create this rosbag, you would:
305305

306306
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`
308308
3. Use your robot as you typically would, trying to recreate the issue you have been experiencing.
309309
4. Once done, in the terminal, press `ctrl+c` to stop the command.
310310
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)