-
Notifications
You must be signed in to change notification settings - Fork 8
Profiling Matrix Operations
All operations performed with 10x10 matrices stored in static memory, release build
NOTE: modm matrix operations perform significantly worse during debug build due to copy semantics used that are otherwise optimized during the release build.
NOTE: While CMSIS can handle matrix operations > 10x10, since modm does stack copies of matrices, the embedded system crashes when working with matrix operations that are too large because of stack smashing.
- CMSIS: 64 us
- MODM: 69 us
- CMSIS: 6
- MODM: 22
- CMSIS: 149
- MODM: doesn't have inverse support
- CMSIS: 6
- MODM: 20
Looking for something else or would like to contribute to the wiki?
This wiki is a readonly mirror of our GitLab wiki. We use mermaid diagrams in this wiki, which are not supported in GitHub. We recommend referring to the GitLab wiki for the best experience or if you would like to contribute.
Architecture Design
- Directory Structure
- Build Targets Overview
- Drivers Architecture
- Command Subsystem Framework
- Generated Documentation
Using Taproot
Software Tools
- Docker Overview
- Debugging Safety Information
- Debugging With ST-Link
- Debugging With J-Link
- Git Tutorial
- How to Chip Erase the MCB
RoboMaster Tools
Software Profiling
System Setup Guides
- Windows Setup
- Debian Linux Setup
- Fedora Linux Setup
- macOS Setup
- Docker Container Setup
- (deprecated) Windows WSL Setup
Control System Design Notes
Miscellaneous and Brainstorming
Submit edits to this wiki via the taproot-wiki-review repo.