baseline_racer.py problem
See original GitHub issueHi,
I am getting the following error when running the baseline script:
Traceback (most recent call last):
File "baseline_racer.py", line 190, in <module>
main(args)
File "baseline_racer.py", line 166, in main
baseline_racer.initialize_drone()
File "baseline_racer.py", line 37, in initialize_drone
self.airsim_client.setTrajectoryTrackerGains(traj_tracker_gains.to_list(), vehicle_name=self.drone_name)
File "/home/charbel/.local/lib/python3.6/site-packages/airsimneurips/client.py", line 224, in setTrajectoryTrackerGains
self.client.call('setTrajectoryTrackerGains', gains, vehicle_name)
File "/home/charbel/.local/lib/python3.6/site-packages/msgpackrpc/session.py", line 41, in call
return self.send_request(method, args).get()
File "/home/charbel/.local/lib/python3.6/site-packages/msgpackrpc/future.py", line 45, in get
raise error.RPCError(self._error)
msgpackrpc.error.RPCError: rpclib: server could not find function 'setTrajectoryTrackerGains' with argument count 2.
I git pulled all repos to make sure I have the latest versions. Any Ideas?
Cheers, CT
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
baseline_racer.py throws error · Issue #73 - GitHub
This error can happen if you have multiple versions of the pythonclient, which are causing a conflict with each other. Please pip uninstall...
Read more >Untitled
A description of the baseline RACER parameters used to establish this study are ... Perform the physical reconnaissance of the problem area, if...
Read more >The Dynamic Behaviour of a Motorcycle when running straight ...
Therefore, the aim of this research is to retrofit a commercial motorbike into an electric motorbike by replacing the fuel storage and internal...
Read more >Expired and Deleted Domain Names - JustDropped.com
Deleted Domain Names Expired Hold Redemption Period and Pending Delete with Link Popularity Page Rank and Backlinks.
Read more >Dropped 05-13-2010-COM - Domain Data - NameDog
... basecourse.com baselineplus-llc.com baselineracing.com baselo.com ... pxzhengxing.com py-creative.com pygphones.com pyhanpahta.com ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for trying this out, happy to take in any feedback. I just added some more lower level APIs in the v0.1.1 binaries, the corresponding airsimneurips version for which is now 0.0.11. see comment in the max acc issue thread There are still some inconsistencies wrt angles and radians, but we’ll clean that up soon.
My bad. Somehow the airsimneurips package wasn’t upgraded. I redid it and all works fine.