We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c366c30 commit 600d87bCopy full SHA for 600d87b
lunabotics/lunabot/src/apps/sim.rs
@@ -313,8 +313,8 @@ impl LunasimbotApp {
313
);
314
localizer_ref.set_acceleration(acceleration);
315
}
316
- FromLunasim::Gyroscope { id: _, axis, angle } => {
317
- localizer_ref.set_angular_velocity(axis_angle(axis, angle));
+ FromLunasim::Gyroscope { id: _, .. } => {
+ localizer_ref.set_angular_velocity(Vector3::zeros());
318
319
FromLunasim::DepthMap(depths) => {
320
if !get_observe_depth() {
robot-layout/sim.json
@@ -5,7 +5,7 @@
5
{
6
"name": "depth_camera",
7
"origin": [0.0, 0.573, -0.298],
8
- "euler": [-30.0, 0.0, 0.0]
+ "euler": [0.0, -30.0, 0.0]
9
10
]
11
0 commit comments