SCRIPT: Pregenerate files

This commit is contained in:
PJ Reiniger
2025-11-07 19:56:29 -05:00
committed by Peter Johnson
parent e0320a942a
commit 108a8c0f9b
50 changed files with 1024 additions and 1028 deletions

View File

@@ -6,9 +6,9 @@
package org.wpilib.command2.button;
import org.wpilib.command2.CommandScheduler;
import org.wpilib.driverstation.PS4Controller;
import org.wpilib.event.EventLoop;
import org.wpilib.command2.CommandScheduler;
/**
* A version of {@link PS4Controller} with {@link Trigger} factories for command-based.

View File

@@ -6,9 +6,9 @@
package org.wpilib.command2.button;
import org.wpilib.command2.CommandScheduler;
import org.wpilib.driverstation.PS5Controller;
import org.wpilib.event.EventLoop;
import org.wpilib.command2.CommandScheduler;
/**
* A version of {@link PS5Controller} with {@link Trigger} factories for command-based.

View File

@@ -6,9 +6,9 @@
package org.wpilib.command2.button;
import org.wpilib.command2.CommandScheduler;
import org.wpilib.driverstation.StadiaController;
import org.wpilib.event.EventLoop;
import org.wpilib.command2.CommandScheduler;
/**
* A version of {@link StadiaController} with {@link Trigger} factories for command-based.

View File

@@ -6,9 +6,9 @@
package org.wpilib.command2.button;
import org.wpilib.command2.CommandScheduler;
import org.wpilib.driverstation.XboxController;
import org.wpilib.event.EventLoop;
import org.wpilib.command2.CommandScheduler;
/**
* A version of {@link XboxController} with {@link Trigger} factories for command-based.

View File

@@ -5,7 +5,7 @@
// THIS FILE WAS AUTO-GENERATED BY ./commandsv2/generate_hids.py. DO NOT MODIFY
#pragma once
#include "wpi/driverstation/PS4Controller.hpp"
#include <wpi/driverstation/PS4Controller.hpp>
#include "wpi/commands2/button/Trigger.hpp"
#include "wpi/commands2/CommandScheduler.hpp"

View File

@@ -5,7 +5,7 @@
// THIS FILE WAS AUTO-GENERATED BY ./commandsv2/generate_hids.py. DO NOT MODIFY
#pragma once
#include "wpi/driverstation/PS5Controller.hpp"
#include <wpi/driverstation/PS5Controller.hpp>
#include "wpi/commands2/button/Trigger.hpp"
#include "wpi/commands2/CommandScheduler.hpp"

View File

@@ -5,7 +5,7 @@
// THIS FILE WAS AUTO-GENERATED BY ./commandsv2/generate_hids.py. DO NOT MODIFY
#pragma once
#include "wpi/driverstation/StadiaController.hpp"
#include <wpi/driverstation/StadiaController.hpp>
#include "wpi/commands2/button/Trigger.hpp"
#include "wpi/commands2/CommandScheduler.hpp"

View File

@@ -5,7 +5,7 @@
// THIS FILE WAS AUTO-GENERATED BY ./commandsv2/generate_hids.py. DO NOT MODIFY
#pragma once
#include "wpi/driverstation/XboxController.hpp"
#include <wpi/driverstation/XboxController.hpp>
#include "wpi/commands2/button/Trigger.hpp"
#include "wpi/commands2/CommandScheduler.hpp"