Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.14 KB

README.md

File metadata and controls

15 lines (12 loc) · 1.14 KB

arcor2_fanuc

For the server to work, there must be a running MAPPDK driver on the robot. So far, it has been tested with LRMate 200iD/7L (for which there is also a model, adapted from ROS Industrial), but it should work with any robot driven by the R-30iB Mate Plus Controller.

Environment variables

  • ARCOR2_FANUC_SERVICE_NAME - set the service name ("Fanuc Service" by default).
  • ARCOR2_FANUC_SERVICE_URL=http://0.0.0.0:5027 - by default, the service listens on port 5027.
  • ARCOR2_FANUC_ROBOT_HOST - ip address of the robot ("192.168.104.140" by default).
  • ARCOR2_FANUC_ROBOT_PORT - port of the MAPPDK server (18735 by default).
  • ARCOR2_FANUC_EEF_DO_NUM - digital output which controls the end effector (1 by default).
  • ARCOR2_FANUC_MAX_VELOCITY - max TCP velocity (mm/s, 6000 by default).
  • ARCOR2_FANUC_MAX_ACCELERATION - max TCP acceleration (mm/s-2, 100 by default).
  • ARCOR2_FANUC_Z_AXIS_OFFSET - offset between base and origin of robot's world coordinate system, which is at J2 (330 by default). ARCOR2_FANUC_DEBUG=1 - turns on debug logging.