Working on odometry. Got firmware and ros node separating out gps/imu data. Needs to get sent to the right topics, but hard part is done!

This commit is contained in:
2018-07-06 21:48:32 -07:00
parent ecd52aa8a4
commit ddd4953495
7 changed files with 427 additions and 53 deletions

View File

@@ -27,7 +27,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};