Skip to content

Commit 356aef6

Browse files
author
Takumi Ito
committed
modify typo
Signed-off-by: Takumi Ito <takumi.ito@tier4.jp>
1 parent 7461c00 commit 356aef6

File tree

1 file changed

+5
-5
lines changed
  • planning/freespace_planning_algorithms/scripts/example

1 file changed

+5
-5
lines changed

planning/freespace_planning_algorithms/scripts/example/example.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
goal_pose.position.y = 0.0
6464

6565
yaw = 0
66-
quaterinon = Quaternion(axis=[0, 0, 1], angle=yaw)
66+
quaternion = Quaternion(axis=[0, 0, 1], angle=yaw)
6767

68-
goal_pose.orientation.w = quaterinon.w
69-
goal_pose.orientation.x = quaterinon.x
70-
goal_pose.orientation.y = quaterinon.y
71-
goal_pose.orientation.z = quaterinon.z
68+
goal_pose.orientation.w = quaternion.w
69+
goal_pose.orientation.x = quaternion.x
70+
goal_pose.orientation.y = quaternion.y
71+
goal_pose.orientation.z = quaternion.z
7272

7373

7474
# -- Search --

0 commit comments

Comments
 (0)