File tree 1 file changed +4
-4
lines changed
doc/how_to_guides/pilz_industrial_motion_planner
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ creates two target poses that will be reached sequentially.
439
439
// MotionSequenceItem configuration
440
440
item1.req.group_name = PLANNING_GROUP;
441
441
item1.req.planner_id = "LIN";
442
- item1.req.allowed_planning_time = 5;
442
+ item1.req.allowed_planning_time = 5.0 ;
443
443
item1.req.max_velocity_scaling_factor = 0.1;
444
444
item1.req.max_acceleration_scaling_factor = 0.1;
445
445
@@ -456,9 +456,9 @@ creates two target poses that will be reached sequentially.
456
456
msg.pose.position.y = -0.2;
457
457
msg.pose.position.z = 0.6;
458
458
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 ;
462
462
return msg;
463
463
} ();
464
464
item1.req.goal_constraints.push_back(kinematic_constraints::constructGoalConstraints("panda_link8", target_pose_item1));
You can’t perform that action at this time.
0 commit comments