Skip to content

Commit 4a72ac7

Browse files
authored
Update README.md
1 parent 88bc290 commit 4a72ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bitbots_rust_nav
22

3-
A best-effort A*-on-visibility-graph implementation for pathplanning in obstacles maps where obstacles and the robot itself are assumed to be round.
3+
A best-effort A*-on-visibility-graph implementation for path planning in obstacles maps where obstacles and the robot itself are assumed to be round.
44

55
It exports three classes
66

@@ -14,4 +14,4 @@ Represents all configuration values for how obstacles should be treated with pub
1414

1515
## `ObstacleMap`
1616

17-
Represents a set of obstacles on a plane with a given config. This has two fields: `config: ObstacleMapConfig` and `obstacles: [RoundObstacle]`. Can be created with the constructor `ObstacleMap(config, obstacles)`
17+
Represents a set of obstacles on a plane with a given config. This has two fields: `config: ObstacleMapConfig` and `obstacles: [RoundObstacle]`. Can be created with the constructor `ObstacleMap(config, obstacles)`

0 commit comments

Comments
 (0)