Skip to content

Latest commit

Β 

History

History
44 lines (32 loc) Β· 1.76 KB

File metadata and controls

44 lines (32 loc) Β· 1.76 KB

BestMan Logo

GitHub license Ubuntu 20.04 Python 3.8

Welcome to the BestMan_Xarm repository, a codebase dedicated to the XArm 6 robotic arm.

πŸ’» Installation

  • (Optional) Create conda environment

    cd Install
    conda env create -f basic_environment.yaml
    

πŸ‘¨β€πŸ’» Basic Demos

cd ~/BestMan_Xarm/Examples/
# Demo: Go Home
python3 move_arm_to_home.py 192.168.1.208

# Demo: Move Joints
python3 move_arm_to_joint_angles.py 192.168.1.208

# Demo: Move gripper
python3 close_gripper.py 192.168.1.208
python3 open_gripper.py 192.168.1.208
python3 open_gripper_width.py 192.168.1.208

🀝 Reference