forked from Archive/PX4-Autopilot
Tools/generate_board_targets_json.py exclude px4_ros2_default for now
This commit is contained in:
parent
5b667cf4ba
commit
61fa28c0d6
|
@ -28,7 +28,7 @@ args = parser.parse_args()
|
|||
verbose = args.verbose
|
||||
|
||||
build_configs = []
|
||||
excluded_boards = ['modalai_voxl2'] # TODO: fix and enable
|
||||
excluded_boards = ['modalai_voxl2', 'px4_ros2'] # TODO: fix and enable
|
||||
excluded_manufacturers = ['atlflight']
|
||||
excluded_platforms = ['qurt']
|
||||
excluded_labels = [
|
||||
|
|
Loading…
Reference in New Issue