1. How to execute Example Code

  • Please place the desired path file under the path directory and enter the file name (ex: "k-city") in the synchronous_mode.launch file as shown below.

<launch>
        <!-- args = "(path name to keep track of)" -->
	<node pkg="gen_ros" type="synchronous_mode.py" name="sync_planner" args="kcity" output="screen" />

        <node pkg="rviz" type="rviz" name="rviz" args="-d $(find gen_ros)/rviz/sync_planner.rviz" />

</launch>
XML

  • Execute the modified lunch file.

roslaunch gen_ros synchronous_mode.launch
BASH

2. Execution video

  • In the vehicle information window, you can see that the Control Mode has been changed to Synchronous Mode.