Joint load
Posted: Thu Oct 27, 2022 5:55 am
Hello,
How can I access the load of a joint from lua script?
I created a lua joint doing lua_joint = model:find_joint("jointname")
Then I tried to access to the load doing
joint_load = lua_joint:load() but I have the error message "attempt to call a nil value (method 'load')"
I would appreciate any help about it
Best regards
Andres
How can I access the load of a joint from lua script?
I created a lua joint doing lua_joint = model:find_joint("jointname")
Then I tried to access to the load doing
joint_load = lua_joint:load() but I have the error message "attempt to call a nil value (method 'load')"
I would appreciate any help about it
Best regards
Andres