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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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?

# with a real robot, or group.compute_cartesian_path() will complain about "Trajectory
# message contains waypoints that are not strictly increasing in time".
waypoints.append(group.get_current_pose().pose)

# first orient gripper and move forward (+x)
Expand Down