Initial commit

This commit is contained in:
2026-07-27 13:51:19 +08:00
commit 7bec56ca51
5408 changed files with 1126933 additions and 0 deletions
@@ -0,0 +1,11 @@
<launch>
<arg name="e_stop_relay_com_" default="/dev/ttyS0"/>
<arg name="baudrate_" default="115200"/>
<arg name="output_e_stop_topic_" default="/e_stop_states"/>
<node name="e_stop_relay_node" pkg="e_stop_relay" type="e_stop_relay_node" output="screen">
<param name="e_stop_relay_com_" value="$(arg e_stop_relay_com_)" type="string"/>
<param name="baudrate_" value="$(arg baudrate_)" type="int"/>
<param name="output_e_stop_topic_" value="$(arg output_e_stop_topic_)" type="string" />
</node>
</launch>