Frequency of fovis_ros
Hi,
I'm trying to use fovis_ros
package to get visual odometry (using asus xtion pro live). I run across a problem of its low frequency of published odometry messages. If there are just openni2_launch and fovis_ros nodes running, the frequency of the published odometry is around 2Hz, if I run also all other necessary nodes of my robot the frequency is even lower, around 1Hz. Using this odometry in my navigation stack is useless (I'm not 100% sure it's because of the frequency, it's only my guess, but it's definitely because of the fovis_ros
package ).
There are some questions on this topic here but they are quite out dated and not solved, so I'd like to ask if anybody here solved this problem or are there any newer or better possibilities to get visual odometry. I'm currently trying to use ccny_rgbd
, but I haven't make it run so far.