Skip to content

A tracking solution designed for dynamic environments with precision via automated mode-switching.

License

Notifications You must be signed in to change notification settings

denv3rr/Tracer-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation









Adaptable.

A tracking solution designed for dynamic environments with precision via automated mode-switching - reliability even in the event of a sensor failure or error.







C++ CMake

Planned Features:

Expand
  • Kalman Filtering: Leverages a few statistical methods for optimal state estimation, ensuring accurate position tracking even in "noisy" conditions.

  • Heat Signature Detection: Integrates thermal data to enhance tracking capabilities, enabling the identification of objects and/or figures based on their heat emissions.

  • Predictive Algorithms: Employ quick prediction techniques to anticipate movements and improve response times in any potential scenarios.

  • Dead Reckoning Failsafe: Maintains tracking integrity when GPS or thermal inputs are compromised, ensuring continuous operation through position estimations.

  • Real-Time and Test Modes: Easily switch between real-time tracking and a comprehensive test mode for simulations and performance evaluations, facilitating robust development and debugging.

  • Building with CMake for modularity and scalability.







Run and Debug

Expand



  1. Clone source code or download the .zip

  2. Build and run (as of 3/17/2025)

    • To build using CMake:

      • Make sure you have CMake (3.10+): https://cmake.org/cmake/download
      • Navigate to Tracer-2\build
      • Run cmake: cmake ..
      • Build: cmake --build .
      • The project should be built.
    • To run from the Debug folder:

      • cd from Tracer-2\build to: Tracer-2\build\Debug
      • Run the test Tracer-2.exe file that you built.






Links









Issues

Expand



If you have any problems with anything, submit an issue to let me know.

Tracer-2 Issues







Contributing

Expand



Contributions welcome.

You can fix this repo and create a pull request with any changes.

Create a new fork







Contact













About

A tracking solution designed for dynamic environments with precision via automated mode-switching.

Resources

License

Stars

Watchers

Forks