Skip to content

iocroblab/ioc_ur_cb2_driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ioc_ur_cb2_driver

C++ Driver for the Universal Robot CB2 Controller inspired and using the code from https://github.com/ros-industrial/ur_modern_driver. It has beeen modified and updated by Pol Ramon Canyameres and by Leopold Palomo-Avellaneda, with the aim of being adapted to the Robotics Laboratory of the IOC at UPC.

Install and build the package

First clone the driver:

git clone https://github.com/iocroblab/ioc_ur_cb2_driver

Then create and prepare the build folder:

cd ioc_ur_cb2_driver
mkdir build
cd build
cmake ..

Finally, inside the build forlder, compile using:

make

Usage instruction

You can test the driver using:

./driver_test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published