Skip to content

Commit

Permalink
docs(freespace-planner): fix syntax error (autowarefoundation#2376)
Browse files Browse the repository at this point in the history
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
  • Loading branch information
TakaHoribe committed Jan 10, 2023
1 parent a7e322d commit 30277d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions planning/freespace_planning_algorithms/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `freespace planning algorithms`
# freespace planning algorithms

## Role

Expand Down Expand Up @@ -48,7 +48,7 @@ colcon build --packages-select freespace_planning_algorithms
colcon test --packages-select freespace_planning_algorithms
```

Inside the test, simulation results are stored in `/tmp/fpalgos-{#algorithm_type}-case{#scenario_number}` as a rosbag.
Inside the test, simulation results are stored in `/tmp/fpalgos-{algorithm_type}-case{scenario_number}` as a rosbag.
Loading these resulting files, by using [test/debug_plot.py](test/debug_plot.py),
one can create plots visualizing the path and obstacles as shown
in the figures below. The created figures are then again saved in `/tmp`.
Expand Down

0 comments on commit 30277d1

Please sign in to comment.