compas-dev / compas_fab

Robotic fabrication package for the COMPAS Framework.
https://compas.dev/compas_fab/
MIT License
108 stars 32 forks source link

Reachability Map #344

Closed romanarust closed 2 years ago

romanarust commented 2 years ago

For workspace planning or robot path planning, it is useful to calculate and visualize the space of the robot's reachability, depending on its attached tool, obstacles in the environment, and its own kinematic and geometric constraints.

The ReachabilityMap describes the reachability of a robot by discretizing its environment, i.e. by defined frames with valid IK solutions at these frames.

This was inspired by the project Adaptive Detailing

What type of change is this?

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.