robotology-legacy / codyco-modules

Whole-body Compliant Dynamical Contacts in Cognitive Humanoids
www.codyco.eu
Other
19 stars 13 forks source link

Visualization tools for CoDyCo Y4 Demo #218

Closed traversaro closed 7 years ago

traversaro commented 7 years ago

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:

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

traversaro commented 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.

traversaro commented 7 years ago

@martalorenzini : https://github.com/robotology-playground/codyco-y4-viz .

traversaro commented 7 years ago

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.

traversaro commented 7 years ago

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.