Closed traversaro closed 7 years ago
As discussed f2f with @martalorenzini, we agreed on pushing the code prepared so far in a separated repository, to avoid polluting codyco-modules
with catkin stuff.
@martalorenzini : https://github.com/robotology-playground/codyco-y4-viz .
Little design documented updated in https://github.com/robotology/codyco-modules/issues/218#issue-202756368 , @MartaLorenzini feel free to add whatever you seem more fit.
As discussed f2f , all the visualization code will be moved to https://github.com/robotology-playground/human-dynamics-estimation . I think we can then close the issue here and move them there.
The idea is to have a visualizer for the realtime estimates of joint position, joint torques and external force-torques for both the iCub robot and the humans involved in the Y4 Demo.
The visualization tool used will be RViz (http://wiki.ros.org/rviz).
The estimation results will be published on ROS topics by something (the estimation architecture needs to be defined), using the following ROS types:
effort
),The following RViz plugin will be used for visualization:
The ROS topics will be pubblished by the estimation part using the ROS/YARP integration documented in http://www.yarp.it/yarp_with_ros.html , to make sure that the estimation part does not depend in any way on ROS and can be run easily in Windows/macOS/Linux .
cc @martalorenzini @diegoferigo