Skip to content

Commit

Permalink
Corrected mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Shobuj-Paul committed Sep 7, 2023
1 parent a44265a commit e755c07
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ First, update the target pose with the following change to make the robot plan t
msg.orientation.w = 0.6;
msg.position.x = 0.1;
msg.position.y = 0.4;
msg.position.z = 0.4;
msg.orientation.w = 1.0; // All values are changed
msg.position.z = 0.4; // All values are changed
return msg;
}();
move_group_interface.setPoseTarget(target_pose);
Expand Down

0 comments on commit e755c07

Please sign in to comment.