Functions | |
def | check_trajectory_continuous_time (scene, trajectory) |
def | check_whether_trajectory_is_collision_free_by_subsampling (scene, trajectory, num_subsamples=10, debug=False) |
def | get_colliding_links (scene, margin=0.0, safe_distance=0.0, check_self_collision=True, debug=False) |
def | plot_task_cost_over_time (problem) |
Variables | |
list | __all__ |
def pyexotica.tools.check_trajectory_continuous_time | ( | scene, | |
trajectory | |||
) |
def pyexotica.tools.check_whether_trajectory_is_collision_free_by_subsampling | ( | scene, | |
trajectory, | |||
num_subsamples = 10 , |
|||
debug = False |
|||
) |
def pyexotica.tools.get_colliding_links | ( | scene, | |
margin = 0.0 , |
|||
safe_distance = 0.0 , |
|||
check_self_collision = True , |
|||
debug = False |
|||
) |
def pyexotica.tools.plot_task_cost_over_time | ( | problem | ) |