Skip to content

Commit 40f910d

Browse files
authored
Merge pull request #220 from christianrauch/fix_x2_gear
fix Skydio X2 thrust gear
2 parents c823306 + 949f9bf commit 40f910d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this repository will be documented here.
44

5+
## [2025-12-12]
6+
7+
- fix Skydio X2 gear settings for yaw control
8+
59
## [2025-05-30]
610

711
- Added an MJX-tuned version of the G1 model.

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Built by the Google DeepMind team with contributions from the open-source commun
2121
- [Andrew Luo](https://github.com/Andrew-Luo1)
2222
- [Ayzaan Wahid](https://github.com/ayzaan)
2323
- [Chintan Desai](https://github.com/hello-chintan)
24+
- [Christian Rauch](https://github.com/christianrauch)
2425
- [Dada Tian](https://github.com/lonelyfluency)
2526
- [Eugene Frizza](https://github.com/eufrizz)
2627
- [Haochen Shi](https://github.com/hshi74)

skydio_x2/x2.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
<actuator>
5656
<motor class="x2" name="thrust1" site="thrust1" gear="0 0 1 0 0 -.0201"/>
5757
<motor class="x2" name="thrust2" site="thrust2" gear="0 0 1 0 0 .0201"/>
58-
<motor class="x2" name="thrust3" site="thrust3" gear="0 0 1 0 0 .0201"/>
59-
<motor class="x2" name="thrust4" site="thrust4" gear="0 0 1 0 0 -.0201"/>
58+
<motor class="x2" name="thrust3" site="thrust3" gear="0 0 1 0 0 -.0201"/>
59+
<motor class="x2" name="thrust4" site="thrust4" gear="0 0 1 0 0 .0201"/>
6060
</actuator>
6161

6262
<sensor>

0 commit comments

Comments
 (0)