Skip to content

Commit

Permalink
Updates readme.
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <[email protected]>
  • Loading branch information
francocipollone committed Mar 15, 2023
1 parent 918b72c commit a71fb34
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 48 deletions.
46 changes: 0 additions & 46 deletions controllers/maliput_rail_car/maliput_rail_car.py

This file was deleted.

26 changes: 24 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,32 @@
# Maliput-Webots Worlds


## Description

This repository contains a Webots project with:
- Wolds:
- Two simple road networks are provided
- Controller:
- Pure pursuit controller that uses [maliput](https://maliput.readthedocs.io/en/latest/) for representing the road network.


## Requirements

- maliput (Foxy):
- [Maliput Binary installation](https://maliput.readthedocs.io/en/latest/installation.html#id6)
- It is recommended to install the `maliput-full` package.
- Webots
- [Webots installation](https://cyberbotics.com/doc/guide/installing-webots)

## Try it!

source underlying binaries

```
source /opt/ros/foxy/setup.bash
```

Run webots and user the user interface to load your desired world.
Run webots and use the user interface to load your desired world.

```
webots
Expand All @@ -16,7 +38,7 @@ or directly run webots using the desired world.
webots worlds/loop_road_pedestrian_crosswalk_single_agent.wbt
```

Available worlds:
## Available worlds
- loop_road_pedestrian_crosswalk_single_agent.wbt
- loop_road_pedestrian_crosswalk_multi_agent.wbt
- circuit_single_agent.wbt
Expand Down

0 comments on commit a71fb34

Please sign in to comment.