Skip to content

Implementation of Visual Slam in Webots, based on the book "Visual SLAM: From Theory to Practice"

Notifications You must be signed in to change notification settings

ManuelZ/Visual-Slam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Summary

Most of the code in this repo comes from the slambook2 repo, which holds the codebase for the The SLAM book.

What I'm doing is going through all the book and using the code to implement Visual Slam using the Webots simulator.

To compile a Webots controller

Change directory into a folder named build, inside the controller directory:

cd controllers/first_controller/build

Run:

export WEBOTS_HOME=/usr/local/webots
cmake .. -G "Unix Makefiles" && make

About

Implementation of Visual Slam in Webots, based on the book "Visual SLAM: From Theory to Practice"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published