- Feb 15, 2019
-
-
TSC21 authored
-
Gabriel Moreno authored
The previous code used the numeric baudrate as the speed argument for cfsetispeed() and cfsetospeed(). This works in OSX and NuttX, but is not portable. This fix introduces a new method to convert baudrate to speed using constants such as B115200. Signed-off-by:
Gabriel Moreno <gabrielm@cs.cmu.edu>
-
- Feb 11, 2019
-
-
DanielePettenuzzo authored
-
DanielePettenuzzo authored
camera trigger and camera capture publish on two different topics and camera feedback module uses CAM_CAP_FBACK param to choose between the two.
-
DanielePettenuzzo authored
camera_trigger.msg: add feedback field to understand if message camera from trigger or capture driver
-
- Feb 06, 2019
-
-
Daniel Agar authored
- gencpp in PX4/Firmware (ed8517a7d97f15cdf556cdc64496cc72bebb99ab): https://github.com/ros/gencpp/commit/b41ee3060badd660662e21cd9d4f81971c87a420 - gencpp current upstream: https://github.com/ros/gencpp/commit/7e446a9976916a7b6fc7266098c67fc6f73a76e0 - Changes: https://github.com/ros/gencpp/compare/b41ee3060badd660662e21cd9d4f81971c87a420...7e446a9976916a7b6fc7266098c67fc6f73a76e0 7e446a9 2019-01-25 James Xu - enable Windows build (#38)
-
Daniel Agar authored
- genmsg in PX4/Firmware (d4338773aa0139295caff03dc8275b44b88ccd04): https://github.com/ros/genmsg/commit/42e364661025b8f3d51486dc513d9e29cbd308da - genmsg current upstream: https://github.com/ros/genmsg/commit/5736b1f7ad037fb5811a3100ba9da2db0ec1f20a - Changes: https://github.com/ros/genmsg/compare/42e364661025b8f3d51486dc513d9e29cbd308da...5736b1f7ad037fb5811a3100ba9da2db0ec1f20a 5736b1f 2019-01-28 Dirk Thomas - add missing run_depend on empy (#81)
-
CarlOlsson authored
Signed-off-by:
CarlOlsson <carlolsson.co@gmail.com>
-
- Feb 05, 2019
-
-
TSC21 authored
-
- Jan 28, 2019
- Jan 25, 2019
-
-
Alessandro Simovic authored
-
Alessandro Simovic authored
-
- Jan 07, 2019
-
-
TSC21 authored
-
Daniel Agar authored
- <cinttypes> isn't available in the NuttX c++ library
-
- Jan 02, 2019
- Jan 01, 2019
-
-
TSC21 authored
-
- Dec 18, 2018
-
-
Matthias Grob authored
-
Alessandro Simovic authored
-
- Dec 10, 2018
-
-
Simone Guscetti authored
- Use the values from landing_gear.msg
-
Simone Guscetti authored
-
Simone Guscetti authored
- landing_gear: refactor state name - Add the keep state to the landing gear message - Adapt FlightTaskManual, FlightTaskAutoMapper, mc_pos_control, to review message definition
-
Simone Guscetti authored
-
Simone Guscetti authored
- An new message is created just for the landing gear - The old logic is repalaced by publishing this new topic
-
- Dec 08, 2018
-
-
Matthias Grob authored
-
- Dec 02, 2018
-
-
TSC21 authored
-
- Nov 29, 2018
-
-
TSC21 authored
-
- Nov 22, 2018
-
-
Michael Schaeuble authored
-
Roman Bapst authored
* attitude and rate setpoint message: use 3D array for thrust demand * FixedWingAttitudeControl: rework airspeed scaling * move airspeed and scaling calculation into separate method * if vtol in hover and airspeed disabled use minimum airspeed instead of trim airspeed
-
- Nov 20, 2018
-
-
baumanta authored
-
- Nov 13, 2018
-
-
Hamish Willee authored
-
Beat Küng authored
-
- Nov 06, 2018
-
-
bresch authored
- move the update after the integration: a new computed jerk has an impact at the next epoch only - add jerk reduction in case of too large integration time: when a jerk of "min_jerk" during dt is too much - add jerk reduction if the integration time is larger than the predicted one and that integrating that jerk would lead to an acceleration overshoot - rename some variables
-
- Nov 05, 2018
-
-
Martina authored
obstacle_distance: update distances description according to latest obstacle_distance mavlink message
-
- Nov 02, 2018
-
-
Nuno Marques authored
-