mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 10:11:14 +00:00
Initial odometry and localization working, though position grows without bound. It's a start though.
This commit is contained in:
@@ -34,7 +34,7 @@ enum MODBUS_REGISTERS {
|
||||
};
|
||||
|
||||
////////// Global Variables //////////
|
||||
const uint8_t node_id = 1;
|
||||
const uint8_t node_id = 2;
|
||||
const uint8_t mobus_serial_port_number = 3;
|
||||
|
||||
uint16_t modbus_data[] = {0, 0, 0, 0, 0, 0};
|
||||
|
||||
Reference in New Issue
Block a user