author + value + cmake

This commit is contained in:
acki
2026-03-04 17:44:37 +01:00
parent b407c150bd
commit a81ee3e065
5 changed files with 8 additions and 4 deletions

View File

@@ -82,3 +82,7 @@ target_link_libraries(${CMAKE_PROJECT_NAME}
# Add user defined libraries
)
target_link_options(${CMAKE_PROJECT_NAME} PRIVATE
-Wl,-u,_printf_float
)

View File

@@ -2,7 +2,7 @@
* commSTM.h
*
* Created on: May 13, 2025
* Author: maxch
* Author: Modelec
*/
#ifndef INC_COMMSTM_H_

View File

@@ -20,7 +20,7 @@
#define ENCODER_RES 2400.0f
#define WHEEL_DIAMETER 0.081f
#define WHEEL_RADIUS (WHEEL_DIAMETER/2.0f)
#define WHEEL_BASE 0.29c f
#define WHEEL_BASE 0.29f
#define WHEEL_BASE_2 (WHEEL_BASE/2.0f)
#define V_MAX 0.643f // m/s

View File

@@ -2,7 +2,7 @@
* CommCallbacks.cpp
*
* Created on: May 25, 2025
* Author: maxch
* Author: Modelec
*/

View File

@@ -2,7 +2,7 @@
* commSTM.c
*
* Created on: May 13, 2025
* Author: maxch
* Author: Modelec
*/
#include "CommCallbacks.h"