[pybullet, slidebar] How to keep the values of the sliders consistent with the actions of the manipulator? #4042
borninfreedom
started this conversation in
Ideas
Replies: 1 comment
-
It is not supported to programmatically set the value of a slider bar at the moment. It would require modifying the C++ code. If I find time, I'll have a look implementing this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now I can add a slider through the addUserDebugParameter API or set the initial value of the slider. Now I want to control the movement of the manipulator through other methods, and then keep the value of the slider consistent with the movement of the manipulator. What should I do?
Beta Was this translation helpful? Give feedback.
All reactions