ros-planning / robot_pose_ekf

robot_pose_ekf package for ROS Melodic and later
282 stars 93 forks source link

ow to estimate velocity from robot_pose_ekf #9

Open Desoky01 opened 4 years ago

Desoky01 commented 4 years ago

I have a differential drive mobile robot. and I am using robot_pose_ekf to estimate the state of the robot [x,y,θ]

How to estimate [v,ω ] the translational and rotational velocities. from robot_pose_ekf output or adding [v,ω ] as an output from robot_pose_ekf [x,y,θ,v,ω] .