Closed tqmthong closed 2 years ago
https://github.com/LeeTaekLim/senseglove_ros_ws Here's the visualization. Please see "visualize" branch.
This issue will be resolved in #8. If you'd like you can review the code yourself as well and comment on whether or not changes are necessary or if this PR breaks your own code.
Hi sense glove developers, @Deakensbubbles, we're trying to make use of the information that the glove can bring to us in our research by testing the command
roslaunch senseglove_launch senseglove_demo.launch
.The first thing we need to know about is a detailed explanation/documentation on the parameters shown when echoing
/senseglove/0/rh/joint_states
and/senseglove/0/rh/senseglove_states
topics, which are shown in these capture:The second thing to be mentioned is the visualization capability of the hand on rviz. From what we've traced, the
senseglove_demo.launch
indirectly triggershardware.launch
later and a sequential launchers. Withinhardware.launch
, we observe the use of urdf files and various 3D virtual images of the glove's components. Example of one of the components that we've discovered: However, when we try to see them on rviz, it seems not to work at all: Hence, we're wondering whether do the team have the intention for creating a 3D visualization of a glove or not and if you do, please provide us with an in-depth guide on setting it up properly.Regards,