-
Notifications
You must be signed in to change notification settings - Fork 504
Forward dynamics for EROBOT class is giving errors #255
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
Comments
This function still gives error after defining the world coordinate frame and rne function throws error as follow. The ELINKS are defined and inertia values are valid. However, still the error. I believe it has something to do with the way links and joints are numbered/indexed.
|
I got a quick fix by making some modifications in the EROBOT.py -> rne funtion.
|
This is related to #236, work in progress. |
Progress on this will be reported in #236 |
Check here first
Common issues
Describe the bug
Forward kinematics calculation for ERobot class raises error for rne and gravload calculations. The urdf is defined with inertial tags however, Error is not easy to understand.
Version information
Did you install from PyPI or GitHub?
Github
Robotics Toolbox depends heavily on two other packages: Swift (3D graphics) and SpatialMath toolbox (underpinning maths utilities). If you think your issue is related to these, then please answer the questions above for them.
To Reproduce
Steps to reproduce the behavior:
Output is as follow:
Expected behavior
It should be able to give the rne and gravload values.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: