Skip to content

Implementation + test of frames + integration into task parsing

Matthias Mayer requested to merge dev/frames into main

Functionalities:

Based on existing preliminary work from old mcs: https://gitlab.lrz.de/cps-robotics/mcs/-/compare/main...dev%2Fscenario_frames

  • Renaming Pose to Transformation/Placement has long been done in python (changes in Bodies, Geometry, Joints, Module, Robot, RobotFilter, Constraints, Goals, Obstacle, Solution, Tolerance, tolerated_pose, pose, visualization, write_urdf, tests besides test_crok_classes)
  • PathPlanner, Optimizer in mcs anyway

Relevant parts: FramesTree (mcs/scenario/Frames.py, https://gitlab.lrz.de/cps-robotics/mcs/-/blob/48b5a592b123d2a5f70e4e33daf79b7a1b9c5b6d/mcs/scenario/Frames.py), test of frames (mcs/tests/test_crok_classes.py, https://gitlab.lrz.de/cps-robotics/mcs/-/blob/48b5a592b123d2a5f70e4e33daf79b7a1b9c5b6d/mcs/tests/test_crok_classes.py)

Before Merge:

Edited by Matthias Mayer

Merge request reports