interfaces.robots
TODO: module description
Body
Collision checking
get collision checking function collision_fn(joint_values) -> bool. |
|
get collision checking function collision_fn(joint_values) -> bool for a floating body (no movable joint). |
Body Approximation
get the AABB bounding box of a body |
|
get the bounding cylinder of the AABB bounding box of a body |
Dynamics
set all the body’s links to be static (infinite mass, doesn’t move under gravity) |
Verbose
print out information for all bodies that’re currently in the scene |