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

Make the integration with MoveIt and Gazebo working #2

Closed
wants to merge 11 commits into from

Conversation

tahsinkose
Copy link

Needs:

All of your changes @rhaschke and @rickstaa, needed to realize this integration. I have added hand_tcp frame to gazebo xacro, which was the last missing bit.

rhaschke and others added 11 commits November 7, 2021 01:15
Although, Gazebo doesn't support mimic joints natively,
FrankaHWSim does and MoveIt - for planning - should know
that the fingers will move in sync.
using coarse vs. detailed collision models
... in the center between and aligned with the fingers
…frankaemika#191 (drop-joint-states-desired) and frankaemika#189 (rework-hand-collision) into develop
This commit moves the finger collision geometries to the finger joints.
This was done to prevent errors in third party libaries. Moveit for
example expects a collision geometry in each joint that can be
controlled.
This commit makes sure that the gravity calculation uses the gravity
values of gazebo instead of using the default values.
This commit fixes a bug that was introduced by frankaemika#147. In frankaemika#147 the
finger collision geometries were replaced by more accurate meshes.
These more accurate messages however broke the 'gripper_action' action.
This commit migrates back to using geometries for the finger collision geometries.
The action server works fine when geometriesare used.
Features:
- This commit adds the 'hardware_interface/PositionJointInterface' and
'hardware_interface/VelocityJointInterface' interfaces to the
FrankaHWSim module. When a user chooses these interfaces, motion
generators (i.e. PID controllers) are used for controlling the robot.
- This commit adds the 'transmission' arg to the 'panda_arm.urdf.xacro'
file. By doing this, users now can set the hardware_interface that
is used in the panda arm joints when loading the 'panda_arm.urdf.xacro'
file.
- This commit adds the `effort_joint_trajectory_controller` and
`position_joint_trajectory_controller` controllers to the franka_gazebo
`sim_controllers.yaml` config.
... in the center between and aligned with the fingers
@rhaschke
Copy link
Owner

I have collected all required changes in https://github.com/rhaschke/franka_ros/tree/develop. Closing here.
This morning I also re-worked frankaemika#199.

@rhaschke rhaschke closed this Nov 12, 2021
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

Successfully merging this pull request may close these issues.

3 participants