How to plot pose given by ROBOT_POSE_EKF
UBUNTU 12.04 and Fuerte.
I am currently using robot_pose_ekf package to find the pose of the robot equipped with IMU and odometry data.
The graph which is shown in this page is cool.
http://www.ros.org/wiki/robot_pose_ekf
I want to plot in the same way but I am not able to figure out how the graph was plotted.
I tried using rxplot but I was able to plot positions X and Y of one topic in one plot but not both the topics(with EKF and without EKF) in the same plot...I dont want to have time axis too.
Thanks, Sai