Closed miku54 closed 2 years ago
ROS1 : <launch> <arg name="car_mode" default="" /> <node pkg="move_base" type="move_base" respawn="false" name="move_base" output="screen"> <rosparam file="$(find catkin_ws)/costmap_params/param_$(arg car_mode)/teb_local_planner_params.yaml" command="load"/> </node> </launch>
How can I implement the function of param_$(arg car_mode) in ROS2?
Please open questions like this on https://answers.ros.org. You'll get a better answer, and the answer will be saved and searchable in the future. Closing this one.
Steps to reproduce issue
How can I implement the function of param_$(arg car_mode) in ROS2?