Position the camera better so that the scaled volume is actually visible

This commit is contained in:
2025-01-08 22:57:06 +01:00
parent d3b88aed30
commit c5b8b6cff0
4 changed files with 16 additions and 16 deletions

View File

@@ -54,8 +54,8 @@ void getSpeed(std::vector<float>& speedData, int idx = 0) {
int main() {
std::vector<float> data;
getTemperature(data);
// getSpeed(data);
// getTemperature(data);
getSpeed(data);
std::cout << "DATA size: " << data.size() << std::endl;