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

com.neuronrobotics.addons.driving.PuckBotConfiguration Maven / Gradle / Ivy

There is a newer version: 3.28.0
Show newest version
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