Need help getting the Simulation to run

create an environment with a moving robot, a robotic arm, and a conveyor where the objects can be placed. Here is a demonstration video that you can all refer to:

Here are the steps involved in achieving this type of simulation:

  1. Add a moving robot with a controller to make the robot move forward ( this is similar to your mini project-1)
  2. Add a robotic arm
  3. Add a conveyor/road/path in your environment ( get creative !)
  4. Add a controller for the conveyor
  5. Add a controller for the robotic arm
  6. Adjust the degree of freedom in your robotic arm to pick the components from the conveyor belt and place it on the moving bot.
  7. Add multiple conveyors and robotic arms
  8. Define the path for mobile robot
  9. Play with the forward and inverse kinematic libraries to make the robot and conveyor move in tandem.

Here is the rubric for this assignment:

1. If each component i.e. robotic arm, conveyor, and the mobile robot is working – 15 points each – Total 45 points

2. Multiple conveyor and robotic arm – 15 points

3. If steps 8 and 9 are working – 20 points

4. Demonstration to TA – 15 points

5. Creativity in the environment or robots – 5 points

The above are steps to follow. I have attached a zip file containing the page I made. I would like some codes to run it to make them work together as needed. I would like for the Robot arm to pick up the can when it sees and sense it, then place it on the motor waiting. Motor should move after CAN is placed on it. Then go to the next robot arm to pick it up and put it on the other conveyor.

Please attach the working codes and also send back the simulation file plus a video showing it runs.

Thanks!