Contains a node which can be used to take the hand through a series of movements (perfect for tuning controllers for example).
This package reads a specified bitmap and send targets by replaying the drawn movement.
It also receives an input topic and calculates the MSE for each cycle of the bitmap plot. The MSE is output to ROS_INFO and published in the topic mse_out.
For example, using a hand drawn png file will send targets between the specified min and max values on a (very) rough sinusoid. The black dot on each row represents the percentage between min and max. The top of the graph is 100% (=max), the bottom is 0% (=min)
You can start the node by:
Publishes /sr_movements/targets with the targets values.
Publishes /sr_movements/mse_out with the calculated MSE values.
Subscribe to /sr_movements/inputs to receive the data to calculate MSE.