FtcRobotController VS PhotonFTC

Compare FtcRobotController vs PhotonFTC and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
FtcRobotController PhotonFTC
103 7
674 62
1.2% -
3.4 6.1
2 days ago about 1 month ago
Java Java
BSD 3-clause Clear License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

FtcRobotController

Posts with mentions or reviews of FtcRobotController. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-08.

PhotonFTC

Posts with mentions or reviews of PhotonFTC. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-22.
  • Faster Way to Scan with the Rev 2M Distance Sensor?
    2 projects | /r/FTC | 22 Mar 2023
    Photon FTC implements some of these changes (https://github.com/Eeshwar-Krishnan/PhotonFTC) specifically check out the new driver (VL53L0X the name of the chip used in the 2m sensor) (https://github.com/Eeshwar-Krishnan/PhotonFTC/blob/main/PhotonCore/src/main/java/com/outoftheboxrobotics/photoncore/Neutrino/Rev2MSensor/Rev2mDistanceSensorEx.java)
  • Multithreading
    1 project | /r/FTC | 2 Feb 2023
    It's been a while since I've dived into the SDK. If you have specific questions on the thread lock, there's several people on the discord that know how the thread locking works very well. I haven't tested it myself, cause it came out after I graduated, but Eeshwar developed software to overcome the lock and speed stuff up by doing calls asynchronously. It's still better to limit to a single thread though. https://github.com/Eeshwar-Krishnan/PhotonFTC
  • Cable connecting control hub and expansion hub broke
    1 project | /r/FTC | 31 Jan 2023
    Yeah saw it a lot when control hub first came out. Now see people use it for the acceleration from photon - https://github.com/Eeshwar-Krishnan/PhotonFTC. I believe it is legal.
  • PhotonFTC Questions
    2 projects | /r/FTC | 14 Dec 2022
    We tested the PhotonFTC (v2.0.1 as we're still on SDK 8.0) software. After adding the recommended repository and dependency statements to the teamcode build.gradle, and changing minimum android SDK to 24, we reran the testing opmode, in two ways: 1) No PhotonCore.enable() statement, and 2) with a PhotonCore.enable() statement. The result was: (1) loop time, reading all four sensors, was 30-35ms; and (2) also 30-35ms.
  • What are your favorite programming resources?
    4 projects | /r/FTC | 14 Sep 2022
    PhotonFTC (my personal favorite)
  • Custom Driver for Rev 2m Distance Sensor?
    1 project | /r/FTC | 26 Aug 2022
    Photon?
  • What would you say is one of the most useful yet unknown tools for FTC?
    1 project | /r/FTC | 6 Apr 2022
    For autonomous in addition to drive encoders or dead wheels for position estimation, teams have found that using distance sensors can be used to relocalize. Distance sensors however often require you to make a ton of very time expensive calls. Team 7244 developed a library called photon that helps remove a ton of this delay, as well as enabling a higher precision mode on the rev 2m distance sensors. https://github.com/Eeshwar-Krishnan/PhotonFTC

What are some alternatives?

When comparing FtcRobotController and PhotonFTC you can also consider the following projects:

FTCLib - Broad FTC library for all things software.

ftc-dashboard - React-based web dashboard designed for FTC

awesome-teachable-machine - Useful resources for creating projects with Teachable Machine models + curated list of already built Awesome Apps!

EasyOpenCV - Finally, a straightforward and easy way to use OpenCV on an FTC robot!

TFMini-Plus-I2C - Arduino library for the Benewake TFMini-Plus LiDAR distance sensor in I2C communication mode

FTC-for-VS-Code - A VS Code extension for accessing FTC snippets, debugger, and Android cmdline tools from a button

FTC-Timers - Repo containing a wiki article "Using Timers in Blocks"

LearnJavaForFTC - This is for learning Java for FTC

FtcRobotController

gm0 - Game Manual 0 - The most extensive guide out there for FTC