Skip to content

goromal/pyceres_factors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyceres_factors

example workflow

Python wrappers for custom Ceres Solver factors in the ceres-factors library.

Some explanations and illustrative examples are available in my public-facing subset of notes on optimization libraries.

Building / Installing

This library is built with CMake. Most recently tested with the following dependencies:

mkdir build
cd build
cmake ..
make # or make install

Pytest unit tests are present in the tests/ folder.

About

Python wrappers for custom Ceres Solver factors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published