diff --git a/README.md b/README.md index 2a1ce7fef9b82af4473af090b36a812fed3c3de9..ae9c0274170e70c173093d4f9209238a323c90f0 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,21 @@ The main launch file (*node.launch*) has the following arguments: * **odom_topic** (default=/odom): Name of the odom topic to be used * **control_topic** (default=/control): Name of the control topic to be used. +To include the iri_model_car_control into an other launch file, include the following lines: + +``` + <include file="$(find iri_model_car_control)/launch/node.launch"> + <arg name="node_name" value="$(arg node_name)"/> + <arg name="output" value="$(arg output)"/> + <arg name="launch_prefix" value="$(arg launch_prefix)"/> + <arg name="config_file" value="$(arg config_file)"/> + <arg name="cmd_vel_topic" value="$(arg cmd_vel_topic)"/> + <arg name="odom_topic" value="$(arg odom_topic)"/> + <arg name="control_topic" value="$(arg control_topic)"/> + </include> + +``` + ## Disclaimer Copyright (C) Institut de Robòtica i Informà tica Industrial, CSIC-UPC.