Skip to content
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

symbolic base inertial parameter #37

Open
hjumper opened this issue Feb 24, 2021 · 1 comment
Open

symbolic base inertial parameter #37

hjumper opened this issue Feb 24, 2021 · 1 comment

Comments

@hjumper
Copy link

hjumper commented Feb 24, 2021

Hi,i am researching on the symbolic paramter for kinmatic and dynamic in robotic , now i have a problem on symbolic assignment in this toolbox. In the exmaple all values are zero or pi-related except variable joints. When i attempt to assgin symbolic value in the definition and try to get the result of rbt.dyn.baseparms(), i will get the undefined error in the python function which i don't understand. So i'm wondering if it is possible for the symbolic assignment in this toolbox for generation of the base parameter? such as
rbtdef = sympybotics.RobotDef('S2RR1', # robot name
[('-pi/2', 0, 0, 'q'+'-pi/2'),
('-pi/2', 0, 'd', 'q')],# (alpha, a, d, theta)
dh_convention='modified' # either 'standard' or 'modified'
)
rbt = sympybotics.RobotDynCode(rbtdef, verbose=True)
rbt.calc_base_parms()

thanks a lot.

@cdsousa
Copy link
Owner

cdsousa commented Feb 24, 2021

Yes, symbolic values in the DH parameters are not supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants