DroneResponse / airsim-integration

2 stars 2 forks source link

Airsim receiver can accept pose messages from more than one gazebo instance #36

Open murphym18 opened 7 months ago

murphym18 commented 7 months ago

airsim receiver can accept pose messages from more than one gazebo instance Fixes #35 To implement this we need to:

So every time we send a pose message for the "red" drone, we must number each message, starting at 1, then counting up by one for each subsequent message.

And every time we send a pose message for the "blue" drone, we will do the same thing, starting at one, and counting up by one each time.

Please note our drones are "named" using a 16bit integer, but the concept still applies.