Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

barracuda-localization

Build using docker compose:

docker-compose up -d

Fusing Sensors for the /map frame (map -> odom)

For map -> odom you need an ekf/ukf_localization_node with the node's "world_frame" parameter set to the name of your map frame.

It fuses:

  • All continuous sensor data and algorithm outputs that aren't global pose estimates
    • Yes! This is actually the case! Non-global sensor and algorithm data is used in the global pose Kalman Filter!
  • Global pose estimates, for example...

Fusing Sensors for the /odom frame (odom -> base_link)

For odom -> base_link you need an ekf/ukf_localization_node with the node's "world_frame" parameter set to the name of your odom frame.

It fuses:

  • All continuous sensor data and algorithm outputs that aren't global pose estimates, for example...
    • IMU
    • Visual Odometry

About

Docker container that runs multiple robot_localization nodes configured for barracuda

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages