Skip to content

A C++ driver for the Schunk WSG50-110 Gripper, no ROS dependency.

License

Notifications You must be signed in to change notification settings

yifan-hou/wsg50_cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wsg50_cpp

A c++ driver library for the Schunk WSG50-110 Gripper.

This repo is made by peeling off all ROS dependencies from this WSG ROS driver ipa325_wsg50.

Tested on WSG50.

Installation

This package is dependent on boost and cmake.

git clone [email protected]:yifan-hou/wsg50_cpp.git
cd wsg50_cpp
mkdir build && cd build
cmake ..
make -j
# run the test program
./wsg_test

Usage

Check out src/test.cpp.

Documentation

You can find some documentation from the original ROS repo ipa325_wsg50. I did not modify any functionality of it.

About

A C++ driver for the Schunk WSG50-110 Gripper, no ROS dependency.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.5%
  • CMake 0.5%