Giter Site home page Giter Site logo

jeh15 / drake-schunk-driver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from robotlocomotion/drake-schunk-driver

0.0 0.0 0.0 89 KB

Driver software for the Schunk gripper.

License: BSD 3-Clause "New" or "Revised" License

Shell 2.73% C++ 60.85% Python 31.72% CMake 4.66% Starlark 0.03%

drake-schunk-driver's Introduction

drake-schunk-driver

Driver software for the Schunk gripper.

Prereqs

This effectively requires the source prequisites of Drake. For using on Ubuntu, you may need to do something like:

git clone -o upstream https://github.com/RobotLocomotion/drake -b v1.9.0
cd drake
sudo ./setup/ubuntu/install_prereqs.sh

Building

To build:

bazel build //...

Configuring the gripper

Under Settings -> Command Interface:

  • Command Interface
  • Interface: UDP/IP
  • Enable CRC: Off
  • UDP Settings
  • UDP Client Address: 0.0.0.0
  • UDP Listening Port: 1500
  • UDP Remote Port: 1501

Running the driver

./bazel-bin/src/schunk_driver -- this will expect the gripper to have the defualt IP (192.168.1.20) and ports (1500, 1501).

If the gripper configuration has been changed, the following arguments can be useful:

  • --gripper-addr Specifies the IP address of the gripper (default: 192.168.1.20)
  • --gripper_port The UDP Listening Port on the gripper (default: 1500)
  • --local_port The UDP Remote Port on the gripper (the local port which the driver will use on the host machine) (default: 1501)

drake-schunk-driver's People

Contributors

ericcousineau-tri avatar ggould-tri avatar jeh15 avatar jwnimmer-tri avatar mpetersen94 avatar sammy-tri avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.