![]() |
Autonomous Racing
1
f1tenth Project Group of Technical University Dortmund, Germany
|
#include <wall.h>
Public Member Functions | |
| Wall (float angle1, float angle2, float range1, float range2) | |
| float | getAngle () |
| float | predictDistance (float distancce_to_current_position) |
| void | draw (RvizGeometryPublisher &geometry, int id, std_msgs::ColorRGBA color) |
Public Attributes | |
| float | m_angle1 |
| float | m_angle2 |
| float | m_range1 |
| float | m_range2 |
| Wall::Wall | ( | float | angle1, |
| float | angle2, | ||
| float | range1, | ||
| float | range2 | ||
| ) |
| void Wall::draw | ( | RvizGeometryPublisher & | geometry, |
| int | id, | ||
| std_msgs::ColorRGBA | color | ||
| ) |
| float Wall::getAngle | ( | ) |
| float Wall::predictDistance | ( | float | distancce_to_current_position | ) |