-
Notifications
You must be signed in to change notification settings - Fork 24
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
Setup with ign_ros2_control #11
Comments
Hello @sjahr, Unfortunately, I do not have a setup available at the moment. However, I am planning to create I will also try to update the examples in this repository to use For now, feel free to post below a specific issue/problem that is blocking you. I will try to provide some answers if I know. |
Sounds great! Thanks for your quick reply. I'll share my blocker later with you. Let me know when you need a review/help with your work. |
@sjahr Yesterday, I added the basic support for Franka Emika Panda as a part of AndrejOrsula/panda_ign_moveit2#7. Ignition Gazebo example can be launched with ex_ign_control.launch.py. You can change what command interface(s) to use by modifying ex_ign_control.launch.py#L56. If you want to try it, use ex_fake_control.launch.py to make sure the rest of the system works. Video of effort-control is below (fingers are oscillating because PIDs are not tuned). panda_ign_moveit2_effort_control_v0.mp4There are still several issues, namely:
There might be others too. These are just the ones I noticed so far. One more thing I would like to add into launch files:
|
Awesome thank you! I'll test it and give you feedback |
The following point from the comment above is actually not an issue at all, it works all the time. One just must remember to update
This won't be an issue once the following is added.
|
The following PRs are now merged in.
Some of the aforementioned points that are not yet fixed were converted into issues. |
Hi @AndrejOrsula,
this repository is a very useful example for combining ros2 and ignition, thank you for this great work! You mentioned in ign_ros2_control#1 that you successfully launched a robot with ros2_control in Gazebo Ignition. I've tried to get a Panda running but I was not able to successfully do it so far and wanted to ask if it is possible for you to share your setup?
Thanks a lot in advance!
The text was updated successfully, but these errors were encountered: