Skip to content

Commit bf9aaa0

Browse files
committed
omnidrive not buggy
1 parent 7c5060c commit bf9aaa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/semantic_digital_twin/world_description/connections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ def add_to_world(self, world: World):
720720
pitch=self.pitch.variables.position,
721721
yaw=0,
722722
)
723-
self.kinematicskinematics = odom_T_bf @ bf_T_bf_vel @ bf_vel_T_bf
723+
self.kinematics = odom_T_bf @ bf_T_bf_vel @ bf_vel_T_bf
724724
self.kinematics.child_frame = self.child
725725

726726
@classmethod

0 commit comments

Comments
 (0)