-
Notifications
You must be signed in to change notification settings - Fork 9
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
custom workspace example #12
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.
This looks like a very good tutorial so far. Please see my comments and suggestions.
ur_documentation/docs/source/examples/my_robot_cell/assemble_urdf.rst
Outdated
Show resolved
Hide resolved
ur_documentation/docs/source/examples/my_robot_cell/assemble_urdf.rst
Outdated
Show resolved
Hide resolved
ur_documentation/docs/source/examples/my_robot_cell/assemble_urdf.rst
Outdated
Show resolved
Hide resolved
ur_documentation/docs/source/examples/my_robot_cell/assemble_urdf.rst
Outdated
Show resolved
Hide resolved
:alt: Planning Groups | ||
|
||
|
||
Since we've already determined which ROS 2 controllers we want to use to start the ``ur_robot_driver``, we don't need the Setup Assistant to generate a ros2_control.yaml file. Therefore, we can skip **Step 9: ROS 2 Controllers** and **Step 10: MoveIt Controllers** for now. |
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.
But the files are generated nonetheless. I think we should avoid this.
ur_documentation/docs/source/examples/my_robot_cell/build_moveit_config.rst
Outdated
Show resolved
Hide resolved
ur_documentation/docs/source/examples/my_robot_cell/start_ur_driver.rst
Outdated
Show resolved
Hide resolved
ur_documentation/docs/source/examples/my_robot_cell/start_ur_driver.rst
Outdated
Show resolved
Hide resolved
my_robot_cell/my_robot_cell_description/urdf/my_robot_cell.urdf.xacro
Outdated
Show resolved
Hide resolved
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 think that is not what I meant to do with that file... I meant actually linking the joint_limits file from the description package, not copying its content.
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.
Same as joint_limits file.
d0fae59
to
01dd717
Compare
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.
We should think about actually restructuring this a bit, but apart from that I am rather happy with it now. Needs UniversalRobots/Universal_Robots_ROS2_Driver#977 before merging
150a9e8
to
f1757b8
Compare
No description provided.