Skip to content

Commit a7842d3

Browse files
committed
Update cartesian example to reach 100%
1 parent 7321d99 commit a7842d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/03_backends_ros/files/04_plan_cartesian_motion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
frames = []
1111
frames.append(Frame([0.3, 0.1, 0.5], [1, 0, 0], [0, 1, 0]))
12-
frames.append(Frame([0.4, 0.3, 0.4], [0, 1, 0], [0, 0, 1]))
12+
frames.append(Frame([0.5, 0.1, 0.6], [1, 0, 0], [0, 1, 0]))
1313
start_configuration = Configuration.from_revolute_values([-0.042, 0.033, -2.174, 5.282, -1.528, 0.000])
1414

1515
trajectory = robot.plan_cartesian_motion(frames,

0 commit comments

Comments
 (0)