Skip to content
Snippets Groups Projects
Commit 8ec84c0c authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Added auto_stop launch include to spawn_car.launch

parent 2be1cda7
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,18 @@
to="/odom"/>
</node>
<arg name="break_distance" default="0.5"/>
<arg name="angle" default="40"/>
<node pkg="auto_stop"
type="auto_stop_node"
name="auto_stop"
output="screen">
<param name="angle_front" type="int" value="$(arg angle)" />
<param name="angle_back" type="int" value="$(arg angle)"/>
<param name="break_distance" type="double" value="$(arg break_distance)"/>
<param name="break_distance_based_on_speed" type="bool" value="false"/>
</node>
<node name="imu_filter"
pkg ="imu_filter_madgwick"
type="imu_filter_node"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment