Autonomous Racing  1
f1tenth Project Group of Technical University Dortmund, Germany
keyboard_controller.cpp File Reference
#include "keyboard_controller.h"
#include <boost/algorithm/clamp.hpp>
#include <cmath>
#include <std_msgs/Time.h>
#include <teleoperation/keyboard_controllerConfig.h>
Include dependency graph for keyboard_controller.cpp:

Go to the source code of this file.

Functions

double map (double value, double in_lower, double in_upper, double out_lower, double out_upper)
 
std_msgs::Time createHearbeatMessage ()
 
int main (int argc, char **argv)
 

Function Documentation

std_msgs::Time createHearbeatMessage ( )

Definition at line 157 of file keyboard_controller.cpp.

Here is the call graph for this function:

int main ( int  argc,
char **  argv 
)

Definition at line 262 of file keyboard_controller.cpp.

double map ( double  value,
double  in_lower,
double  in_upper,
double  out_lower,
double  out_upper 
)

Definition at line 8 of file keyboard_controller.cpp.

Here is the caller graph for this function: