-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rha/noetic devel rickstaa add franka gazebo simulation #8
Rha/noetic devel rickstaa add franka gazebo simulation #8
Conversation
28d81a0
to
acfb659
Compare
This commit adjusts the 'demo_gazebo.launch' launch file such that it uses the gazebo simulation of the [franka_gazebo](https://github.com/frankaemika/franka_ros/tree/noetic-devel/franka_gazebo) package.
acfb659
to
1ea7dc2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Is this ready to merge?
@rhaschke I think from our side it is ready. The only thing that has to be done is improve the PID gains found in frankaemika/franka_ros#181 and merge that pull request. |
@@ -7,7 +7,6 @@ | |||
<!--CHAINS: When a chain is specified, all the links along the chain (including endpoints) are included in the group. Additionally, all the joints that are parents to included links are also included. This means that joints along the chain and the parent joint of the base link are included in the group--> | |||
<!--SUBGROUPS: Groups can also be formed by referencing to already defined group names--> | |||
<group name="panda_arm"> | |||
<joint name="virtual_joint"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Obviously, for Gazebo it's important to not list the virtual joint here. This should be fixed in MSA as well. Could you please add a TODO?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rhaschke Done.
This pull request adds the franka_gazexbo gazebo simulation to the panda_moveit_config package. To keep the Noetic branch as close as possible to the melodic-branch I also used the
position_joint_trajectory_controller
. For this controlller to work frankaemika/franka_ros#181 has to be merged in the upstream.Remarks
The pid gains need to be improved in the upstream pull request. I think we however can already merge #8.