-
Notifications
You must be signed in to change notification settings - Fork 267
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 ROS2 package low_cost_robot_description
for follower arm URDF
#33
Open
tc-huang
wants to merge
8
commits into
AlexanderKoch-Koch:main
Choose a base branch
from
tc-huang:feature/URDF
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The low_cost_robot v1.f3d is created by following steps: 1. Load low_cost_robot/hardware/follower/step/arm.step into Fusion 360 software. 2. Define 6 revolute joints for 6 servo motors (the revolute angles are not set yet). The names of the 6 joints are: joint1, joint2, joint3, joint4, joint5, and joint_gripper. 3. Simplify the hierarchy structure of components, and rename the simplified results to: base_link, link1, link2, link3, link4, gripper_static, gripper_moving. The above steps reference the video 'ArmBot Fusion360 to URDF in ROS2 | Part 1' (https://www.youtube.com/watch?v=_ZFo6wPXjeQ). The purpose of creating low_cost_robot v1.f3d is to use fusion2urdf-ros2(https://github.com/dheena2k2/fusion2urdf-ros2/tree/master) to generate the URDF of the robotic arm (follower) later. low_cost_robot v1.f3d is also exported to .step format (low_cost_robot v1.step).
…ion2urdf-ros2` The process of using `fusion2urdf-ros2` to generate the ROS2 package `low_cost_robot_description` is referenced in the fusion2urdf-ros2 repository (https://github.com/dheena2k2/fusion2urdf-ros2/tree/master) and in this video tutorial (https://www.youtube.com/watch?v=_ZFo6wPXjeQ). For more information about `fusion2urdf-ros2`, please refer to the README.md file located at `low_cost_robot/ros2_ws/src/low_cost_robot_description/README.md`. The `low_cost_robot.urdf` file is generated by running the following command: xacro low_cost_robot.xacro > low_cost_robot.urdf
This README.md includes prerequisites and installation instructions.
Add build, log, and install directories in ros2_ws to .gitignore.
…to README.md Added two images demonstrating the usage of the low_cost_robot_description ROS 2 package in the README.md.
Closed
This is very cool, thank you for sharing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello Alexander,
Thank you for sharing this great project. I had a wonderful time building my own robotic arm.
Description
This PR adds the
low_cost_robot_description
package, a ROS2 package containing the URDF for the follower arm.I created the
low_cost_robot v1.f3d
file based onarm.step
and then used fusion2urdf-ros2 to generate the files in thelow_cost_robot_description
package, referring to the video tutorial: ArmBot Fusion360 to URDF in ROS2 | Part 1.Motivation
The motivation for this PR stems from the frequent need for URDF files when developing ROS programs or using other simulation software. Additionally, issue #32 highlighted the demand for URDF files. I believe this PR will enable more users to explore and innovate with the robotic arm in diverse ways.
Changes
low_cost_robot_description
package to theros2_ws
workspace.ros2_ws/src/low_cost_robot_description/urdf/low_cost_robot.urdf
.README.md
to include usage instructions and setup steps for thelow_cost_robot_description
package and theros2_ws
workspace.Screenshots
Usage Example 1: Follower Arm in RViz
Usage Example 2: Follower Arm in Gazebo