Files
ros2-assignments/src/g2_2025_odometry_pkg/launch/wheel_sim.launch.xml

9 lines
311 B
XML

<?xml version="1.0"?>
<launch>
<arg name="params_file" default="$(find-pkg-share g2_2025_odometry_pkg)/config/opt.yaml"/>
<node pkg="g2_2025_odometry_pkg" exec="wheel_data_simulator_node" name="wheel_data_simulator" output="screen">
<param from="$(var params_file)"/>
</node>
</launch>