Skip to content

Commit f37667e

Browse files
committed
update readme2
1 parent b0f1d17 commit f37667e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ Define:
1414
Output:
1515
- carmen.log.gfs, time_x_y.csv, frame_i.png, movie.gif/mp4
1616

17+
<img src="outputs/simulator_out.gif" width="600">
18+
1719

README.md~

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# simulator_lidar
22

3-
This is a LIDAR simulator. A simple world with moving vehicles can be set up by instantiating "Obstacle" class.
3+
This is a simple LIDAR simulator developed in python3. A world with moving vehicles can be set up by instantiating "Obstacle" class.
4+
5+
Requires:
6+
- python3
7+
- numpy library
8+
- matplotlib library (for images and videos)
9+
- moviepy library (for videos)
10+
11+
Define:
12+
- obstacles (position, velocity and acceleration)
13+
14+
Output:
15+
- carmen.log.gfs, time_x_y.csv, frame_i.png, movie.gif/mp4
416

517

0 commit comments

Comments
 (0)