This is my masters thesis project
Stars
16
Forks
1
Watchers
16
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
74
commits
2
commits
edited ReadMe, benchmark_script, added IROS folder to make it easier for any reader to reproduce graphs
ad1d8e5View on GitHubadded new example, added validBITKOMO, adapted pathOptimizerKOMO to my idea which did not work out as expected
b81eeeeView on GitHubadded a new example (8); modified pathOptimizerKOMO to store optimized path for future usage
cf8424cView on GitHubAdded straight line path as initial path to KOMO, PathOptimizerKOMO now will not return an infeasible solution (I am only not checking for inequality constraints)
26f00c2View on GitHub1) modified benchmarks to save every benchmark log files and db files in a folder maked with timestamp of execution, 2) Modified planner_KOMO to stop once it finds a solution, 3) made a few chanes in the visualization code
41ae7e2View on GitHubAdded new example and made the necessary changes to main.cpp
3c698cbView on GitHubfixed the debug. Problem still exists. Maybe I am formulating it wrong
3224264View on GitHubfixed panda robot, tried debuging the 2d example but unsuccessful
b17e9c3View on GitHub