mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
SITL: default vicon to send position and speed
This commit is contained in:
parent
6557f3c258
commit
443d4186a4
@ -252,7 +252,7 @@ const AP_Param::GroupInfo SITL::var_info3[] = {
|
||||
AP_GROUPINFO("VICON_YAWERR", 19, SITL, vicon_yaw_error, 0),
|
||||
|
||||
// vicon message type mask
|
||||
AP_GROUPINFO("VICON_TMASK", 20, SITL, vicon_type_mask, 1),
|
||||
AP_GROUPINFO("VICON_TMASK", 20, SITL, vicon_type_mask, 3),
|
||||
|
||||
// vicon velocity glitch in NED frame
|
||||
AP_GROUPINFO("VICON_VGLI", 21, SITL, vicon_vel_glitch, 0),
|
||||
|
Loading…
Reference in New Issue
Block a user