Skip to content

Commit b0f1d17

Browse files
committed
update readme
1 parent 96516e2 commit b0f1d17

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# simulator_lidar
1+
# simulator_lidar
2+
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
16+
17+

README.md~

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# simulator_lidar
2+
3+
This is a LIDAR simulator. A simple world with moving vehicles can be set up by instantiating "Obstacle" class.
4+
5+

0 commit comments

Comments
 (0)