You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am using meshcat from c++ and this is really a nice tool.
I try to use the set_control and set_control_value api, but I have an issue with callbacks : the callback (only console.log('test value='+value); at the monent is called when set_control is issued, but not when I call set_control_value (BTW the value is correctly set), and also is it not called when I move the slider as a user.
Am I missing something ? thanks
(of course the next step would be to send back a message to the calling C++ code when a slider is modified)
The text was updated successfully, but these errors were encountered:
Hello, I am using meshcat from c++ and this is really a nice tool.
I try to use the set_control and set_control_value api, but I have an issue with callbacks : the callback (only
console.log('test value='+value);
at the monent is called when set_control is issued, but not when I call set_control_value (BTW the value is correctly set), and also is it not called when I move the slider as a user.Am I missing something ? thanks
(of course the next step would be to send back a message to the calling C++ code when a slider is modified)
The text was updated successfully, but these errors were encountered: