Definition at line 50 of file track.py.
def simulation_tools.track.Track.__init__ |
( |
|
self, |
|
|
|
points |
|
) |
| |
def simulation_tools.track.Track.get_position |
( |
|
self, |
|
|
|
total_distance, |
|
|
|
distance_to_center = 0 |
|
) |
| |
Returns a TrackPosition object based on the on-track distance from the start
line and the distance to the center of the track.
Definition at line 73 of file track.py.
def simulation_tools.track.Track.localize |
( |
|
self, |
|
|
|
point |
|
) |
| |
Returns a TrackPosition object based on a position in world space.
Definition at line 63 of file track.py.
simulation_tools.track.Track.cumulative_distance |
simulation_tools.track.Track.forward |
simulation_tools.track.Track.length |
simulation_tools.track.Track.points |
simulation_tools.track.Track.right |
simulation_tools.track.Track.segment_length |
simulation_tools.track.Track.size |
The documentation for this class was generated from the following file:
- /home/travis/build/Autonomous-Racing-PG/ar-tu-do/docs/master/ros_ws/src/simulation/simulation_tools/src/simulation_tools/track.py