Skip to content

Commit 7297364

Browse files
committed
fix ros-test-config for multi-APG
1 parent 9e796da commit 7297364

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/ros_tests/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"test_filter": "GlobalPositionInterfaceTest.*",
2525
"timeout_min": 10,
2626
"env": {
27-
"PX4_PARAM_EKF2_AGP_CTRL": 1
27+
"PX4_PARAM_EKF2_AGP0_ID": 1,
28+
"PX4_PARAM_EKF2_AGP0_CTRL": 1
2829
}
2930
}
3031
]

0 commit comments

Comments
 (0)