- Apr 05, 2018
-
-
Matthias Grob authored
-
Dennis Mannhart authored
-
Dennis Mannhart authored
-
Matthias Grob authored
-
Matthias Grob authored
-
- Apr 02, 2018
-
-
Daniel Agar authored
-
- Mar 29, 2018
-
-
Daniel Agar authored
-
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.
-
- Mar 28, 2018
-
-
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
-
- Mar 21, 2018
-
-
Roman authored
- true airspeed innovation and variance - sideslip angle innovation and variance Signed-off-by:
Roman <bapstroman@gmail.com>
-
- Mar 19, 2018
-
-
Simone Guscetti authored
-
Simone Guscetti authored
-
Beat Küng authored
The indexes are directly mapped from MAVLink, thus the actual value is important.
-
Beat Küng authored
-
Beat Küng authored
-
- Mar 14, 2018
-
-
Karl Schwabe authored
If the EXTERNAL_MODULES_LOCATION variable has been set, and the EXTERNAL_MODULES_LOCATION/msg/ directory exists containing a CMakeLists.txt file with the following format: set(config_msg_list_external message1.msg message2.msg message3.msg ... PARENT_SCOPE ) then the messages defined in config_msg_list_external are added to the msg_files list in Firmware/msg/CMakeLists.txt and are used to generate uORB message headers. The generate uORB message headers are generated in the same location as the normal uORB message headers in the build directory, namely, <build_dir>/uORB/topics. The uORB topic sources are generated in <build_dir>/msg/topics_sources.
-
- Mar 06, 2018
-
-
AlexKlimaj authored
* Updated and expanded batt_smbus to work with bq40z50-R2. Expanded battery_status.msg. Fixed mavlink_messages.cpp temperature, added commented out expanded battery_status.msg parameters for future mavlink expansion. * Changed errx to PX4_ERR * Added PX4_ERR returns
-
- Mar 05, 2018
-
-
Daniel Agar authored
- vehicle_status_flags condition_global_velocity_valid is also unnecessary
-
Daniel Agar authored
-
- Feb 22, 2018
-
-
Julian Oes authored
This adds a define for the tune strength instead of hard-coding it with a magic number.
-
- Feb 19, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- Feb 18, 2018
-
-
Vasily Evseenko authored
Don't use ADSB messages with undefined fields in navigator
-
- Feb 16, 2018
- Feb 15, 2018
-
-
Vicente Monge authored
-
Avinash Reddy Palleti authored
Adding aerofc baudrate 921600 into the list
-
- Feb 14, 2018
-
-
Beat Küng authored
-
ritul jasuja authored
This avoids assembling the header and payload on the receiver side
-
- Feb 08, 2018
-
-
Daniel Agar authored
-
- Feb 05, 2018
-
-
David Riseborough authored
the FTPS client and agent. A table has been added to the FTPS client and agent code that correlates the baud rate value with the encoding. A function has been added to the FTPS client and agent to take the program argument for baud rate and use it to look up the table and return the entry containing both the value and the encoding. The value is displayed for the user and the encoding is sent to the uart node constructor. Signed-off-by:
David Riseborough <drisebor@hotmail.com>
-
- Jan 29, 2018
-
-
Paul Riseborough authored
-
Martina authored
-
Simone Guscetti authored
-
Simone Guscetti authored
to allign with the libray output which is in us
-
Simone Guscetti authored
-