--
You received this message because you are subscribed to the Google Groups "Robotics & Machine Vision Toolboxes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotics-tool-...@googlegroups.com.
To post to this group, send email to robotics...@googlegroups.com.
Visit this group at https://groups.google.com/group/robotics-tool-box.
For more options, visit https://groups.google.com/d/optout.
Hello,
a while ago I wrote something for RTB based on the CodeGenerator, but it follows a non-standard approach, is not very memory efficient and far away from mature or even properly tested. So yeah, no support for this in RTB.
If you wish to use something that uses state of the art techniques and has some degree of maturity, I would recommend Open Symoro or iDynTree.
https://github.com/symoro/symoro (Python)
http://wiki.icub.org/codyco/dox/html/idyntree/html/ (C++ / Python)
For reading on that topic I suggest:
SOUSA, Cristóvão Jorge Silva Duarte. Dynamic model identification of robot manipulators: Solving the physical feasibility problem. 2015
Link: https://estudogeral.sib.uc.pt/bitstream/10316/27082/1/Robot%20manipulators.pdf
Good luck.
Jörn
Am 25.07.2016 um 13:00 schrieb Peter Corke:
There is no support for this. The form of the dynamics is linear only when the inertia is about the link frame, not the CoG as used in the Toolbox. You can use parallel-axis theorem to transform your link inertial parameters to the CoG. You will also find that many of the parameters are linearly dependent and they cannot be uniquely determined.--
On Monday, July 25, 2016 at 7:35:20 AM UTC+10, Jon Terry wrote:Hello,
Does the robotics toolbox have any functions for dynamic parameter identification? The form I'm looking at (from the Springer Robotics textbook by Siciliano) is torque = Y*pi, where pi is a parameter vector and Y is everything else.
Thanks.
You received this message because you are subscribed to the Google Groups "Robotics & Machine Vision Toolboxes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotics-tool-box+unsubscribe@googlegroups.com.
To post to this group, send email to robotics-tool-box@googlegroups.com.
Note that you can generate the symbolic equations of motion using RTB, just make the parameters symbolic not numeric (can't handle Coulomb friction), then rne() will return big complex expressions that you can manipulate as you see fit.
On Monday, 25 July 2016 21:19:38 UTC+10, Joern Malzahn wrote:
Hello,
a while ago I wrote something for RTB based on the CodeGenerator, but it follows a non-standard approach, is not very memory efficient and far away from mature or even properly tested. So yeah, no support for this in RTB.
If you wish to use something that uses state of the art techniques and has some degree of maturity, I would recommend Open Symoro or iDynTree.
https://github.com/symoro/symoro (Python)
http://wiki.icub.org/codyco/dox/html/idyntree/html/ (C++ / Python)
For reading on that topic I suggest:
SOUSA, Cristóvão Jorge Silva Duarte. Dynamic model identification of robot manipulators: Solving the physical feasibility problem. 2015
Link: https://estudogeral.sib.uc.pt/bitstream/10316/27082/1/Robot%20manipulators.pdf
Good luck.
Jörn
Am 25.07.2016 um 13:00 schrieb Peter Corke:
There is no support for this. The form of the dynamics is linear only when the inertia is about the link frame, not the CoG as used in the Toolbox. You can use parallel-axis theorem to transform your link inertial parameters to the CoG. You will also find that many of the parameters are linearly dependent and they cannot be uniquely determined.--
On Monday, July 25, 2016 at 7:35:20 AM UTC+10, Jon Terry wrote:Hello,
Does the robotics toolbox have any functions for dynamic parameter identification? The form I'm looking at (from the Springer Robotics textbook by Siciliano) is torque = Y*pi, where pi is a parameter vector and Y is everything else.
Thanks.
You received this message because you are subscribed to the Google Groups "Robotics & Machine Vision Toolboxes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotics-tool-...@googlegroups.com.
To post to this group, send email to robotics...@googlegroups.com.