Julian Oes
74072dbe74
vehicle_status.msg: delete unused mavlink stuff
...
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.
9 years ago
Julian Oes
5f3a23a253
commander: remove circuit breakers from status msg
...
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.
9 years ago
Jimmy Johnson
bbc8eaefd7
Adding new follow target navigation and main states. New follow target
...
topic added. New follow fsm added to the navigator
9 years ago
Lorenz Meier
f472ac577a
Cleanup for manual control messages
9 years ago
Andreas Antener
eb5b8a32ee
transition alignment will force heading now and go to RTL if it cannot reach it in time, handle mission failure correctly, reset after mission update, issue message with actual problem
9 years ago
sander
d5eae460c0
VTOL transition failsafe RTL
9 years ago
Andreas Antener
e60cd46ad0
removed duplicate and unused flag vtol_in_transition
9 years ago
Andreas Antener
fbf42c8949
added auto takeoff support, updated configuration for solo and generalized landing mission items
9 years ago
Roman Bapst
1f50041311
added flag indicating if vtol is doing a transition
...
Conflicts:
msg/vtol_vehicle_status.msg
9 years ago
Lorenz Meier
7d59213a01
Add takeoff commands / flags
9 years ago
Lorenz Meier
c51f414b22
Vehicle status remove unused field
9 years ago
Lorenz Meier
0fdc0e28c7
Messages: Add USB breaker and control state horizontal acceleration
9 years ago
Kabir Mohammed
5fcfdb759c
commander : hotplug sensor support, better failure reporting
9 years ago
Eddy Scott
c4a82d78c8
Added commander support for rattitude mode. Still need to incorporate attitude/rate switching in multicopter control
9 years ago
Lorenz Meier
4de6012f12
Commander: Only indicate green led if home position is valid
9 years ago
Andreas Antener
1da703a13d
implemented MAVLink command for VTOL transitions, pulled switch up for each type
10 years ago
tumbili
04f55ce784
vtol fixes:
...
- mc pos control: publish attitude setpoint when vtol is in trans mode
- fw att control: do not publish attitude setpoint when in transition mode
- introduce flag in_transition_mode in vehicle status message for vtol
- improve tiltrotor code based on flight testing
10 years ago
Lorenz Meier
8e935e6fa6
Add new stabilize mode
10 years ago
Lorenz Meier
be6ab2ca7d
vehicle_status topic: Changed / fixed signedness
10 years ago
Lorenz Meier
2747093028
vehicle status: Rename field which controls RC input mode
10 years ago
Lorenz Meier
009815deb0
Improve config and mapping
10 years ago
Lorenz Meier
01fd84e4dc
mavlink and commander app: Add support for manual input, either directly or via remote control
10 years ago
Lorenz Meier
b54d4f5b05
vehicle status: Add field to disable RC input (and required checks for it)
10 years ago
Lorenz Meier
6d7e063148
Added GIT version which recompiles on each build
10 years ago
Roman Bapst
4dd343e2de
added field for autopilot capabilities
10 years ago
Lorenz Meier
9179fcefc9
Calibration state machine fixes, generates less bogus error messages during calibration
10 years ago
Lorenz Meier
83fdb9931a
commander / mavlink: Add battery status to output BATTERY_STATUS MAVLink message
10 years ago
Roman Bapst
bd1c3363df
added new vtol mav types
10 years ago
Lorenz Meier
64cdcfc0cc
Fix detection of USB connected state. Needs bench test without USB
10 years ago