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

Go to the source code of this file.

Functions

float map (float in_lower, float in_upper, float out_lower, float out_upper, float value)
 
int main (int argc, char **argv)
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 168 of file wall_following.cpp.

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

Definition at line 34 of file wall_following.cpp.

Here is the call graph for this function: