Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vignif committed Mar 20, 2020
1 parent cf70a75 commit 04dde69
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Carla parking with ROS
this package contains a ros node capable of simple rule based parking with an ego vehicle in the carla simulator v 0.9.7 and ROS melodic
Carla is an open source simulator for autonomous driving research available at http://carla.org/

This package contains an implemantation of a **rule based parking motion**. It is an open-loop approach for the task, given that no information are retrieved from sensors and crashes can occur.

The example spawns 2 cars in predefined positions (leaving enough space between them) and the ego vehicle is blindly controlled to fit the parking spot.

### Example
this gif shows the implemented routine with a time scale x5
Expand Down Expand Up @@ -39,15 +43,11 @@ This script spawns:

all the vehicles are rotated of 180' in order to be correctly in line with the street

requirements:
running localhost environment of carla
running carla-ros-bridge

tested env:
-Ubuntu 18.04.3 LTS
-UnrealEngine 4.22
-ROS melodic
-carla 0.9.7
1. Ubuntu 18.04.3 LTS
2. UnrealEngine 4.22
3. ROS melodic
4. carla 0.9.7


### License
Expand Down

0 comments on commit 04dde69

Please sign in to comment.