- Apr 11, 2016
-
-
Julian Oes authored
The MAV_TYPE enum was not in sync with the mavlink specs anymore. It makes therefore sense to remove the duplication and include the correct mavlink header file where it is needed. Also, error counts which are not populated, can be scrapped.
-
Julian Oes authored
Since the circuit breaker bools are not actually used anywhere else than in the commander, it is safe to remove them and replace them with local bools.
-
Mark Whitehorn authored
-
tumbili authored
-
tumbili authored
set default thrust scale parameter to zero - this will disable using the fw motor for mc pitch by default
-
tumbili authored
-
Roman authored
-
tumbili authored
in multirotor mode
-
tumbili authored
-
sander authored
-
Roman authored
implement moving forward using pusher
-
sander authored
-
sander authored
-
Julian Oes authored
-
sander authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
this causes only problems and is not supported by ANSI C. error caused: fatal error: field '_buf' with variable sized type 'ubx_buf_t' not at the end of a struct or class is a GNU extension
-
Beat Küng authored
-
Beat Küng authored
this also fixes a compiler warning
-
Beat Küng authored
the warning is: error: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Werror=unused-result]
-
Beat Küng authored
- Note that the simulator still uses gpssim by default - now the gps module can be used in the SITL. this makes it possible to test the real gps HW under POSIX additional steps needed to use it: - in the rcS_jmavsim_iris, make sure to start the gps instead of gpssim: gps start -d /dev/ttyACM0 -s - disable the mavlink serial connection in simulator_mavlink.cpp, openUart(PIXHAWK_DEVICE, 115200); - this also fixes a memory leak in the gps module
-
Beat Küng authored
when using ack to search the code we want to avoid matches in the doc html files
-
Beat Küng authored
this makes sure the header can also be used under POSIX
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
- Apr 10, 2016
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Don Gagne authored
This way QGC can respond to it and show good ui
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
This reverts commit 407f467b456a393a891a936c79cc90e64e52fd45.
-