Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This repository is devoted to share resources among all Formula Student Driverle
- [AMZ Vision 2017 Dataset ](#amz_vision_2017)
- [SW Tools](#sw_tools)
- [Rosbag Bazaar](#rbb)
- [Drawing to Layout](#dtl)
- [Algorithms](#algorithms)
- [MIT Driverless Computer Vision](#mitcv)
- [MPCC](#mpcc)
Expand Down Expand Up @@ -73,6 +74,10 @@ This section is devoted to share software tools related to or helpful in, Formul
## Rosbag Bazaar
- The Rosbag Bazaar (RBB) is a tool to index/visualize/manage rosbags on remote storage systems. Additionally it provides a web interface and framework for automated simulations. It is a tool helpful to anyone handling large amounts of rosbags and complex software pipelines in real robots. Find the code in this [link](https://github.com/AMZ-Driverless/rbb_core).

<a name="dtl"></a>
## Drawing to Layout
- This tool converts images to Formula Student Driverless Layouts with correct cone colors and plausible cone distances. It is used to quickly create track layouts that can be used to test the autonomous pipeline in simulations. The tool is hosted in the cloud and is accessible by anyone [here](https://drawing-to-fsd-layout.streamlit.app/). The source code can be found [here](https://github.com/papalotis/drawing-to-fsd-layout).

<a name="algorithms"></a>
# Algorithms
This section is devoted to share Algorithms dealing with or related to, Formula Student Driverless Vehicles. They could be Visual pipelines, Lidar, estimation, control, etc..
Expand Down