Skip to content

Commit

Permalink
Updating the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
malintha committed Dec 9, 2021
1 parent 03117e9 commit c70ee28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ SwarmSim2 uses xacro to spawn new models into the simulation environment. Out of

1) In the `launch/simu.launch` file, add a new line with the corresponding drone id. Make sure to change `<param name>` and the robot_id accordingly. For example,

<param name="cf6" command="$(find xacro)/xacro --inorder $(find multi_uav_simulator)/cf_description/crazyflie.urdf.xacro robot_id:=6" />
<param name="cf6" command="$(find xacro)/xacro --inorder $(find multi_uav_simulator)/cf_description/crazyflie.urdf.xacro robot_id:=6" />


2) In order to specify the initial conditions for the robot add a new block in the `config.yaml` file as below.
Expand Down

0 comments on commit c70ee28

Please sign in to comment.