Robotics-Playground icon indicating copy to clipboard operation
Robotics-Playground copied to clipboard

how do i use it

Open creatinglin opened this issue 4 years ago • 6 comments

hi,SakshayMahna .I am very interested in your project. Is your project writing a global path planner about genetic algorithms? how do i use it

creatinglin avatar Mar 09 '22 03:03 creatinglin

hi,SakshayMahna .I am very interested in your project. Is your project writing a global path planner about genetic algorithms? how do i use it

creatinglin avatar Mar 09 '22 15:03 creatinglin

Hello! Thank you for your interest! Sorry for the current state of the repository. Just give me a few days to sort all the files and add some Readmes.

In the meantime, if you would like to try. There are 2 programs to run, both of them in algorithm_ws.

First start the UR5 Rviz simulation by launching the demo.launch present in ur5_moveit_config, then in a separate terminal start the motion planning server moveit_motion_planning_server.py in global_path_planning.

SakshayMahna avatar Mar 09 '22 16:03 SakshayMahna

Hello! I have added the instructions as README files. You can have a look. Feel free to revert in case you face any issues or errors.

SakshayMahna avatar Mar 10 '22 04:03 SakshayMahna

Hello, is your code writing a plugin for a genetic algorithm based global path planner? But based on your code, I guess that what you wrote is about movelt

creatinglin avatar Mar 11 '22 08:03 creatinglin

I appreciate that you took the time to write the rules of use. Do you have any other code about genetic algorithm path planning?

creatinglin avatar Mar 11 '22 08:03 creatinglin

There are 2 parts of the GA code. First is this one, which interfaces with MoveIt. The second is this one, which contains the GA code.

For the GA code, the PyGAD Python Library is used, instead of writing everything from scratch. If you are looking for a GA code that builds from scratch, you can have a look at one of The Coding Train's repository. It would be in Javascript and is really nice.

SakshayMahna avatar Mar 12 '22 02:03 SakshayMahna