Skip to content

Commit

Permalink
max_turn_rate actually does something now
Browse files Browse the repository at this point in the history
  • Loading branch information
garethellis0 committed Jun 6, 2016
1 parent 692306b commit 8a88976
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/launch/common2.launch
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!--
!--
This launch file contains things that should be common to
all launches of the ENTIRE system.
-->

<launch>

#### publish initial base_link -> laser transform ######################
<node pkg="tf" type="static_transform_publisher"
<node pkg="tf" type="static_transform_publisher"
name="base_link_to_laser" args="0.4 0 0 0 0 0 /base_link /laser 40"/>

#### start slam_gmapping ######################################
Expand Down Expand Up @@ -36,21 +36,21 @@
-->

<!-- Start map_inflater -->
<include file="$(find mapping)/launch/map_inflater.launch"/>
<include file="$(find mapping)/launch/map_inflater.launch"/>

#### start waypoint_creator ####################################
<node pkg="decision" type="sb_waypoint_creator"
name="sb_waypoint_creator" output="screen">

<rosparam param="path">[9, 4]</rosparam>

<remap from="destination" to="waypoint"/>
</node>

#### start move_straight_line ##################################
<node pkg="decision" type="move_straight_line"
name="move_straight_line" output="screen"/>

<!--
#### start driver_node ########################################
<node pkg="drivers" type="sb_driver_elsa"
Expand Down

0 comments on commit 8a88976

Please sign in to comment.