Link movement with respect to motion sensor data
Ältere Kommentare anzeigen
I am trying to simulate a chain of links links from the motion sensor data that is generated realtime. The generated data is in the format of Euler angles. I would like to visualise the link motion in matlab using the relevant toolbox (I assume robotic toolbox helps). But I am not sure where to knock. If someone can guide me how to approach the problem, or rather, where to look for similar problems, it would be very helpful. Thanks in advance.
2 Kommentare
Sandip Kumar
am 16 Dez. 2021
Can you please describe the problem with some sample data?
Ajay Raj K
am 20 Dez. 2021
Antworten (1)
Karsh Tharyani
am 24 Mär. 2023
1 Stimme
Hi Ajay,
You can model the leg as a rigidBodyTree. Given this is a serial linkage, with a configuration vector representing the joint position angles, you can simply call the show function on the rigidBodyTree to visualize the positions of the linkages.
Here are is a reference page in our Documentation which should help you get started:
- https://www.mathworks.com/help/robotics/ug/build-a-robot-step-by-step.html
- To add visual geometries to your rigid body tree refer to the addVisual function https://www.mathworks.com/help/robotics/ref/rigidbody.addvisual.html?s_tid=doc_ta
I hope this helps.
Best,
Karsh
Kategorien
Mehr zu Network Connection and Exploration finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


