autonomous_drone_for_tracking
autonomous_drone_for_tracking copied to clipboard
msgpackrpc.error.RPCError: rpclib: client error C0002: Function 'getHomeGeoPoint' was called with an invalid number of arguments. Expected: 0, got: 1
Hello, @kshitiz38 currently I am working on simulating some virtual environments for getting virtual datasets and train/test them with my own method for object tracking purposes. In order to get this virtual dataset, I am running CityEnviron v1.2, AirSim v1.2.8. I wanted to use your repo for data capturing and cloned it, but when I run it I got getHomeGeoPoint error. I tried many ways to solve it, but no luck:
If you have any suggestions to solve this problem I would appreciate it.
Same here, the airsim docs say python 3.5 is suggested, but it is now no longer supported.
Python=3.6, airsim=1.6, msgpack-rpc-python=0.4.1.
Same here, the airsim docs say python 3.5 is suggested, but it is now no longer supported.
Python=3.6, airsim=1.6, msgpack-rpc-python=0.4.1.
python 3.6 airsim 1.3.0 msgpack-rpc-python=0.4.1 I also meet this problem , do you solve this problem?