⚙️
VEX 機器人程式教學
  • VEX程式設計教學
  • 基礎教學
    • PROS韌體
    • 系統架構
    • 馬達控制
    • 加入更多零件
    • 邏輯控制
      • If else
      • for while 迴圈
    • Task 執行緒控制
    • 註解
    • 模組化
      • Function
      • Header檔
      • Class
  • 進階教學
    • git 版本管理
    • 進階c++
      • Enum
      • Pointers
      • Design patterns
    • 自動選擇介面
    • 控制演算法
      • PID
      • Odometry
      • Motion Profile
      • Pure Pursuit
    • 路線生成
      • Catmull Rom curve
    • 模擬器開發
    • What's more?
  • 範例程式
    • 基礎底盤控制
    • 使用PID控制底盤前進
    • 自動選擇介面範例
  • 學習資源
Powered by GitBook
On this page
  • 工具表
  • 架構API文檔
  • 程式和算法教學
  • 程式除錯
Edit on GitHub

學習資源

工具表

  • 路線生成模擬器:https://acezxn.github.io/Pathtracker-online/#/path-follow-simulator

  • 版本管理:https://git-scm.com/

  • VSCode:https://code.visualstudio.com/

架構API文檔

  • https://pros.cs.purdue.edu/v5/api/cpp/index.html

  • https://okapilib.github.io/OkapiLib/md_docs_api_index.html

  • https://api.vexcode.cloud/v5/

程式和算法教學

  • https://wiki.purduesigbots.com/

  • https://pros.cs.purdue.edu/v5/tutorials/index.html

  • https://okapilib.github.io/OkapiLib/md_docs_tutorials_index.html

程式除錯

  • https://www.vexforum.com/

  • https://stackoverflow.com/

Previous自動選擇介面範例

Last updated 2 years ago