Kosuke Inoue

Results 2 comments of Kosuke Inoue

@riti1302 I think I could run this prediction. You need to add try except in the source code below because by default, this code tries to load annotation data. Then...

Thank you for the reply, @jonyMarino As you mentioned, I added ip address here https://github.com/microsoft/AirSim/blob/dc06ac9d77bee5b2176dc81abdbc54dbd0e1221e/GazeboDrone/src/main.cpp#L42 `msr::airlib::MultirotorRpcLibClient client("my_ip_address");` and built. And it started connecting! Thanks! How should I modify the code...