New Drone with custom specifications #48
Replies: 2 comments 1 reply
-
hey i happen to write my thesis and a big part of it is Airsim and It took me a lot of time to figure out how stuff works, i think once you get how the project is structured it does make sense and I can give you some help by providing you some examples. |
Beta Was this translation helpful? Give feedback.
-
I am also a student using AirSim as a major part of my thesis, and I am also hoping for a way to configure the size/mass/shape characteristics of the quadrotor... and potentially even configure it to be a hexacoptor or octacopter if that is at all possible (maybe even a fixed wing?). I haven't had a chance to test this yet, but this previous article from AirSim has some information on changing mass/performance parameters: microsoft#3311 and this previous article from AirSim has a tutorial on how to configure a hexacopter when using the PX4: https://github.com/Microsoft/AirSim/wiki/hexacopter I have yet to find a single post that explains the full process though. Not sure if anyone has done this before? |
Beta Was this translation helpful? Give feedback.
-
Hi, im a student using AirSim for my thesis project, currently still trying to analyze and figure out the whole architecture of the plugin.
My goal for now is to make a drone with custom specifications, I examined a few classes related to the Drone specs, like MultiRotorParams and RotorParams, but I dont quite understand where these classes are used in the code, and how I could extend them to fit my custom criteria.
So far I managed to add AirSim to my unreal environment, and can move the drone using simple api calls with simple_flight as my Flight Controller.
I apologize if this question might be trivial, I dont have a lot of experienced with Unreal Engine nor coding in C++
Thanks
Beta Was this translation helpful? Give feedback.
All reactions