60 published lessons
Find the idea you need.
Search lesson titles, objectives, code, references, and quiz concepts across FTC and FRC.
21 results for “hardware map”
- FTC · FTC SDK Foundations · CoreHardware Map and MotorsConnect configuration names to Java objects safely.
- FTC · Hardware Essentials · CoreBuild a Reusable RobotHardware TemplateA hardware class that every OpMode can trust.
- FTC · Season Robot Capstones · CapstoneCapstone: Reusable RobotHardware TemplateProduce the team hardware foundation for the season.
- FTC · Workstation Setup · SetupYour FTC Software MapUnderstand what Android Studio, its bundled JDK, Gradle, the FTC SDK, and the team's ADB plugin each do.
- FTC · Safe Testing · CoreVoltage, Current Awareness, and Safe Test OpModesAvoid damaging robot hardware while testing code.
- FTC · PID and Feedforward Control · ControlDashboard Tuning WorkflowTune with graphs and notes instead of guesses.
- FTC · Team Workflow and Competition Readiness · WalkthroughDebugging with TelemetryUse telemetry to find what the robot thinks is true.
- FTC · TeleOp and Driver Control · CoreDriver ControlTurn gamepad input into predictable mecanum movement.
- FTC · FTC SDK Foundations · CoreLinearOpMode LifecycleUnderstand init, start, active loop, and stop behavior.
- FTC · Java Foundations for FTC · FoundationsMethods, Classes, and HelpersExtract repeated robot behavior into names that teammates can reuse.
- FTC · Motion Profiling · ControlMotion Profile ConceptsPosition, velocity, and acceleration over time.
- FTC · Workstation Setup · SetupOpen and Build the FTC SDK ProjectOpen the reviewed FTC SDK project, identify TeamCode, complete Gradle sync, and produce a clean local build.
- FTC · PID and Feedforward Control · ControlP Control BasicsThe first useful feedback controller.
- FTC · Road Runner 1.0 Setup and Tuning · Road RunnerRoad Runner 1.0 Install and Drive ClassSet up the drive class without old 0.5 assumptions.
- FTC · Road Runner 1.0 Setup and Tuning · Road RunnerRoad Runner LocalizationValidate x, y, and heading before trusting paths.
- FTC · Autonomous Foundations · AutonomousSimple AutonomousBuild an autonomous routine with timers and safe stops.
- FTC · Robot Architecture · IntermediateSubsystem LifecycleRead, decide, write, reset for each mechanism.
- FTC · Motion Profiling · AdvancedTrapezoidal and Asymmetric ProfilesUse different accel/decel limits when needed.
- FTC · Vision and AprilTags · VisionVisionPortal Camera SetupOpen camera streams and processors reliably.
- FTC · Java Foundations for FTC · Start hereWhat an OpMode DoesUnderstand the program the Robot Controller runs after it is selected on the Driver Station.
- FTC · Command Patterns and Code Organization · CapstoneWrite a Full Command-Based TeleOpCapstone TeleOp that composes drive, mechanisms, and safety.