An open API service indexing awesome lists of open source software.

https://github.com/matteogianferrari/f1trail

The F1Trail project aims to enable an F1Tenth autonomous racing car to follow a designated target, marked with an ArUco marker, autonomously.
https://github.com/matteogianferrari/f1trail

autonomous-driving opencv pcl ros2 sensor-fusion tracking

Last synced: 8 months ago
JSON representation

The F1Trail project aims to enable an F1Tenth autonomous racing car to follow a designated target, marked with an ArUco marker, autonomously.

Awesome Lists containing this project

README

          

# F1trail
To include one (or more) package(s) in your workspace, clone the repository and copy the desired pakage(s) (supposing that you have created an empty workspace following ROS2 conventions, they should be copied under ```/src```).
Move into your workspace folder and build with ```colcon```:
```
colcon build --symlink-install --packages-select [ ...]
```
Then open another terminal and ```source``` the install script generated by the build (different scripts are generated for different command line interpreters):

```bash
source install/setup.bash
```