Skip to content

Commit 8212ce1

Browse files
committed
Change z-orientation of last goal
1 parent aa1dc09 commit 8212ce1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

advanced/param/poses.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
1.752 -0.928 0 0 0 -0.856 0.517
66
0.418 -2.116 0 0 0 0.998 0.0619
77
-0.775 -1.80 0 0 0 0.954 0.300
8-
-1.990 -0.508 0 0 0 -0.112 0.999
8+
-1.990 -0.508 0 0 0 -0.100 0.999

beginner/scripts/mbf_goal_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def drive_circle():
3636
create_goal(1.752, -0.928, 0, 0, 0, -0.856, 0.517),
3737
create_goal(0.418, -2.116, 0, 0, 0, 0.998, 0.0619),
3838
create_goal(-0.775, -1.80, 0, 0, 0, 0.954, 0.300),
39-
create_goal(-1.990, -0.508, 0, 0, 0, -0.112, 0.999)
39+
create_goal(-1.990, -0.508, 0, 0, 0, -0.100, 0.999)
4040
]
4141

4242
for goal in goals:

0 commit comments

Comments
 (0)