-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow data to be visualized (e.g. joint velocities) (ros-pkg ticket #339) #10
Comments
[jfaust] I need more information -- what are the messages I need to be listening to, on what topics? |
[anonymous] * /mechanism_state [mechanism_control/MechanismState] is what you need to be listening to. To look at the msg: 'rosmsg -s MechanismState' will give you more information |
[sachinc] Sorry, did not login earlier.
is what you need to be listening to. To look at the msg: 'rosmsg -s MechanismState' will give you more information |
[jfaust] I've added per-link axis display, and some joint information. There's also a per-link trail option which will draw a 2 meter trail behind the link as it moves. |
fixup rendering example and resizing
(a) Listen to joint velocity message and have a panel that displays joint velocities and positions along with names of joints
(b) Allow user to specify a link for which cartesian velocities can be displayed
(c) Draw arrows for forces (with length proportional to magnitude of force)
trac data:
The text was updated successfully, but these errors were encountered: