Page 1 of 1

Joint load

Posted: Thu Oct 27, 2022 5:55 am
by afh
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

Re: Joint load

Posted: Thu Oct 27, 2022 1:49 pm
by tgeijten
It should work -- which version of SCONE are you using?

Re: Joint load

Posted: Fri Oct 28, 2022 1:53 am
by afh
The version is 2.0.6.2429

Re: Joint load

Posted: Fri Oct 28, 2022 3:08 am
by tgeijten
My apologies, this functionality will not be publically available until the upcoming release (2.1.0).