ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi, I am having the same issue. I found that libviso2 is giving the apparently correct delta_transform (in odometer_base.h). However, the output of
tf::Transform delta_base_transform = current_base_to_sensor_ * delta_transform * current_base_to_sensor_.inverse();
is zero, even though the right side of the equation seems valid. Am I not initializing something properly?
Thanks!