-
Notifications
You must be signed in to change notification settings - Fork 38
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
Custom quadrotor model #55
Comments
@pbecchi Since the DJI F450 is a quadrotor, you can already look at the quadrotor model as an example in this repository. |
Yes, thanks, it is what I am doing.
Than I succesfully build PX4 with : HEADLESS=1 make PX4_sitl jsbsim_djf450, I appreciate any suggestion or help to keep going .... Thanks |
Are you sure that your jsbsim model has been started? Something is not starting properly on the jsbsim simulation side and unable communicate with PX4 |
Correct! it look like jsbsim is not able to find the engine file. |
I have solved the problen of the link to engine file: |
I am working on preparation of a PR with a dji f450 quadrotor example. |
Let me guess what could be the answer: |
I am trying to add dj f450 model to px4 jsbsim bridge.
I have a jsbsim model that performed succesfully some test JSBSim-Team/jsbsim#333 and i would like now to bridge it to px4 sitl.
Dj f450 already exist as a PX4 copter example, so i guess that i need only to move all xml files to tools/jsbsim-bridge/models
For sure i need to interface correctely motor inputs to fcs commands coming from PX4 sitl . What esle do i need to do?
.Where i can find guidance or examples?
The text was updated successfully, but these errors were encountered: