Demonstrate motion planning for mechanical closed kinematic chains. The example used is an assisted standing up motion found in geriatric care. Created during supervision of student thesis.
problem.py
from ackrep_core import ResultContainer
class ProblemSpecification:
pass
def evaluate_solution(solution_data):
return ResultContainer(success=True)