Skip to content
View teruyamato0731's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report teruyamato0731

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
teruyamato0731/README.md

👋 Hey! Nice to see you.

GitHub User's stars GitHub followers Twitter Follow

Welcome to my profile! I'm a Software, Embedded, Frontend, Backend engineer from Japan 🇯🇵, a student at OMUCT, a member of the robotics club.

🛠 Languages
  • C/C++
  • Nim
  • Rust
  • bash
  • PHP
  • SQL
  • Python
  • HTML/CSS/Sass
  • JavaScript/TypeScript
  • Markdown
🤖 Technologies
  • ROS/ROS2
  • Arduino/Mbed
  • STM32 HAL
  • Git/GitHub
  • GitHub Actions
  • Docker
  • VS Code (Platform IO, devcontainer, etc...)
  • Linux (Ubuntu, etc...)
  • Node.js
  • React/Next.js
  • KiCAD

Pinned Loading

  1. Chassis Chassis Public

    Chassisはロボコンでの足回り制御を行うためのC++ライブラリである。 ロボコン用足回りのモータ出力計算と自己位置推定による自動制御をサポートする。

    C++ 8

  2. dev_humble dev_humble Public template

    Ubuntu向けのROS2 humble用dev container開発環境。X11をマウントしてGUIアプリの使用ができるようにしている。

    Dockerfile

  3. advanced-pid-rs advanced-pid-rs Public

    An advanced PID control library implemented in Rust.

    Rust 1

  4. pid-simulation pid-simulation Public

    Jupyter Notebook

  5. pio-template pio-template Public template

    C++

  6. C++のヘッダオンリーライブラリ 不完全微分を使用した速度型PID制御器 C++のヘッダオンリーライブラリ 不完全微分を使用した速度型PID制御器
    1
    #ifndef VEL_PID_HPP
    2
    #define VEL_PID_HPP
    3
    /// @file
    4
    /// @brief Provides the VelPid class for velocity PID control.
    5
    /// @copyright Copyright (c) 2024 Yoshikawa Teru