Skip to content

Latest commit

 

History

History
 
 

control_launch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

control_launch

Structure

control_launch

Package Dependencies

Please see <exec_depend> in package.xml.

Usage

You can include as follows in *.launch.xml to use control.launch.py.

<include file="$(find-pkg-share control_launch)/launch/control.launch.py">
  <!-- options for lateral_controller_mode: mpc_follower, pure_pursuit -->
  <arg name="lateral_controller_mode" value="mpc_follower" />
</include>

Notes

For reducing processing load, we use the Component feature in ROS2 (similar to Nodelet in ROS1 )