ftc-dashboard VS PhotonFTC

Compare ftc-dashboard 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
ftc-dashboard PhotonFTC
24 7
161 62
-0.6% -
7.7 6.1
3 months ago about 1 month ago
Java Java
GNU General Public License v3.0 or later 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.

ftc-dashboard

Posts with mentions or reviews of ftc-dashboard. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-09.
  • Laptop specs
    1 project | /r/FTC | 7 Jul 2023
    I would highly recommend this library. You can tune variables quicker using it. https://github.com/acmerobotics/ftc-dashboard
  • Can a mac connect to Control Hub web server over USB?
    1 project | /r/FTC | 13 Jan 2023
    Noted, thanks! Usually when we connect to the web interface, it's to use FTC Dashboard, which uses 8000 for the websocket.
  • Logging Data To Computer
    3 projects | /r/FTC | 9 Jan 2023
    FTC Dashboard lets you graph telemetry and download it as a csv file.
  • Fully live webcam feed with open cv
    2 projects | /r/FTC | 4 Jan 2023
    FTC Dashboard shows a live feed of the camera if u set it up right.
  • Robot stopping randomly
    1 project | /r/FTC | 9 Dec 2022
    It could be a memory leak somewhere. If you use FTC Dashboard, make sure to update to the latest release (0.4.7) as it fixes a memory leak when the dashboard is installed but disabled, which was affecting some teams at competition. If you are using vision code, make sure you are not creating new objects every loop cycle, which will fill all system memory until it crashes. (We have had this issue multiple times in the past when we are using OpenCV-based detection, it's an easy mistake to make.)
  • Can you Run Op Modes without a separate driver hub?
    1 project | /r/FTC | 28 Nov 2022
    Yeah - just run it from the dashboard. https://acmerobotics.github.io/ftc-dashboard/
  • Using computer as driver hub
    1 project | /r/FTC | 9 Nov 2022
  • TeleOp Code recurring disconnect issue
    1 project | /r/FTC | 18 Oct 2022
    The SDK has a built in camera stream, which isn't great, but it can help. If you are willing to go a little more complex, look at ftc dashboard It has a few really great features including the ability to live view the camera stream and allowing you to set up variables so you can update them on the fly.
  • Datalogger v8 anyone?
    1 project | /r/FTC | 15 Sep 2022
    This is the change that was needed for FTC Dashboard: https://github.com/acmerobotics/ftc-dashboard/pull/88/commits/e85c0e7134035650d2a6d3d90c2bbf2a882580f4
  • What are your favorite programming resources?
    4 projects | /r/FTC | 14 Sep 2022
    FTCDashboard

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 ftc-dashboard and PhotonFTC you can also consider the following projects:

virtual_robot - A 2D robot simulator to help beginners learn Java programming for FTC Robotics

FtcRobotController

MeepMeepWeb

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

OpenCV_FreightFrenzy_2021-2022 - Some files of how to use OpenCV in ftc. It is a bit more advanced than other stuff on the internet.

FTCLib - Broad FTC library for all things software.

FTC-Sounds - Contains a wiki tutorial on using sounds in FTC programming.

LearnRoadRunner - Learn Road Runner

MeepMeep - Path visualization tool for Road Runner

SkyStone-States - code for Don Cangrejo parte 3

OpenRC-Turbo