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

us.ihmc.scs2.definition.robot.urdf.items.URDFFilenameHolder Maven / Gradle / Ivy

package us.ihmc.scs2.definition.robot.urdf.items;

public interface URDFFilenameHolder
{
   String getFilename();

   void setFilename(String filename);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy