Pull Request for new servo driver code#1
Open
futureneer wants to merge 42 commits intoamedwards:ur5_robotiq_2fingerfrom
Open
Pull Request for new servo driver code#1futureneer wants to merge 42 commits intoamedwards:ur5_robotiq_2fingerfrom
futureneer wants to merge 42 commits intoamedwards:ur5_robotiq_2fingerfrom
Conversation
… still in driver.py
…rive program that reports effort -- it would be nice if this reported joint positions as well.
Merge request for changes to robot driver, teleop code and interface panels
…somewhere else later
…obot into servo_working
…obot into servo_working
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This branch makes several changes to the ur_driver package:
Changes the ur5.urdf.xacro file to properly represent the base of the robot relative to its first joint.
Adds a new servo_driver.py file which is a clean implementation of driver.py. It does not include the trajectory actions in driver.py. Those will be added in the future. There is also a launch file, several services and program (.prog) files to support this interface.
To run the robot with this new interface:
Adds two interfaces for interacting with the robot
Changes to CMakeLists.txt and package.xml to accommodate new services for servo_driver.py