-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Example proto snippet:
SliderJoint {
jointParameters JointParameters {
position 0.100000
axis 0.000000 0.000000 -1.000000
}
device [
LinearMotor {
name "extension_leg_1_joint"
maxVelocity 0.1
maxPosition 0.74
maxForce 1500.0
}
PositionSensor {
name "extension_leg_1_joint_sensor"
}
]
...
Results in unexpected result since Webots 2022b. In the following images, all legs with the exception of the front left one do have an initial position of 0.1 [m] specified.
In RViz we can see the correct (initial) joint states as expected, reported by the Webots simulation:
However, Webots seems to ignore physically the initial state and simulates the identical initial state for both legs despite the right one should be extended downwards by 0.1m:
Both screenshots are captured from the identical instance of Webots.
Metadata
Metadata
Assignees
Labels
No labels