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

Added separate odometry launch

parent 34e99dec
No related branches found
No related tags found
No related merge requests found
<!-- -->
<launch>
<arg name="x" default="0.0"/>
<arg name="y" default="-0.2"/>
<arg name="yaw" default="0.0"/>
<node pkg ="odometry"
type="odometry_publisher"
name="odometry_publisher"
output="screen">
<param name="file_name" value="/opt/ros/modelcar/catkin_ws/install/share/odometry/cfg/SteerAngleActuator.xml"/>
<param name="initial_x" value="$(arg x)"/>
<param name="initial_y" value="$(arg y)"/>
<param name="initial_yaw" value="$(arg yaw)"/>
<remap from="/manual_control/steering"
to="/steering_angle"/>
<remap from="/model_car/twist"
to="/twist"/>
<remap from="/model_car/yaw"
to="/yaw"/>
<remap from="~odom"
to="/odom"/>
</node>
</launch>
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