-
Notifications
You must be signed in to change notification settings - Fork 195
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
Update the displayed tutorial robot #720
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First superficial pass through GitHub web UI: looks really good so far.
Only more obvious complaint is that all media files have significantly increased in size. Maybe not a huge deal since they are still relatively small.
I'll test this locally before giving the green check mark.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I built locally and tried these tutorials, they seem to work for me.
Description
This PR starts the transition to make the displayed robot be the Kinova Gen3 7dof. This coincides with the release of the public ROS 2 driver for the Kinova Gen3 arms.
Due to time constraints, this PR only updates the tutorial section of the docs, excluding the Pick and Place with MoveIt Task Constructor tutorial which will be updated in a follow PR.
To ease the transition from the Panda arm, the Panda tutorial example code has only been renamed, not removed, so users can still reference them if they pull down the repo.
Checklist