All Downloads are FREE. Search and download functionalities are using the official Maven repository.

us.ihmc.simulationconstructionset.physics.ScsCollisionConfigure Maven / Gradle / Ivy

package us.ihmc.simulationconstructionset.physics;

import us.ihmc.simulationconstructionset.Robot;

/**
 * Configures the collision engine given the world model and collision interface
 */
public interface ScsCollisionConfigure
{
   public void setup(Robot robot, ScsCollisionDetector collisionDetector, CollisionHandler collisionHandler);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy