Skip to content
Snippets Groups Projects
Commit c461bd14 authored by Fernando Herrero's avatar Fernando Herrero
Browse files
parents 354b044d dd5fecda
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