Skip to content

robot0102/hardware_interfaces

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hardware_interface

The purpose of this package is to provide standard interface for robot hardwares. Controllers using those standard interfaces do not need to assume any particular robot hardware. For example, our force_control package can be used with either an ABB robot or a UR robot. Currently supporting the following interfaces:

  • Position controlled robot arm
  • 6-dof force torque sensor

Current implementations includes (see robots/):

  • UR robot rtde communication;
  • ATI force torque sensor via netft;

Author: Yifan Hou yifanhou@stanford.edu

Install

Dependency

This package depends on cpplibrary.

Additionally, the ur_rtde module is dependent on UR rtde c++ library The arx_can module is dependent on the arx c++ sdk.

Build

Build and install with cmake.

cd hardware_interfaces
mkdir build && cd build
cmake ..
make -j
make install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 51.6%
  • C 45.5%
  • CMake 2.9%