mirror of
https://github.com/jjrobots/B-ROBOT_EVO2.git
synced 2026-03-03 16:44:02 +01:00
New version of BROBOT EVO2
This is the first oficial version of BROBOT EVO2. Enjoy!
This commit is contained in:
@@ -39,6 +39,14 @@ void readControlParameters()
|
||||
Serial.println(Ki_thr_user);
|
||||
#endif
|
||||
|
||||
// Calibration mode??
|
||||
if (OSCpush[2]==1)
|
||||
{
|
||||
Serial.print("Calibration MODE ");
|
||||
angle_offset = angle_adjusted_filtered;
|
||||
Serial.println(angle_offset);
|
||||
}
|
||||
|
||||
// Kill robot => Sleep
|
||||
while (OSCtoggle[0] == 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user