We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dec92b8 + 8f85d70 commit 03db622Copy full SHA for 03db622
1 file changed
Runtime/Tx/ImuTx.cs
@@ -81,7 +81,7 @@ protected override ProBridge.ProBridge.Msg GetMsg(TimeSpan ts)
81
data.orientation = orientationWithNoise.ToRos();
82
}
83
84
- data.angular_velocity = _angularVelocity.ToRos();
+ data.angular_velocity = _angularVelocity.ToRosAngular();
85
data.linear_acceleration = acceleration.ToRos();
86
data.orientation = transform.rotation.ToRos();
87
0 commit comments