Skip to content

Sets collision safety margin to 0 for robot collisions

Jonathan Külz requested to merge fix/robot_safety_margin_default into main

Fixes the seldomly breaking unittests on collision-free IK that found collision free-solutions, but with the previous defaults, robot.has_collision() still returned True

Merge request reports