ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Yes, those parameters can be set through rosparam, you'll have to replace hyphens with underscores though (see http://wiki.ros.org/fovis_ros#Parameters).
I havn't played much with parameter settings. My first guess to get a higher rate would be:
feature_window_size
(could lead to false matches)use_subpixel_refinement
to 0 (could lead to worse estimates)max_pyramid_level
(could lead to less features)It is difficult to tune so many parameters at once. I would suggest you try different sets of parameters and compare the output.