mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-04 04:14:58 +00:00
Fix incorrect variable name in checkWheelDrop function
This commit is contained in:
@@ -36,7 +36,7 @@ int checkCenterCliff()
|
||||
int checkWheelDrop(){
|
||||
while (true)
|
||||
{
|
||||
std::cout << "wheeldropdata:" << robot.data.WheelDrop << std::endl;
|
||||
std::cout << "wheeldropdata:" << robot.data.WheelDropLeft << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user