Ronello Ninettu's Discussions (17)

Sort by

New library and Parameters

Hello! So I've made a new library that I called AC_NewPID and I've got it all set up. I already included it in the GOBJECTPTR in Parameter.cpp and the k_param_ac_newpid in Parameter.h and I've resolved a lot of the issues with building... After build

Read more…

Error Computation

Hello guys!

So I was wondering if, from the data flash logs, I could simply compute the error by: desired roll - roll or something like that.... However, if I use that method I get an average error that is completely high...

My group is currently focus

Read more…

Attitude Control Class

Hello! This might be hard to answer but I was wondering where in the libraries or ArduCopter code the children classes are specified to run instead of the parent?

For example... we have the rate_controller_run() virtual function in AC_AttitudeControl

Read more…

Moment of Inertia in SITL

Hello guys! I know measuring the moments of inertia of inertia about the X,Y, and Z axes... However, in the SITL simulation version, I don't know what values are used for the moments of inertia... Is there like a default value for the SITL?

Read more…

Install Software In the Loop

Hello guys! I'm a little stupid when it comes to this... but can someone help me with a step-by-step installation of the SITL? I can't seem to accomplish this command:

3. Add the following line to the end of .bashrc

export PATH=$PATH:$HOME/ardupilot/To

Read more…

Altitude Control ArduCopter 3.x

Hello! I've been trying to study PID and especially the coding implementations of the PID controller onto the ArduCopter code (which I would use for a quadrotor)... So when I was researching, I found several formulas on the altitude control of the PI

Read more…

Inertial Sensor Generic

So I've been wondering how to make use of the INS_generic.cpp code in the example library, and I was wondering how I could actually build it for my pixhawk... I'm quite new at this, so can anyone give me a step by step on how to go about it? Do I use

Read more…

Inertial Sensor PixHawk

Hello guys! So, I'm quite new to this, but I have worked with the ArduCopter code, and I was wondering how the inertial sensors worked... so far, I've found that the inertial sensors worked in the AP_InertialSensor.cpp.... but the code is really diff

Read more…