Skip to content

Collection of f1tenth tracks from various sources

Notifications You must be signed in to change notification settings

CPS-TUWien/f1tenth_maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collection of tracks

This repository is a collection of several tracks to be used in f1tenth-style races. It can be directly used as ROS-package, where subsequently maps are referred in launch files of other packages.

Usage

As ROS-package

  • Clone this repository into the src/-folder of your ROS workspace.

  • Use the maps in launch files, e.g.:

      <arg name="map" default="$(find f1tenth_maps)/maps/f1_aut.yaml"/>
      <node pkg="map_server" name="map_server" type="map_server" args="$(arg map)"/>
    

Costmap generator

The costmap generator in folder costmaps provides a script to calculate several metrics for the map. E.g.: Distance from start line, distance from obstacles, shortest path, spline optimzied path.

  • Use the makefile to generate it for any map of folder maps, e.g.:

      make f1_aut
    

Sources

All other maps were created by us.

Map files format

For yaml format see: http://wiki.ros.org/map_server#YAML_format

About

Collection of f1tenth tracks from various sources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published