Skip to content

Robot's pose estimation from wheel encoder, steering angle & gyro. ROS Kinetic & C++ 11

License

Notifications You must be signed in to change notification settings

Robert4000/r001

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Estimate the 2D pose of a robot

Compute 2d pose of the robot based on the wheel encoder, steering wheel angle and imu angular velocity.

Robert Banegas, 2018

Build

Test

  • Execute the following commands on different terminals ( Use Ctrl-Shift-T )

  • Run Ros

    • roscore
  • Run Publisher

    • source ~/rosrover_ws/devel/setup.bash
    • rosrun robot_motion_controller robot_motion_controller
  • Run Subscriber

    • rostopic echo /odom
  • Launch Husky Gazebo

    • roslaunch husky_gazebo husky_empty_world.launch
  • Run Ros Graph

    • rosrun rqt_graph rqt_graph

References

  • ros.org / Kinetic
  • ros.org / Robot_Localization. Fusing multiple sensors' data.
  • openslam.org

Vision

  • Google TensorFlow
  • Nvidia TensorRT
  • Visual Slam

About

Robot's pose estimation from wheel encoder, steering angle & gyro. ROS Kinetic & C++ 11

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published