![]() |
Autonomous Racing
1
f1tenth Project Group of Technical University Dortmund, Germany
|
Classes | |
class | Track |
class | TrackPosition |
Variables | |
Point = namedtuple("Point", ["x", "y"]) | |
world_name = rospy.get_param("world_name") | |
track = Track(PATH) | |
simulation_tools.track.Point = namedtuple("Point", ["x", "y"]) |