robotology-legacy / codyco-superbuild

Software repository for FP7 project CoDyCo - Whole-body Compliant Dynamical Contacts in Cognitive Humanoids - http://www.codyco.eu
13 stars 17 forks source link

Visualization tools useful for balancing #20

Closed serena-ivaldi closed 6 years ago

serena-ivaldi commented 10 years ago

We need some graphical visualization tools for balancing experiments.

For example:

Should we integrate those tools in the iCub_GUI? Or make new tools? Or use matlab?

francesco-romano commented 10 years ago

I think the fastest solution (waiting for better tools) is to use simulink.

You can use the blocks in the wbi toolbox (such as COM, robot state, etc) or use the yarp read block to read “generic” data from the controller and then plot them in the scope or same them to the workspace for later analysis.

traversaro commented 10 years ago

cc: @rlober @darwinlau @azadm @arocchi .

serena-ivaldi commented 10 years ago

aren't there tools in ROS that we can re-use?

EnricoMingo commented 10 years ago

rviz + robot_state_publisher + you have to write a node that publish other extra information such as COM etc... I did a robot_state_publisher_ext for such information but actually is in our private gitlab.

randaz81 commented 10 years ago

Uhm, If you just need to draw arrows, text and coulored markers, everything is already available in icub_gui... there is also an example in contrib which displays the com sending its coords to the gui through a port, do you remember? you can extend that code, its extremely simple! Il 02/ago/2014 09:47 "EnricoMingo" notifications@github.com ha scritto:

rviz + robot_state_publisher + you have to write a node that publish other extra information such as COM etc... I did a robot_state_publisher_ext for such information but actually is in our private gitlab.

— Reply to this email directly or view it on GitHub https://github.com/robotology/codyco-superbuild/issues/20#issuecomment-50956833 .

DanielePucci commented 10 years ago

I would go for Simulink, as francesco said.

EnricoMingo commented 10 years ago

Sorry I replied but can not see my message. I suggest RVIZ + robot_state_publisher. For the CoM you need someone that publish for you this information in tf, I have done a robot_state_publisher_ext that publish such information. Best,

Erico

2014-08-02 14:55 GMT+02:00 Daniele notifications@github.com:

I would go for Simulink, as francesco said.

— Reply to this email directly or view it on GitHub https://github.com/robotology/codyco-superbuild/issues/20#issuecomment-50962136 .

Ing. Mingo Enrico Hoffman Istituto Italiano di Tecnologia, Genova

traversaro commented 6 years ago

rviz and (to a much lesser extent) iDynTree visualizer are currently being used for visualization. Other useful software for robotics visualization are:

Closing as this issue stopped being useful for brainstorming several years ago.