Skip to content

Commit a304d0e

Browse files
Added how to clear the Needs Reset state from software. (#434)
1 parent 85c51e3 commit a304d0e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

components/husky_a300/husky_a300_emergency_stop_clearing.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ This state is common for machinery safety; as it waits for the machine operator
2929
#### To Clear The Needs Reset State: {#clear-needs-reset}
3030

3131
1. Press the _Emergency Stop Restart Button_ on at the back of the Husky.
32-
2. Or, if included, connect your Wireless Emergency Stop remote.
32+
2. Alternatively, it can be clearing by running `ros2 service call /a300_00000/platform/mcu/clear_estop_needs_reset std_srvs/srv/Empty "{}"` on the Husky's computer.
33+
3. Or, if included, connect your Wireless Emergency Stop remote.

docs_versioned_docs/version-ros2jazzy/ros/api/mcu_api.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ toc_max_heading_level: 4
2525

2626
## MCU services
2727

28-
| Service | Service type | Server | Description | QoS | Platform |
29-
| :--------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------- | :------- | :------------------------------------ | :------------- | :----------------------------------- |
30-
| platform/mcu/configure | [clearpath_platform_msgs/ConfigureMcu](https://github.com/clearpathrobotics/clearpath_msgs/blob/jazzy/clearpath_platform_msgs/srv/ConfigureMcu.srv) | MCU node | Configure MCU domain ID and namespace | System default | A300, J100, DX100, DX150, R100, W200 |
28+
| Service | Service type | Server | Description | QoS | Platform |
29+
| :----------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------- | :------- | :------------------------------------ | :------------- | :----------------------------------- |
30+
| platform/mcu/configure | [clearpath_platform_msgs/ConfigureMcu](https://github.com/clearpathrobotics/clearpath_msgs/blob/jazzy/clearpath_platform_msgs/srv/ConfigureMcu.srv) | MCU node | Configure MCU domain ID and namespace | System default | A300, J100, DX100, DX150, R100, W200 |
31+
| platform/mcu/clear_estop_needs_reset | [std_srvs/Empty](https://github.com/ros2/common_interfaces/blob/jazzy/std_srvs/srv/Empty.srv) | MCU node | Clears a Needs Reset State | System default | A300 |

0 commit comments

Comments
 (0)