Daniel Agar
19e706fede
fw_att_control fix attitude setpoint publication
7 years ago
Daniel Agar
a0f115b9ae
fw_att_control consolidate flaps code
7 years ago
Daniel Agar
4cb71f209f
fw_att_control centralize manual setpoint generation
7 years ago
Daniel Agar
7fa858ad84
fw_att_control only store battery_status scale
7 years ago
Daniel Agar
94b8e4a2bf
fw_att_control remove commented warnings
7 years ago
Daniel Agar
dcc47020a4
fw_att_control update params before poll
7 years ago
Daniel Agar
bf42964432
fw_att_control don't store entire vehicle_land_detected message
7 years ago
Daniel Agar
97815df1a8
uorb_graph update fw_att_control special case
7 years ago
Daniel Agar
063714c42c
fw_att_control initialize all fields in header
7 years ago
Daniel Agar
15fb60c48f
fw_att_control delete unused loop_counter
7 years ago
Daniel Agar
1897b93cd2
fw_att_control rename fw_att_control_main.cpp to match class
7 years ago
Daniel Agar
426f2cce2e
fw_att_control split header into separate file
7 years ago
Daniel Agar
80de3f48c8
fw_att_control remove debug code
7 years ago
Daniel Agar
559e2c211a
fw_att_control move to ModuleBase
7 years ago
Daniel Agar
a35abf2453
rename nuttx board support packages for consistecy ( #8777 )
7 years ago
Beat Küng
7b5b1c4f23
mc_att_control: update & reset d-term lowpass filter only when frequency changes
7 years ago
Beat Küng
5b7c062f67
mc_att_control_main: remove unused _rates_sp_prev
7 years ago
Beat Küng
f346b00ee0
mc_att_control rate controller: use a butterworth lowpass filter on the D-term
...
The filter is disabled by default, thus the behavior is unchanged.
7 years ago
Beat Küng
ca9c3b18ff
mc_attitude_control: avoid using a static variable for last_run
...
and call hrt_absolute_time() only once.
7 years ago
Beat Küng
54d1395206
IMU_GYRO_CUTOFF, IMU_ACCEL_CUTOFF: reduce minimum to 0, allowing to disable filtering
7 years ago
Beat Küng
4bf1980ff6
MC_ROLL_P, MC_PITCH_P: increase maximum value to 12
...
- use the same value for both
- lower control latency allows increasing these gains
7 years ago
Beat Küng
8d9e9d3a7b
RC input: allow disabling the RC filtering via RC_FLT_CUTOFF
...
The default value of 10 Hz adds noticeable lag.
7 years ago
Daniel Agar
8fc659dcb2
commander only copy actuator_controls if engine failure enabled
7 years ago
Daniel Agar
43c7f7edbe
commander remove vehicle_attitude usage
7 years ago
Daniel Agar
71fef78bdd
commander remove unused include
7 years ago
Daniel Agar
50e96b24b0
commander remove unused differential pressure check
7 years ago
Daniel Agar
ecf46b4f91
commander remove globallocalconverter
7 years ago
Daniel Agar
2c7d45064e
mavlink EXTENDED_SYS_STATE initialize landed and vtol state
7 years ago
Daniel Agar
4e45d7959c
commander remove gps receiver checks
7 years ago
Julian Oes
a6e863ac89
sitl_gazebo: updated submodule ( #8917 )
...
* This includes the new basic camera control.
7 years ago
Lorenz Meier
a24a40c6c4
Update CONTRIBUTING.md
...
Updated link to flight review
7 years ago
Vasily Evseenko
135162522a
Don't use ADSB messages with undefined fields in navigator ( #8900 )
...
Don't use ADSB messages with undefined fields in navigator
7 years ago
Daniel Agar
a1f660119c
fw_pos_control_l1 consolidate message updates
7 years ago
Daniel Agar
458d8f7b02
fw_pos_control_l1 move to ModuleBase
7 years ago
Daniel Agar
4aeb70fcfe
rcS move logger startup to rc.logging and end of init
...
- fixes #8903
7 years ago
Martina
f932217fdc
mavlink_receiver: decode obstacle_distance message
7 years ago
Martina
883fb8ce57
CMakeLists: add obstacle_distance message
7 years ago
Martina
f5bfabfab9
add obstacle_distance message
7 years ago
Beat Küng
37a082255a
rc.interface: enable aux mixer for FMU-v5
7 years ago
Vicente Monge
a272cbbd08
Included field timestamp for micrortps bridge messages.
7 years ago
ChristophTobler
f9cb575ced
mavlink_receiver: add evh/evv to vision msg
...
this will be used by the ekf2 at some point
7 years ago
Avinash Reddy Palleti
12c343317c
Add aerofc baudrate to list
...
Adding aerofc baudrate 921600 into the list
7 years ago
Daniel Agar
a04110cad1
Jenkins temporarily disable ROS vtol mission test old 3
7 years ago
Beat Küng
89b2fa2ba0
microRTPS_transport.h: add clarifying comment for Transport_node::write()
7 years ago
ritul jasuja
13a3791c47
Send RTPS header and payload in one stream
...
This avoids assembling the header and payload on the receiver side
7 years ago
Beat Küng
2517d3854c
printload: fix buffer overflow on NuttX
...
The NuttX config variable CONFIG_TASK_NAME_SIZE does not include the
null terminator byte, thus the buffer needs to be longer by 1 byte.
7 years ago
ChristophTobler
80eca30689
microRTPS_bridge: mark task as not running when running stop()
7 years ago
Anthony Lamping
c22dc2beaf
CI: mission WP reached - satisfy based on mavros topics instead of distance check ( #8879 )
7 years ago
Roman
8ec1fb9999
ROMFS: added mixer for tailsitter simulation
...
- simulated tailsitter needs a virtual elevator since we cannot simulate
elevons yet (liftDrag plugin does not model longitudinal moment Cm)
Signed-off-by: Roman <bapstroman@gmail.com>
7 years ago
Roman
d63a8033d0
updated sitl_gazebo: tailsitter fixes
...
Signed-off-by: Roman <bapstroman@gmail.com>
7 years ago