Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 464 Bytes

File metadata and controls

9 lines (8 loc) · 464 Bytes

RCFW - Robot Operating System (ROS) Car FirmWare

  • Use DMA wherever possible (UART?), to get better performance,
  • Workout error handlers: real Error_Handler(), HardFault_Handler(), etc.
  • Fix clock configuration issue while debugging (try OpenOCD),
  • Use STM32CubeMX code generator & HAL layer to rework SPI/bluetooth?
  • Add support for embedded MPU-6050 inertial unit? (use case TBD...),
  • Deal with DC motors dead zone (add PWM offset)?
  • Tune up PID values.