- Nov 28, 2016
-
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
- Nov 27, 2016
-
-
Lorenz Meier authored
-
- Nov 25, 2016
-
-
Julian Oes authored
This allows to set the environment variable NO_PXH to start SITL without the interactive pxh> shell. For this, px4 is called with the -d arg which sets it to deamon mode. This feature is handy to script sitl_run.sh.
-
- Nov 24, 2016
- Nov 23, 2016
-
-
Julian Oes authored
This disables the following modules to save flash: - mpu9250 driver because the MPU9250 is rarely used on Pixhawks - Snapdragon RC PWM passthrough which is rarely used and definitely a special/custom configuration. Also, it will soon be obsolete with the upcoming PWM support on Snapdragon.
-
Julian Oes authored
The generated binary hash was off by one.
-
Julian Oes authored
Pushed by accident. This reverts commit 87f0ec19.
-
Julian Oes authored
I could not figure out how to make sense out of the binary git data. Therefore, I replaced the px4_git_version_binary with the first 8 bytes of px4_git_version (char[]) and this is easily readable when it arrives on the other side.
-
- Nov 22, 2016
-
-
Roman authored
- we interface over the base class pointer so we don't need any pointers to the derived classes of VtolType Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
- Nov 21, 2016
-
-
Julian Oes authored
If the Python versions are specified, this breaks the build on Ubuntu systems where Python3 is also installed but the extensions such as python-empy are not installed. One could, of course, install python3-empy to fix this but that's not in the instructions or error messages and therefore not straightforward. It is therefore probably better to just use the system default which ends up being 2.7 on Ubuntu.
-
devbharat authored
Disable resetting alt/pos setpoint flags if switching to position control from auto when very close to takeoff setpoint
-
devbharat authored
-
devbharat authored
Always check reset flags in auto. Only set reset flags to true when required. Do not limit hor/vert setpoint acceleration when setpoints are reset.
-
Julian Oes authored
This brings support for Distros that use Python3 by default such as Arch Linux.
-
Felix Hu authored
-
Roman authored
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
- do not try to shift the target waypoints when a reset occurs in position control mode. Just make it lock into the current heading. Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
delta reset Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
tumbili authored
-
tumbili authored
-
tumbili authored
-
tumbili authored
Conflicts: msg/vehicle_local_position.msg
-