mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 20:04:58 +00:00
testing sensors
This commit is contained in:
@@ -18,14 +18,14 @@ int main()
|
|||||||
// thread mv(movement);
|
// thread mv(movement);
|
||||||
// mv.join(); //only exit once thread one is done running
|
// mv.join(); //only exit once thread one is done running
|
||||||
|
|
||||||
// checkCenterCliff();
|
checkCenterCliff();
|
||||||
}
|
}
|
||||||
|
|
||||||
int checkCenterCliff()
|
int checkCenterCliff()
|
||||||
{
|
{
|
||||||
while (true)
|
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