Autonomous Racing  1
f1tenth Project Group of Technical University Dortmund, Germany
drive_parameters_source.h File Reference
#include "drive_mode.h"
#include <ros/ros.h>
#include <drive_msgs/drive_param.h>
#include <functional>
#include <std_msgs/Float64.h>
Include dependency graph for drive_parameters_source.h:
This graph shows which files directly or indirectly include this file:

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
 

Typedef Documentation

using DriveParameterCallbackFunction = std::function<void(DriveParametersSource*, const drive_msgs::drive_param::ConstPtr&)>

Definition at line 12 of file drive_parameters_source.h.

Variable Documentation

constexpr float IDLE_RANGE = 0.01f

Definition at line 14 of file drive_parameters_source.h.