Skip to content

Releases: kavyadevd/AcmeRoboticsPathPlanner

Project Phase 2

26 Oct 13:48
a4065bd
Compare
Choose a tag to compare

Steps to run this example demo:

Clone this repository
git clone https://github.com/aswathselvam/AcmeRoboticsPathPlanner
Download CoppeliaSim and place the folder in the same directory level as the AcmeRoboticsPathPlanner folder.
Run CoppeliaSim
$ cd <Path to>/CoppeliaSim_Edu
$ ./coppeliaSim.sh ../AcmeRoboticsPathPlanner/ur5_CoppeliaSim_scene.ttt
Run this executable.
$ ./shell-app
Provide end effector coordinates in the command line application.
Hint: Give values within 0.5 meters in all 3 x,y,z directions.
The robot in CoppeliaSim will start moving towards the goal position and stops after reaching there.

Phase 1 Release

18 Oct 19:57
8056b00
Compare
Choose a tag to compare
Phase 1 Release Pre-release
Pre-release

Release for project phase 1. Development completed for simulator module and partly completed for solver and path planner.