Giter Site home page Giter Site logo

gnss_imu_odom_eskf's Introduction

gnss_imu_odom_ESKF

gnss imu odometry sensor fusion localization by ESKF(output NED pose)

  • gnss imu sensor fusion localization by ESKF
  • gnss imu odometry sensor fusion localization by ESKF

Environment

OS : Ubuntu MATE with Raspberry pi4(8GB)
ROS : noetic

Input Output(IO)

Input

  • nmea messages /nmea_sentence(nmea_msgs/Sentence)
  • gps messages /fix(sensor_msgs/NavSatFix)
  • imu messages /imu/data(sensor_msgs/Imu)
  • odom messages /odom(geometry_msgs/Pose)

Output

  • estimatid_pose messages /estimatid_pose(geometry_msgs/Pose)
  • estimatid_path messages /estimatid_path(nav_msgs/Path)

Software architecture

  • gps trajectory plotter gps_plotter

  • imu gnss sensor fusion eskf_localization3

  • odom imu gnss sensor fusion eskf_localization5

nmea_navsat_driver

STEP1 Install nmea_msgs

cd catkin_ws/
cd src/
git clone https://github.com/ros-drivers/nmea_msgs
catkin_make
source ~/catkin_ws/devel/setup.bash

STEP2 Install nmea_navsat_driver

cd catkin_ws/
cd src/
git clone https://github.com/ros-drivers/nmea_navsat_driver
catkin_make
source ~/catkin_ws/devel/setup.bash

STEP3 Install rosbag file

https://epan-utbm.github.io/utbm_robocar_dataset/

utbm_robocar_dataset_20190131_noimage.bag (1.5 GB)

2019-01-31 (Fri, snow) 08:54-09:10 (15'59") 1 ร— Velodyne / ibeo / SICK / IMU / GPS / Bumblebee XB3 / fisheye

STEP4 rosbag play

Terminal1

cd catkin_ws/
source ~/catkin_ws/devel/setup.bash
roslaunch gnss_imu_odom_ESKF eskf_localization.launch

Terminal 2

rosbag play --clock Downloads/utbm_robocar_dataset_20190131_noimage.bag

Terminal3

cd catkin_ws/
source ~/catkin_ws/devel/setup.bash
rostopic echo /nmea_sentence

Terminal4

cd catkin_ws/
source ~/catkin_ws/devel/setup.bash
rostopic echo /fix

gps_trajectory_plotter

cd catkin_ws/
source ~/catkin_ws/devel/setup.bash
roslaunch gnss_imu_odom_ESKF gps_trajectory_plotter.launch 

result in rviz

Screenshot at 2022-09-04 19-30-24

eskf_localization

gnss imu sensor fusion

  • gnss imu sensor fusion localization by ESKF
cd catkin_ws/
source ~/catkin_ws/devel/setup.bash
roslaunch gnss_imu_odom_ESKF imu_gnss_eskf_localization.launch

result in rviz

  • the green path is made by raw GPS
  • the blue path is made by ESKF

Screenshot at 2022-09-04 23-22-30

gnss imu odom sensor fusion

  • gnss imu odom sensor fusion localization by ESKF
cd catkin_ws/
source ~/catkin_ws/devel/setup.bash
roslaunch gnss_imu_odom_ESKF odom_imu_gnss_eskf_localization.launch

result in rviz

  • the green path is made by raw GPS
  • the red path is made by raw Odometry
  • the blue path is made by ESKF

Screenshot at 2022-09-06 23-43-02

problem section with outlier

Todo outlier fix Screenshot at 2022-09-06 23-41-53

Tsukuba Challenge Environment

STEP1

roslaunch gnss_imu_odom_ESKF gnss_convert_path.launch 

STEP2

roslaunch gnss_imu_odom_ESKF gnss_path_publish.launch

Screenshot at 2022-10-11 22-11-29

gnss_imu_odom_eskf's People

Contributors

ramune6110 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.