Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a comment to waypoints in the Cartesian Path chapter #94

Open
wants to merge 1 commit into
base: hydro-devel
Choose a base branch
from

Conversation

FlurinArner
Copy link

Edit some comments in the Cartesian Paths chapter, to prevent others from making my same mistake of adding the group.get_current_pose().pose as a first waypoint, when working with a non-simulated robot.

As can be seen in multiple stackoverflow questions, like this one, this has been a cause for some head-scratching..

…from making my same mistake of adding the group.get_current_pose().pose as a first waypoint, when working with a non-simulated robot
@@ -186,7 +186,9 @@ def move_group_python_interface_tutorial():
## for the end-effector to go through.
waypoints = []

# start with the current pose
# start with the current pose, only for rviz simulation. Remove this step if working
Copy link
Contributor

Choose a reason for hiding this comment

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

There is no "RViz simulation".
You are talking about the MoveIt's demo(.launch) mode, aren't you?

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.

2 participants