mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 01:36:56 +02:00
remove debug line from previous commit
This commit is contained in:
parent
d02fb65a13
commit
7ea9bb4b92
1 changed files with 0 additions and 2 deletions
|
@ -212,8 +212,6 @@ int main(int argc, const char* argv[]) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("AAS: %f, AB: %f\n", absoluteAngleToSource, agentRingBuffer->getBearing());
|
|
||||||
|
|
||||||
bearingRelativeAngleToSource = absoluteAngleToSource - agentRingBuffer->getBearing();
|
bearingRelativeAngleToSource = absoluteAngleToSource - agentRingBuffer->getBearing();
|
||||||
|
|
||||||
if (bearingRelativeAngleToSource > 180) {
|
if (bearingRelativeAngleToSource > 180) {
|
||||||
|
|
Loading…
Reference in a new issue