This repository contains files and scripts for simulating an arm using CoppeliaSim.
-
Download CoppeliaSim Education: Download and install CoppeliaSim Education from here.
-
Installation: Install the required Python package for communication with CoppeliaSim:
pip install coppeliasim-zmqremoteapi-client
-
File Contents:
armSIM(3dof).ttt: CoppeliaSim simulation file.clawArmSim(3DoF): CoppeliaSim simulation file with our custom claw.kinematics.m: MATLAB script for kinematics calculations.
-
Start CoppeliaSim: Launch CoppeliaSim and open the
armSIM(3dof).tttsimulation file. -
Run Python Script: Execute the
main.pyPython script in the root folder (up one from here). This script communicates with CoppeliaSim and controls the arm simulation. -
Watch the Simulation: Observe the arm movement in the CoppeliaSim environment as controlled by the Python script.
- Always remember to pull the latest changes from the repository before pushing any modifications.