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

Roll implementation in Task space for OpenManipulator-X #247

Open
AdityaPrakash23 opened this issue Mar 4, 2023 · 5 comments
Open

Roll implementation in Task space for OpenManipulator-X #247

AdityaPrakash23 opened this issue Mar 4, 2023 · 5 comments

Comments

@AdityaPrakash23
Copy link

Hello there!
I am working on a project where I need to implement roll angle for the gripper for an inspection operation using ROS Noetic. My team has already made the URDF model, made the changes in Gazebo yaml files, and other changes such as adding the extra joint in the openmanipulator.cpp file and other changes mentioned in the Issue 84. I am using the keyboard teleop, which also has been modified, to control the robot in simulation.
When moving the roll joint in joint space, it works perfectly and the roll angle movement shows up even in Gazebo. But when I try to move the new roll joint in the Task space, the joint shows no motion at all. When I try to check the ROS topic that is supposed to have the current joint angle, that remains frozen as well, despite it working for movement in joint space commands. I also tried implementing pitch movement in task space since its not originally implemented, but that work perfectly fine.
I have tried unsuccessfully to debug this error and my only suspect is the Kinematics. Could anyone give an expert opinion on this matter?
Thanks!

@shiba-8ro
Copy link

@AdityaPrakash23
ROBOTIS Japan has released a model of Turtlebot3 equipped with 6DOF type OM-X.
It might be useful for you.

https://github.com/ROBOTIS-JAPAN-GIT/tb3mm_6DoF

@AdityaPrakash23
Copy link
Author

@shiba-8ro thank you for this. The thing is I am stuck using the OpenManipulator-X for my project and need the Roll implementation to work. I am suspecting the Kinematics.cpp might be needing some modification despite me defining the joint chain properly.

@AdityaPrakash23
Copy link
Author

@shiba-8ro thanks for sharing that! I still need something specific to my problem telling me what are the exact steps for modification and how to adjust kinematics for an extra joint, if needed.

@shiba-8ro
Copy link

ROBOTIS Japan will create a document for adding extra joints to OM-X mainly for Robocup@Home players, but it still takes time to complete it.
It's a pity that we cant help you at this time.

@AdityaPrakash23
Copy link
Author

AdityaPrakash23 commented Mar 7, 2023

I see @shiba-8ro . But could share some pointers from your knowledge of the code? I modified the URDF files, yaml files and teleop_keyboard code. I also configured the main manipulator file to adjust the robot chain. My joint space movement for the new joint is working is working perfectly. Its only the task space movement that is not working. I have looked through the code to check the program flow with breakpoints. I assume the kinematics code should adjust for the joint chain adjustments in the manipulator code, but I feel there might be some adjustments required there. If u want, I can share some parts of the code that I have modified and maybe videos of the working if required.

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

No branches or pull requests

2 participants