Skip to content

Commit 1d679ec

Browse files
committed
Fix typo
1 parent 16a165d commit 1d679ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/compas_fab/backends/ros/backend_features/move_it_inverse_kinematics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def inverse_kinematics_async(
115115
aco = AttachedCollisionObject.from_attached_collision_mesh(acm)
116116
start_state.attached_collision_objects.append(aco)
117117

118-
# Filter needs to happend after all objects have been added
118+
# Filter needs to happen after all objects have been added
119119
start_state.filter_fields_for_distro(self.ros_client.ros_distro)
120120

121121
constraints = convert_constraints_to_rosmsg(options.get("constraints"), header)

src/compas_fab/backends/ros/backend_features/move_it_plan_cartesian_motion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def plan_cartesian_motion_async(
119119
aco = AttachedCollisionObject.from_attached_collision_mesh(acm)
120120
start_state.attached_collision_objects.append(aco)
121121

122-
# Filter needs to happend after all objects have been added
122+
# Filter needs to happen after all objects have been added
123123
start_state.filter_fields_for_distro(self.ros_client.ros_distro)
124124

125125
path_constraints = convert_constraints_to_rosmsg(options.get("path_constraints"), header)

src/compas_fab/backends/ros/backend_features/move_it_plan_motion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def plan_motion_async(
116116
aco = AttachedCollisionObject.from_attached_collision_mesh(acm)
117117
start_state.attached_collision_objects.append(aco)
118118

119-
# Filter needs to happend after all objects have been added
119+
# Filter needs to happen after all objects have been added
120120
start_state.filter_fields_for_distro(self.ros_client.ros_distro)
121121

122122
# convert constraints

0 commit comments

Comments
 (0)