Skip to content

Commit

Permalink
correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhanyuGuo committed Mar 23, 2024
1 parent d211d0d commit 6a3894a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions docs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Dynamic Configuration
## Contents
- [Introduction](#0)
- [Dynamic Obstacles](#1)
- [Static Obstacles](#2)
- [Costmap Layers](#3)
- [Dynamic Configuration](#dynamic-configuration)
- [Contents](#contents)
- [0. Introduction](#0-introduction)
- [1. Dynamic Obstacles](#1-dynamic-obstacles)
- [2. Static Obstacles](#2-static-obstacles)
- [3. Costmap Layers](#3-costmap-layers)

## <span id="0">0. Introduction

Expand All @@ -27,15 +29,15 @@ robots_config:
- robot2_type: "turtlebot3_burger"
robot2_global_planner: "jps"
robot2_local_planner: "pid"
robot2_x_pos: "-5.0"
robot2_y_pos: "-7.5"
robot2_x_pos: "1.0"
robot2_y_pos: "0.0"
robot2_z_pos: "0.0"
robot2_yaw: "0.0"

plugins:
pedestrians: "pedestrian_config.yaml"
obstacles: "obstacles_config.yaml"
map_layers: "maps_layer_config.yaml"
map_layers: "map_layers_config.yaml"
```
Explanation:
Expand Down
2 changes: 1 addition & 1 deletion src/sim_env/launch/include/robots/start_robots.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<arg name="agent_number" default="1" />
<arg name="agent_id" default="1" />
<arg name="robot1_type" value="turtlebot3_waffle" />
<arg name="robot1_global_planner" value="s_theta_star" />
<arg name="robot1_global_planner" value="a_star" />
<arg name="robot1_local_planner" value="pid" />
<arg name="robot1_x_pos" value="0.0" />
<arg name="robot1_y_pos" value="0.0" />
Expand Down

0 comments on commit 6a3894a

Please sign in to comment.