Khangai Robot Play - Naive  01
THe naive play of the Khangai Robot
position_sensor.h File Reference
#include "vec3.h"
#include "vec2.h"
#include "sensor.h"
#include "kalman.h"
Include dependency graph for position_sensor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PositionSensor
 

Macros

#define MAX_POSITION_SENSORS   (4)
 

Functions

int init_XLidarEncoderKalman (uint32_t dt_millis)
 
int init_YLidarEncoderKalman (uint32_t dt_millis)
 
int init_EncodersKalman (uint32_t dt_millis)
 

Variables

Kalman_Vars gEncoders_KV
 
Kalman_Vars gXLidarEncoder_KV
 
Kalman_Vars gYLidarEncoder_KV
 

Macro Definition Documentation

◆ MAX_POSITION_SENSORS

#define MAX_POSITION_SENSORS   (4)

Function Documentation

◆ init_EncodersKalman()

int init_EncodersKalman ( uint32_t  dt_millis)

◆ init_XLidarEncoderKalman()

int init_XLidarEncoderKalman ( uint32_t  dt_millis)
Here is the call graph for this function:

◆ init_YLidarEncoderKalman()

int init_YLidarEncoderKalman ( uint32_t  dt_millis)
Here is the call graph for this function:

Variable Documentation

◆ gEncoders_KV

Kalman_Vars gEncoders_KV

◆ gXLidarEncoder_KV

Kalman_Vars gXLidarEncoder_KV

◆ gYLidarEncoder_KV

Kalman_Vars gYLidarEncoder_KV