Skip to content

Corrected tutorial's Cartesian path example - #190

Merged
davetcoleman merged 1 commit into
moveit:kinetic-develfrom
nbbrooks:kinetic-move-group-interface-corrected-cartesian-triangle
Jul 10, 2018
Merged

Corrected tutorial's Cartesian path example#190
davetcoleman merged 1 commit into
moveit:kinetic-develfrom
nbbrooks:kinetic-move-group-interface-corrected-cartesian-triangle

Conversation

@nbbrooks

@nbbrooks nbbrooks commented Jul 6, 2018

Copy link
Copy Markdown
Contributor
  • updated move_group_interface tutorial's Cartesian path waypoints (example 4) so path is triangular
  • updated description of the path

@davetcoleman

Copy link
Copy Markdown
Member

Failing because of #191

@mlautman

mlautman commented Jul 9, 2018

Copy link
Copy Markdown
Contributor

@nbbrooks If you git commit --amend then force push, it will trigger travis to re-run.

* updated move_group_interface tutorial's Cartesian path waypoints (example #4) so path is triangular
* updated description of the path
target_pose3.position.y -= 0.1;
waypoints.push_back(target_pose3); // left
target_pose3.position.y -= 0.2;
waypoints.push_back(target_pose3); // right

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically this is subjective but I'll allow it 😝

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the tutorial didn't mention the box appearing on the arm's right a little bit later in the lesson I would have left this alone :P

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could have just tweaked the tutorial text to say the arm's left ;-)

@davetcoleman
davetcoleman merged commit 47404fd into moveit:kinetic-devel Jul 10, 2018
@mlautman

mlautman commented Jul 12, 2018

Copy link
Copy Markdown
Contributor

Congrats @nbbrooks!

Ridhwanluthra pushed a commit to Ridhwanluthra/moveit_tutorials that referenced this pull request Aug 6, 2018
* updated move_group_interface tutorial's Cartesian path waypoints (example moveit#4) so path is triangular
* updated description of the path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants