Skip to content

Pull Request for new servo driver code#1

Open
futureneer wants to merge 42 commits intoamedwards:ur5_robotiq_2fingerfrom
jhu-lcsr-forks:servo_working
Open

Pull Request for new servo driver code#1
futureneer wants to merge 42 commits intoamedwards:ur5_robotiq_2fingerfrom
jhu-lcsr-forks:servo_working

Conversation

@futureneer
Copy link
Collaborator

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:

    roslaunch ur_driver test_servo_driver.launch robot_ip:=192.168.1.155
  • Adds two interfaces for interacting with the robot

    • A generic robot status panel
    rosrun ur_driver ur_status_interface.py
    • A waypoint following panel
    rosrun ur_driver marker_teleop_interface.py
  • Changes to CMakeLists.txt and package.xml to accommodate new services for servo_driver.py

futureneer and others added 30 commits July 15, 2014 11:19
…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
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.

1 participant