Skip to content

Commit 77e1779

Browse files
authored
Some more decimal points
1 parent 7d96c26 commit 77e1779

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/how_to_guides/pilz_industrial_motion_planner/pilz_industrial_motion_planner.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ creates two target poses that will be reached sequentially.
439439
// MotionSequenceItem configuration
440440
item1.req.group_name = PLANNING_GROUP;
441441
item1.req.planner_id = "LIN";
442-
item1.req.allowed_planning_time = 5;
442+
item1.req.allowed_planning_time = 5.0;
443443
item1.req.max_velocity_scaling_factor = 0.1;
444444
item1.req.max_acceleration_scaling_factor = 0.1;
445445

@@ -456,9 +456,9 @@ creates two target poses that will be reached sequentially.
456456
msg.pose.position.y = -0.2;
457457
msg.pose.position.z = 0.6;
458458
msg.pose.orientation.x = 1.0;
459-
msg.pose.orientation.y = 0;
460-
msg.pose.orientation.z = 0;
461-
msg.pose.orientation.w = 0;
459+
msg.pose.orientation.y = 0.0;
460+
msg.pose.orientation.z = 0.0;
461+
msg.pose.orientation.w = 0.0;
462462
return msg;
463463
} ();
464464
item1.req.goal_constraints.push_back(kinematic_constraints::constructGoalConstraints("panda_link8", target_pose_item1));

0 commit comments

Comments
 (0)