- May 05, 2025
-
-
Matteo Pancotti authored
Now only z-axis acceleration is used to propagate + some comments added.
-
Matteo Pancotti authored
-
Matteo Pancotti authored
-
Matteo Pancotti authored
-
Matteo Pancotti authored
-
Matteo Pancotti authored
-
Nicolò Caruso authored
- Follower: Now the gain can be changed externally from the SMA. This is done to change them in case of feedback and no-feedback states. Also, they are limited to a maximum of 1.0
-
Nicolò Caruso authored
-
- May 01, 2025
-
-
Nicolò Caruso authored
The Wizznet driver in recvfrom was failing in case of received more than one packet. In that case the recvlength was greater than the length, making fail the recvfrom. Also it did not consume the data therefore not recovering from the failure.
-
Nicolò Caruso authored
- Follower: the stepper velocity was saturating due to the fact that it was used the time as seconds while treated as in ms. This issue made saturate always the stepper velocities
-
Nicolò Caruso authored
Added accelerations to the reduced sampling set
-
Nicolò Caruso authored
Follower was having deadlocks by using mutex-protected functions to get the state in functions already owning the mutex.
-
Nicolò Caruso authored
-
Nicolò Caruso authored
Removed mutex hell and substituted with just one for the follower. Some GPSData now removed and used instead structures just for the components needed
-
Nicolò Caruso authored
-
Nicolò Caruso authored
Added isInit variable to avoid step to run in case of non-initialized Follower. targetAngle now protected with an apposite mutex to avoid race condition between the step and get functions. Added pitch and yaw gain constexpr parameter Fix yaw AntennaAngles old documentation assumption of counter-clockwise positive.
-
Nicolò Caruso authored
NED and quaternion getter and setter now documented
-
Nicolò Caruso authored
Now PropagatorState is logged, the user-defined reference costructor and eigen vector3f were removed since logger needs trivially copiable structs
-
- Apr 15, 2025
-
-
Niccolò Betto authored
-
- Apr 08, 2025
-
-
-
Niccolò Betto authored
-
-
- Apr 07, 2025
-
-
- Mar 11, 2025
-
-
Ettore Pane authored
-
- Mar 10, 2025
-
-
Niccolò Betto authored
-
- Mar 04, 2025
-
-
- Mar 03, 2025
-
-
- Feb 10, 2025
-
-
Niccolò Betto authored
* Remove usage of TIM5 (used by Miosix) * Introduce usage of TIM2 (previously used by TimestampTimer, not the case anymore since the update to Miosix 2.7) * Repurpose unused sensor CS pins to additional timers Some servos will now share the same timer (but different channels), meaning the same frequency must be used for such cases.
-
- Jan 25, 2025
-
-
- Jan 23, 2025
-
-
-
-
This function, given a filename sends the content of the file through the USART interface in 1 KB chunks
-
- Jan 18, 2025
-
-
Niccolò Betto authored
Behavior of the read function when the requested size if larger than the internal queue length has been specified.
-
- Jan 17, 2025
-
-
Davide Basso authored
-
Giovanni Annaloro authored
The following sensor's drivers have been updated: * bmx160 * l3gd20 * lsm6dsrx
-
- Dec 30, 2024
-
-
- Dec 29, 2024
-
-
Davide Basso authored
The missing template argument was causing a linking error, with multiple definitions generated. Co-Authored-By:
BearToCode <davidebasso03@gmail.com>
-
- Dec 19, 2024
-
-