Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of HITL simulation for Intel Aero FC #9132

Merged
merged 6 commits into from
Mar 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions ROMFS/px4fmu_common/init.d/4070_aerofc
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,14 @@ then
param set SYS_LOGGER 1
fi

tap_esc start -d /dev/ttyS0 -n 4
usleep 300000
if param compare SYS_HITL 0
then
tap_esc start -d /dev/ttyS0 -n 4
usleep 300000

set OUTPUT_MODE tap_esc
fi

set OUTPUT_MODE tap_esc
set MIXER quad_x
set USE_IO no

Expand Down
1 change: 1 addition & 0 deletions cmake/configs/nuttx_aerofc-v1_default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ set(config_module_list
drivers/imu/mpu9250
drivers/px4fmu
drivers/stm32
drivers/pwm_out_sim
drivers/tap_esc
modules/sensors

Expand Down