Skip to content
Snippets Groups Projects
Select Git revision
  • 0129458337b7b18aac4f47f52ff84e37760e007e
  • main default protected
  • argparse
  • untested
4 results

abb_egm_pyclient

  • Clone with SSH
  • Clone with HTTPS
  • Anton Tetov's avatar
    01294583
    History

    ABB EGM examples

    Setup

    1. Install Anaconda

    Installation guide.

    2. Create an anaconda environment

    conda env create -f environment.yml
    conda activate abb-egm-examples

    3. Install package

    cd /path/to/this/directory
    conda activate abm-egm-examples
    pip install -e .

    Usage

    Run the EGM_test.mod module on the robot controller. Remember to change UCDevice argument in EGMSetupUC invocation.

    And on your computer:

    conda activate abm-egm-examples
    
    python examples/print_egm_feedback.py
    python examples/send_configuration.py