Skip to content
Snippets Groups Projects
Commit c131dc08 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Changed the default topic remaps.

Set the intial value of several parameters of the odometry node (initial position and calibration filename).
parent 9b7ebd91
No related branches found
No related tags found
No related merge requests found
...@@ -34,10 +34,16 @@ ...@@ -34,10 +34,16 @@
type="odometry_publisher" type="odometry_publisher"
name="odometry_publisher" name="odometry_publisher"
output="screen"> output="screen">
<remap from="/motor_control/twist" <param name="file_name" value="/opt/ros/modelcar/catkin_ws/install/share/odometry/cfg/SteerAngleActuator.xml"/>
to="/model_car/twist"/> <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" <remap from="/model_car/yaw"
to="/model_car/yaw"/> to="/yaw"/>-->
</node> </node>
<node name="imu_filter" <node name="imu_filter"
...@@ -95,4 +101,4 @@ ...@@ -95,4 +101,4 @@
</group> </group>
</launch> </launch>
\ No newline at end of file
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