Skip to content

Mathematical modelling and C-language implementation of pivot calibration algorithm in robotics and tracking systems.

License

Notifications You must be signed in to change notification settings

NiliAbtahi/Pivot-Calibration-Problem-in-Robotics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pivot Calibration Problem in Robotics

Pivot calibration problem aims to find position of a tool tip by rotating a sensor and recording a set of Euclidean transformations between the tool and sensor coordinate systems by a least square problem. See the documentation PDF file in doc folder for more explansion and mathematical formulation of the problem.

Building and testing the code

On Linux or Mac operting systems

  • Download/clone the repository

  • Install cmake and a C compiler

  • Open terminal in the folder containing CMakeList.txt

  • Copy each of following lines, paste it in terminal and then press enter key (for configuring, building and testing the program, respectively)

     cmake -B build cmake --build build ./build/test

On Windows operating system

  • Download/clone the repository

  • Install cmake and mingw

  • Open command prompt (cmd) in the folder containing CMakeList.txt

  • Copy following lines, paste them in cmd and press enter key after each line for configuring, building and testing the code

  • Copy each of following lines, paste it in the cmd and then press enter key (for configuring, building and testing the program, respectively)

     cmake -B build -G "MinGW Makefiles" cmake --build build .\build\test

About

Mathematical modelling and C-language implementation of pivot calibration algorithm in robotics and tracking systems.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published