pyrobosim.utils.world_collision
Collision and occupancy checking utilities that require a world and a robot instance.
Functions
|
Check if a pose in the world is occupied. |
|
Checks connectivity between two poses start and goal in the world by sampling points spaced by the collision_check_dist parameter and verifying that every point is in the free configuration space. |
|
Check whether a path is collision free in this world. |