srv / fovis

ROS wrapper for fovis, a visual odometry library
23 stars 21 forks source link

Fix frame_id in the pose message #15

Closed daniel-serrano closed 9 years ago

daniel-serrano commented 9 years ago

Hi,

The pose message which describes the robot's current pose is refering to the base_link instead of the odom_frame. I believe the frame_id of this message should refer to the world fixed frame (odom). After changing line 123 in the file odometer_base.hpp from base_link_frameid to odom_frameid everything seems to work.

Thanks! Daniel