Skip to content

This warehouse is used to integrate nine-axis IMU and wheel ohmmeter data in ros2 humble, the parameters of which I adjusted by myself after many experiments.

License

Notifications You must be signed in to change notification settings

Y250HT/Robot_localization

Repository files navigation

Robot_localization

This warehouse is used to integrate nine-axis IMU and wheel ohmmeter data in ros2 humble, the parameters of which I adjusted by myself after many experiments.

Requirement

You'll first need a wheeled odometer (odom1) and a nine-axis IMU from either Magic Technologies or Alpriz Energy. The driver code is wrong in Humble, but I've corrected it in my other warehouses, and it's called imu/data_raw.

HOW TO BUILD

$ colcon build

HOW TO USE

STEP1:START YOUR ODOM1

$ . install/setup.bash
$ ros2 run micro_ros_agent micro_ros_agent udp4 --port 8888 -v6

OR

$ . install/setup.bash
$ ros2 run micro_ros_agent micro_ros_agent serial -b 115200 --dev /dev/ttyACM0 -v6

STEP2:START YOUR IMU

$ . install/setup.bash
$ ros2 launch gnss_imu_sim imu_driver_launch.py

STEP3:START LOCALIZATION

$ . install/setup.bash
$ ros2 launch robot_localization ekf.launch.py

About

This warehouse is used to integrate nine-axis IMU and wheel ohmmeter data in ros2 humble, the parameters of which I adjusted by myself after many experiments.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published