-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dronekit Plane Simulation can not be started #151
Comments
@oskar07 Please check out the tutorial at the link below. |
Thank you for your reply @pappuyadav . The video you shared is about drones, and I can succesfully made it work. The problem that I am getting is for planes. |
@oskar07 Any update? I am also trying to get the plane simulation working. The drone sims work as expected but whenever I try and connect to the plane sitl I get: |
Hello, |
@oskar07 @ruchikmishra @RotorBoy2020 Did you find any solution for it? |
Hello, I have the same "blocking" issue: Code on simulator (drone) side:
Code on station side:
If I remember well, it was working correctly with Python 3.9, but now fails with 3.10. Thanks, |
You are right, there is a bug for plane setup in dronekit-sitl. If I set "drone" I can connect dronekit-sitl via ardupilot mission planner successfully, but if I choose "plane" it is not working. I am trying to solve the problem during last 2 days. Please inform me if anyone manage to solve it, thanks... |
Hello. Did you solve the plane problem? |
I am having the same problem. Did anyone find a solution? |
Hello All, |
Hello, Do you have any idea when a new version (taking into account that "blocking" issue with Python 3.10 [and now certainly Python 3.11 too]) will be released, please ? Thanks. |
Hello everyone, I was trying to test dronekit examples on ubuntu 16.04 I runned the example codes succesfully for the copter vehicle by using dronekit sitl. When I moved into trying same example codes on plane vehicle I couldnt succed to run sitl. I am running on first terminal:
dronekit-sitl plane
on the second terminal:
mavproxy.py --master tcp:127.0.0.1:5760 --out 127.0.0:14550 --out 127.0.0.1:14551
and I am getting :
Connect tcp:127.0.0.1:5760 source_system=255
Log Directory:
Telemetry log: mav.tlog
Waiting for heartbeat from tcp:127.0.0.1:5760
MAV> APM: Calibrating barometer
online system 1
INITIALISING> Mode INITIALISING
APM: Initialising APM...
PANIC: AP_Baro::read unsuccessful for more than 500ms in AP_Baro::calibrate [2]
no link
link 1 down
no link
no link
no link
no link
no link
no link
no link
no link
no link
no link
no link
I would really appriciate any help regarding to this issue.
The text was updated successfully, but these errors were encountered: