Open pbecchi opened 2 years ago
@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. I tell where I am: I have made following file modifications or additions ("airframe" stand for the name of the new model. <html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns="http://www.w3.org/TR/REC-html40">
I am trying to add dj f450 model to px4 jsbsim bridge.
I have a jsbsim model that performed succesfully some test https://github.com/JSBSim-Team/jsbsim/issues/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?