-
Notifications
You must be signed in to change notification settings - Fork 311
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
Panda in Gazebo + MoveIt! motion planning #52
Conversation
Maybe it would be better to open a pull request for ros melodic branch directly. |
Ok I'll base it on the melodic branch and see if changes are necessary there. |
Thank you for the contribution, and sorry for the late response! We didn't take a proper look at this yet, but we'll try to do that soon. One thing I already can say: we want to make it clear that the given values are not the "real" values, but only to enable Gazebo. Maybe you can clarify this with something like |
@fwalch That kind of comment is already included: |
Fix Gazebo simulation for panda_arm (without the gripper/hand)
Are there any updates to incorporate this or any Gazebo support for the Panda arm in the future? |
We're trying to add a Gazebo+MoveIt tutorial and would appreciate this being merged in: Any updates? |
Hi @davetcoleman, I've just merged a pull request from tahsinkose to my fork of franka_ros. Erdal |
I attempted to fix the merge errors but it is not possible with the manual specifications that are currently in place. When the stl mesh files are applied to these links for the collision model (this was the case when I initially forked the franka_ros repo last year) the simulation works again. I think we need to distinguish between the simulation and real robot cases in the xacro model definition files and apply collision models accordingly. |
Any updates on this @erdalpekel? |
No, no updates from my side. I didn't get any feedback on my last comment. |
I'd like to push forward this PR. First question: Do we really want to target |
I just emailed @fwalch another request to merge this |
@davetcoleman #126 is the actual PR. We need to merge that one. |
Superseded by #126. |
Dear team franka_ros,
I have integrated the panda robot in gazebo and would like to contribute this to the repository so that everybody can use it.
I have created this pull request based on my blog post.
There is a known issue though: I didn't want to modify the panda_moveit_config repository for this pull-request (contrary to what I do in my blog post), so the controller types for the gripper do not match:
The original package uses GripperCommand, Gazebo requires the FollowJointTrajectory type controller.
As a consequence the gripper cannot be moved.