ecto_corrector contains Ecto (http://ecto.willowgarage.com/) bindings for the pose_corrector ROS package (http://www.ros.org/wiki/pose_corrector). The main purpose of ecto_corrector is to provide pose refinement functionality when matching a 3D mesh model into range data.
ecto_corrector currently requires the following ROS packages to be installed and in your ROS_PACKAGE_PATH:
- pose_corrector
- sensor_msgs
- geometry_msgs
- tabletop_object_detector
You must also have ecto (https://github.com/plasmodic/ecto) and ecto_pcl (https://github.com/plasmodic/ecto_pcl). The recommended method for getting these dependencies is through ecto_kitchen (https://github.com/plasmodic/ecto_kitchen).
As with other ecto Python scripts, make sure you have your PYTHONPATH set up properly. Use the python_path.sh script in ecto_corrector/build as well as the python_path.sh scripts for other required ecto packages prior to running the script.