Skip to content

RAVEN-GP/raven-embedded-control

 
 

Repository files navigation

RAVEN - Embedded Control ("The Spinal Cord")

Raven Embedded Status

The Embedded Control firmware runs on the STM32 Nucleo board. It provides low-level hardware abstraction, real-time motor control, and safety features.

📚 Documentation

Full Technical Documentation: bosch-future-mobility-challenge-documentation.readthedocs-hosted.com


🚀 Key Features

Task ID Feature Name Description
[003a] Speed PID Controller Closed-loop velocity control using IMU feedback and dynamic gain tuning.
[003b] Steering & MPC Servo control with anti-jitter and Model Predictive Control command support.
[004a] Message Lexer Efficient parsing of incoming serial packets (e.g., #SPEED:15.5;;).
[004b] Command Parser Routes parsed commands to appropriate subsystems (Motors, Sensors).
[004c] Dead Man's Switch Safety watchdog that stops the car if the Brain disconnects (>500ms).

🛠️ Usage

Flashing

Use Mbed Studio or CLI to compile and flash:

mbed compile -t GCC_ARM -m NUCLEO_F401RE --flash

Serial Commands

Connect via USB (Baud: 115200) to send manual commands:

  • #SPEED:20.0;; (Set speed to 20 cm/s)
  • #STEER:15.0;; (Set steer angle to 15 deg)
  • #BRAKE:1;; (Emergency Stop)

About

The project includes the software already present on the Embedded platform (nucleo board). It describes all the low level software for controlling the speed and steering of the car.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 98.9%
  • Other 1.1%