and download the MSI version. Run the installer and follow the prompts to install Python.Ubuntu for downloading and installing Git.
Note: Remember to check the option to automatically add Python to the environment variables during the installation process.
After installation, press Win+R to open the Run dialog, type CMD, and press Enter. In the opened CMD window, type python to check if the installation was successful.
Ubuntu for downloading and installing Git.Setup project
Execute the following commands in order.
git clone https://github.com/elephantrobotics/Connect-4-Kit.git
cd Connect-4-Kit
Based on the platform, install the corresponding requirements list.
If it's the Windows platform, please run:
pip install -r .\requirements_windows.txt
If it's the Linux platform, please run:
pip install -r .\requirements_linux.txt
Check robot firmware version
MyCobot 280 robot arm's firmware version of ATOM should above 6.3
.
MyArm robot arm's firmware version of ATOM should be at least 1.0
If it's not, please use Mystudio to update the firmware to the latest version.