-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds position and velocity motion generators to FrankaHWSim
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.
- Loading branch information
Showing
7 changed files
with
182 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters