Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RansML authored Sep 11, 2020
1 parent ad85f87 commit 7a01757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Define static and/or dynamic obstacles (e.g. walls, vehicles, etc.) in a yaml fi
Output:
- carmen.log.gfs or time_x_y_occopancy.csv, robot_pose.npz, all_data_i.npz, frame_i.png, movie.gif/mp4

<img src="outputs/toy1_setting1/toy1_setting1.gif" width="600">
<img src="outputs/toy1_setting1/toy1_setting1.gif" width="400">

v1 released
v2 released - new addition: moving robot
Expand All @@ -28,4 +28,4 @@ Instructions:
- Step 4: Draw the robot's trajectory by clicking on various locations on the gui (close to exit) or hard code the pose/s [video](https://youtu.be/bhd1EDYTIiw)
- Output: robot's poses as a .npz file, .csv or carmen data file, all data for each time step as .npz, and images for each time step

Note: Output .csv file: column1=time, column2=longitude, column3=latitude, column4=occupied/free. This file is compatible with [Bayesian Hilber Maps](https://github.com/RansML/Bayesian_Hilbert_Maps)
Note: Output .csv file: column1=time, column2=longitude, column3=latitude, column4=occupied/free. This file is compatible with [Bayesian Hilber Maps](https://github.com/RansML/Bayesian_Hilbert_Maps).

0 comments on commit 7a01757

Please sign in to comment.