/**
* This function is called periodically during operator control
*/
public void teleopPeriodic() {
Scheduler.getInstance().run();
SmartDashboard.putNumber("GyroAngle", RobotMap.gyro.getAngle());
SmartDashboard.putNumber("JoystickX", Robot.oi.getLogitech().getX());
SmartDashboard.putNumber("JoystickY", Robot.oi.getLogitech().getY());
SmartDashboard.putNumber("JoystickTwist", Robot.oi.getLogitech().getTwist());
}
Robot.java 文件源码
java
阅读 22
收藏 0
点赞 0
评论 0
项目:SteamWorks
作者:
评论列表
文章目录