mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-04 12:24:57 +00:00
testing sensors
This commit is contained in:
@@ -18,14 +18,14 @@ int main()
|
||||
// thread mv(movement);
|
||||
// mv.join(); //only exit once thread one is done running
|
||||
|
||||
// checkCenterCliff();
|
||||
checkCenterCliff();
|
||||
}
|
||||
|
||||
int checkCenterCliff()
|
||||
{
|
||||
while (true)
|
||||
{
|
||||
std::cout << "cliffsensordata:" << parser.data.BumperCenter << std::endl;
|
||||
std::cout << "cliffsensordata:" << parser.data.CliffCenter << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user