-
Notifications
You must be signed in to change notification settings - Fork 258
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
jMAVSim Multiple Vehicles #35
Comments
That should be possible. Just try to create another vehicle:
And create corresponding MAVLink object for it:
And finally add to the "world":
If you use HIL you also will need to create the second connection to the second autopilot, or another UDP port for SIL. |
@DrTon, |
Hi, @DrTon , |
Here is the error message partially printed in a small window at the right-bottom corner of the GUI: WARNING: Got heartbeat from system#-1 but configured to only comm system#2. Please change the system ID parameter to match in STIL. Please let me know how to proceed from here. Thanks! |
HI
Can someone please guide me how can I get two vehicles on qgroundcontrol using jMAVSim?
Currently jMAVSim is simulating a single vehicle on qgroundcontrol. WHat I want is simulating two vehicles using a single jMAVSim simulator. Can anyone please guide me how can I proceed with this issue?
regards
Omar
The text was updated successfully, but these errors were encountered: