Skip to content
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

problem with the simolation #1200

Open
naorwaiss opened this issue Aug 7, 2023 · 1 comment
Open

problem with the simolation #1200

naorwaiss opened this issue Aug 7, 2023 · 1 comment

Comments

@naorwaiss
Copy link

hi
i try to start the simolation at the mission planer ...i use this videio (https://www.youtube.com/watch?v=HD3c7sOHyx8)
at the first comment :
(venv) PS C:\Users\naorw\PycharmProjects\pythonProject2> python -m dronekit_sitl copter
os: win, apm: copter, release: stable
SITL already Downloaded and Extracted.
Ready to boot.
Execute: C:\Users\naorw.dronekit\sitl\copter-3.3\apm.exe --home=-35.363261,149.165230,584,353 --model=quad -I 0
SITL-0> Started model quad at -35.363261,149.165230,584,353 at speed 1.0
SITL-0.stderr> bind port 5760 for 0
Starting sketch 'ArduCopter'
Serial port 0 on TCP port 5760
Starting SITL input
Waiting for connection ....

i think this is run fine
at the other line i try to use this line ( python -m mavproxy --master tcp:127.0.0.1:5760 --out 127.0.0.1:1450)
the it isnt open to me the mavlink protocol..
if i use the mission planner to see the simolation i can connect onley at tcp and not at udp so i cant controll my simulat drone
can someone help me?

@DanieleAzz
Copy link

DanieleAzz commented Aug 9, 2023

@naorwaiss
Hi, there should be a typo:
The port has to be: 14550
and maybe you forgot = after --out

python -m mavproxy --master tcp:127.0.0.1:5760 --out=127.0.0.1:14550

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants