Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

senrobo/code-24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robocup Junior Soccer Open Code

GitHub watchers GitHub stars

Directory Structure

├──  include
│  ├──  shared.h
│  ├──  util.h
│  └──  vector.h
├──  src
│  ├──  l3-lidar
│  │  └──  main.cpp
│  ├──  Main-Teensy
│  │  ├──  basic
│  │  │  ├──  ballposition.cpp
│  │  │  ├──  kalman.cpp
│  │  │  ├──  movement.cpp
│  │  │  ├──  pid.cpp
│  │  │  └──  sensorfusion.cpp
│  │  ├──  include
│  │  │  ├──  ballposition.h
│  │  │  ├──  kalman.h
│  │  │  ├──  main.h
│  │  │  ├──  movement.h
│  │  │  ├──  pid.h
│  │  │  └──  sensorfusion.h
│  │  ├──  config.h
│  │  ├──  main.cpp
│  │  └──  subroutines.cpp
│  ├──  Teensy-L3
│  │  └──  main.cpp
│  ├──  util.cpp
│  └──  vector.cpp
├──  .clang-format
├──  .gitignore
├──  platformio.ini
└──  README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •