mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
added mecanum as new rover type
This commit is contained in:
parent
c0162c4701
commit
2f352dafdc
@ -961,14 +961,10 @@ mixer:
|
||||
actuators:
|
||||
- actuator_type: 'motor'
|
||||
instances:
|
||||
- name: 'Right Motor Front'
|
||||
position: [ 1, 1., 0 ]
|
||||
- name: 'Left Motor Front'
|
||||
position: [ 1, -1., 0 ]
|
||||
- name: 'Right Motor Back'
|
||||
position: [ -1, 1., 0 ]
|
||||
- name: 'Left Motor Back'
|
||||
position: [ -1, -1., 0 ]
|
||||
- name: 'Right Motor'
|
||||
position: [ 0, 1., 0 ]
|
||||
- name: 'Left Motor'
|
||||
position: [ 0, -1., 0 ]
|
||||
|
||||
7: # Motors (6DOF)
|
||||
actuators:
|
||||
@ -1144,3 +1140,17 @@ mixer:
|
||||
parameters:
|
||||
- label: 'Throttle spoolup time'
|
||||
name: COM_SPOOLUP_TIME
|
||||
|
||||
13: # Rover (Mecanum)
|
||||
title: 'Rover (Mecanum)'
|
||||
actuators:
|
||||
- actuator_type: 'motor'
|
||||
instances:
|
||||
- name: 'Right Motor Front'
|
||||
position: [ 1, 1., 0 ]
|
||||
- name: 'Left Motor Front'
|
||||
position: [ 1, -1., 0 ]
|
||||
- name: 'Right Motor Back'
|
||||
position: [ -1, 1., 0 ]
|
||||
- name: 'Left Motor Back'
|
||||
position: [ -1, -1., 0 ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user