mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 03:17:08 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
1921e23c4c
1 changed files with 2 additions and 0 deletions
|
@ -144,6 +144,8 @@ int main(int argc, const char* argv[]) {
|
|||
float weakChannelAmplitudeRatio = 1.f;
|
||||
|
||||
if (otherAgent != agent) {
|
||||
printf("DEBUG: The bearing for this agent is %f\n", agentRingBuffer->getBearing());
|
||||
|
||||
Position agentPosition = agentRingBuffer->getPosition();
|
||||
Position otherAgentPosition = otherAgentBuffer->getPosition();
|
||||
|
||||
|
|
Loading…
Reference in a new issue