You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Implement PoC with [Qt6 Graphs](https://doc.qt.io/qt-6/qtgraphs-index.html)
22
-
- Record and replay ([reference](https://github.com/basis-robotics/basis/tree/main/cpp/recorder))
23
-
- Define behaviour for `experimental` flag in `declare_module` and implement it
24
-
25
-
## Jan 2025
26
-
27
-
- CANOpen support
28
-
- Teleop controller
29
21
30
22
## Generalise IPC API
31
23
@@ -79,8 +71,12 @@
79
71
-`reinterpret_cast<uintptr_t>` from `const T*` and then modifying it later is undefined behaviour. Fix `probe::PinConfig::pin`. Consider `std::start_lifetime_as` instead.
80
72
- replace `grape::realtime::SystemError` with `std::errc`
81
73
82
-
## 3D visualisation
74
+
## Visualisation
83
75
76
+
- Record and replay ([reference](https://github.com/basis-robotics/basis/tree/main/cpp/recorder))
77
+
- plot
78
+
- Generic plotting API and `plottable`concept
79
+
- Implement PoC with [Qt6 Graphs](https://doc.qt.io/qt-6/qtgraphs-index.html)
84
80
- Study
85
81
-[2D Game Engine](https://pikuma.com/courses/cpp-2d-game-engine-development)
86
82
-[Vulkan in 30 minutes](https://renderdoc.org/vulkan-in-30-minutes.html)
0 commit comments