Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

distance_based

  • Clone with SSH
  • Clone with HTTPS
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..
    include
    README.md
    distance_based_test.c

    Examples of localization distance-based algorithms

    About

    These examples show how to use algorithms of distance-based localization systems.

    How to run

    Type make all to program your board.

    Note 1

    The data type used can be set in the matrix.h and vector.h files. The user can choose between the float or the double data types. We recommend to set the same data type in the the matrix.h and vector.h files to avoid a data type conflict in the application.

    Note 2

    Set the same data type in the the matrix.h and vector.h files to avoid a data type conflict in the application.