Formula Student Electronics & Software
The code for the embedded software
Loading...
Searching...
No Matches
sensors.hpp
Go to the documentation of this file.
1
#pragma once
2
6
struct
Sensors
{
7
double
_right_wheel_rpm
= 0;
8
double
_left_wheel_rpm
= 0;
9
int
_hydraulic_line_pressure
= 0;
10
};
Sensors
Sensors from CAN.
Definition
sensors.hpp:6
Sensors::_hydraulic_line_pressure
int _hydraulic_line_pressure
Definition
sensors.hpp:9
Sensors::_right_wheel_rpm
double _right_wheel_rpm
Definition
sensors.hpp:7
Sensors::_left_wheel_rpm
double _left_wheel_rpm
Definition
sensors.hpp:8
master
include
model
sensors.hpp
Generated by
1.9.8