CRINSA-team2024
2024
Documentation du Club Robot INSA Rennes 2024
Chargement...
Recherche...
Aucune correspondance
addresses.h
1
#ifndef __ADDRESSES_H__
2
#define __ADDRESSES_H__
3
4
#define LEFTWHEEL_ADDRESS 0x040
// 8 bytes
5
#define RIGHTWHEEL_ADDRESS 0x060
// 8 bytes
6
#define LEFTCODEWHEEL_ADDRESS 0x080
// 8 bytes
7
#define RIGHTCODEWHEEL_ADDRESS 0x0A0
// 8 bytes
8
#define ODOMETRY_ADDRESS 0x0C0
// 4 bytes
9
#define VELOCITYCONTROL_ADDRESS 0x100
// 20 bytes
10
#define LINVELPID_ADDRESS 0x140
// 20 bytes
11
#define ANGVELPID_ADDRESS 0x180
// 20 bytes
12
#define POSITIONCONTROL_ADDRESS 0x200
// 16 bytes
13
#define PUREPURSUIT_ADDRESS 0x240
// 4 bytes
14
#define SMOOTHTRAJECTORY_ADDRESS 0x280
// 4 bytes
15
16
#endif
// __ADDRESSES_H__
platformIO
wheeledbase
src
addresses.h
Généré par
1.10.0