Skip to content

This package provides the workcell description of the UR5e robot, Schunk EGP 50 gripper and a simple robot cell..

License

Notifications You must be signed in to change notification settings

hellantos/ur5e_cell

 
 

Repository files navigation

Robot workcell description package

Contributing

This repository uses pre-commit for code formatting. This program has to be setup locally and installed inside the repository. For this execute in the repository folder following commands:

sudo apt install -y pre-commit
pre-commit install

The check are automatically executed before each commit. This helps you to always commit well formatted code. To run all the checks manually use pre-commit run -a command. For the other options check pre-commit --help.

In a case of an "emergency" you can avoid execution of pre-commit hooks by adding -n flag to git commit command - this is NOT recommended to do if you don't know what are you doing!

About

This package provides the workcell description of the UR5e robot, Schunk EGP 50 gripper and a simple robot cell..

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 75.4%
  • Python 18.2%
  • CMake 6.4%