- Mar 29, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
- this helps tease apart the various pieces of commander.
-
Beat Küng authored
_uorb_topics_list was marked as 'const char *' array, which means the data of the array was not actually const and thus landed in the data section (so in RAM instead of FLASH). The size of the array is 436 bytes.
-
Beat Küng authored
_default_tunes was marked as 'const char *' array, which means the data of the array was not actually const and thus landed in the data section (so in RAM instead of FLASH). The size of the array is 64 bytes.
-
- Mar 28, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Phillip Kocmoud authored
-
Phillip Kocmoud authored
-
Julian Oes authored
This brings Gazebo 9 compatibility.
-
Daniel Agar authored
- indent field print with tabs instead of spaces - print a newline before printing a nested field - cmake add generator dependencies
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
- don't ignore position_setpoint_triplet
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Oleg Kalachev authored
-
Oleg Kalachev authored
-
Oleg Kalachev authored
-
Oleg Kalachev authored
-
- Mar 27, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Paul Riseborough authored
-
Daniel Agar authored
- test values entered from https://www.ngdc.noaa.gov/geomag-web/
-
Daniel Agar authored
-
- Mar 26, 2018
-
-
Matthias Grob authored
In commit eb67686b the TPA scaled integral gain was reverted back to the normal unscaled gain which rendered the I part of TPA useless.
-