![]() |
Autonomous Racing
1
f1tenth Project Group of Technical University Dortmund, Germany
|
#include "drive_mode.h"#include <ros/ros.h>#include <drive_msgs/drive_param.h>#include <functional>#include <std_msgs/Float64.h>

Go to the source code of this file.
Classes | |
| class | DriveParametersSource |
Typedefs | |
| using | DriveParameterCallbackFunction = std::function< void(DriveParametersSource *, const drive_msgs::drive_param::ConstPtr &)> |
Variables | |
| constexpr float | IDLE_RANGE = 0.01f |
| using DriveParameterCallbackFunction = std::function<void(DriveParametersSource*, const drive_msgs::drive_param::ConstPtr&)> |
Definition at line 12 of file drive_parameters_source.h.
| constexpr float IDLE_RANGE = 0.01f |
Definition at line 14 of file drive_parameters_source.h.