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

Working with gazebo #98

Closed

Conversation

tahsinkose
Copy link

This makes the necessary changes for a working Gazebo integration. I've specified effort_joint_trajectory_controller as an example, but it could be position or velocity as well.

@rhaschke
Copy link
Contributor

franka_ros provides different default controllers for real and sim. Thus, we need to offer an argument to choose the joint trajectory controller type. I implemented this in c38a59a. Closing here.
@gollth: This PR here is exactly what I was afraid of in frankaemika/franka_ros#186 (comment): users will try to hard-code the controller type and they need to change between sim and real.

@rhaschke rhaschke closed this Nov 12, 2021
@gollth
Copy link
Contributor

gollth commented Nov 12, 2021

franka_ros provides different default controllers for real and sim

There is no "default" controller neither for real nor for sim in franka_ros. Both offer the effort_joint_trajectory_interface which you could use as "default" if you will.

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