-
Notifications
You must be signed in to change notification settings - Fork 250
Pick and Place exercise, just for Industrial Robots #3009
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
Comments
Hi @jmplaza, is this issue still open and is there any way I can contribute to this? |
Hi @ShauryaJain03 , @diegomrt and @javizqh are working on it and they are very close to an initial release of this exercise. The prototype with MoveIt2 and ROS2 is working fine. We have some problem launching this Gazebo world inside RoboticsBackend (maybe @javizqh and @diegomrt may provide more details) and some betatesting of the initial release will be useful too. Stay tuned :-) |
Sure, are there any other exercises that require beta-testing or some minor improvements? |
The main problem we have is that the Gazebo classic instance that we are using inside the Robotics Backend (or RADI) is not able to launch the ros controllers properly. This causes the robotic arm to not work at all, so fixing this issue is really important right now. The only problem is that the documentation is non existant. |
@javizqh I’ve previously worked with ROS2 controllers and Gazebo Classic and I’m comfortable with debugging launch/setup issues. If it's okay with you, can I pick this issue up? |
Sure, the documentation that is missing is from Gazebo Classic, so it is not ours, and as it is no longer maintained it cannot be updated in their repositories. |
Thank you! I see, I thought there was some documentation that needed to be updated from your side. |
Yeah. Try to fork the repo instead of just cloning, it will probably be easier for you. Also you will probably need to create a custom RADI if you want to change some dependencies. If you need some help, just write here and I will try to reply. |
Alright thanks! I'll look into it and keep updating you. |
using Gazebo, ROS2 Humble and MoveIt2.
@diegomrt has finished a wonderful prototype, but it is not yet integrated into RoboticsAcademy.
The text was updated successfully, but these errors were encountered: