Project

General

Profile

Revision 913

Odometry works but the precision is awful. Angles are measured fairly accurately, but distance readings are consistently lower then expected.

View differences:

Makefile
155 155
PRINTF_LIB_FLOAT = -Wl,-u,vfprintf -lprintf_flt
156 156

  
157 157
# If this is left blank, then it will use the Standard printf version.
158
PRINTF_LIB = 
158
#PRINTF_LIB = 
159 159
#PRINTF_LIB = $(PRINTF_LIB_MIN)
160
#PRINTF_LIB = $(PRINTF_LIB_FLOAT)
160
PRINTF_LIB = $(PRINTF_LIB_FLOAT)
161 161

  
162 162

  
163 163
# Minimalistic scanf version

Also available in: Unified diff