com.neuronrobotics.addons.driving.PuckBotConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-bowler Show documentation
Show all versions of java-bowler Show documentation
A command line utility for accesing the bowler framework.
package com.neuronrobotics.addons.driving;
// TODO: Auto-generated Javadoc
/**
* The Class PuckBotConfiguration.
*/
public class PuckBotConfiguration {
/**
* Gets the max ticks per seconds.
*
* @return the max ticks per seconds
*/
public int getMaxTicksPerSeconds() {
// TODO Auto-generated method stub
return 100000;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy