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
6struct Sensors {
7 double _right_wheel_rpm = 0;
8 double _left_wheel_rpm = 0;
10};
Sensors from CAN.
Definition sensors.hpp:6
int _hydraulic_line_pressure
Definition sensors.hpp:9
double _right_wheel_rpm
Definition sensors.hpp:7
double _left_wheel_rpm
Definition sensors.hpp:8