Skip to content

Commit ac0c39a

Browse files
ShuffleWireYann LEROYomichel
authored
Add the proper Accelerometer and Gyro to the KHR3HV robot (cyberbotics#6959)
* Add the proper Accelerometer and Gyro to the KHR3HV robot That match user expectation, and match the KHR2HV robot * Fix formatting for KHR-3HV robot entry in changelog --------- Co-authored-by: Yann LEROY <yann@desktop> Co-authored-by: Olivier Michel <Olivier.Michel@cyberbotics.com>
1 parent 9484a50 commit ac0c39a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/reference/changelog-r2025.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Webots R2025b
44
- Enhancements
5+
- Added proper `Accelerometer` and `Gyro` nodes for the KHR-3HV robot ([#6959](https://github.com/cyberbotics/webots/pull/6959)).
56
- `WbCamera`, `WbContactProperties`, `WbMotor`, and `WbSkin` will now locally-download their resources if-necessary (like other nodes) when steaming or exporting to `w3d` ([#6856](https://github.com/cyberbotics/webots/pull/6856)).
67
- Added implementations of `wbu_system_tmpdir` and `wbu_system_webots_instance_path` to the MATLAB API ([#6756](https://github.com/cyberbotics/webots/pull/6756)).
78
- Added missing import libraries on Windows ([#6753](https://github.com/cyberbotics/webots/pull/6753)).

projects/robots/kondo/khr-3hv/protos/Khr3hv.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ PROTO Khr3hv [
6363
creaseAngle 1
6464
}
6565
}
66-
DEF KHR3HV_Accelerometer Pose {
66+
DEF KHR3HV_Accelerometer Accelerometer {
6767
translation -0.0833 0.0345 0.0
6868
}
69-
DEF KHR3HV_Gyro Pose {
69+
DEF KHR3HV_Gyro Gyro {
7070
translation -0.0833 0.0345 -0.024
7171
}
7272
DEF KHR3HV_Head HingeJoint {

0 commit comments

Comments
 (0)