You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
URDF -> RigidBodyDynamics.jl -> Symbolics.jl motion equations. URDF has fixed values for masses, etc.. and these need to be replaced by symbolic variables. It would be nice to have a function that does that programatically.
Create a function that takes a RigidBodyDynamics body parametrized by numbers and returns one with Symbolics.jl symbol parameters (useful for 3.)
Create a function that takes a RigidBodyDynamics body parametrized by Sumbolics.jl symbols and assignment of symbols to value and returns one with the values (useful for 4.)
These will be showcased in the following examples:
Double pendulum:
Create body with RigidBodyDynamics
Dynamical system of free robot (showcases 2.)
Dynamical system with arbitrary disturbance (showcases 5.)
Dynamical system with semi-spherical foot contact point (showcases 6.)
Our robot:
Create body with RigidBodyDynamics
Export to URDF (showcases 4.)
Dynamical system of free robot (showcases 2.)
Dynamical system with semi-spherical foot contact point (showcases 6.)
Atlas robot:
Import Atlas robot from its URDF with RigidBodyDynamics.parse_urdf (done by AtlasRobot.jl) (showcases 1.)
Dynamical system of free robot (showcases 3.)
The text was updated successfully, but these errors were encountered:
We would like to have examples showing how to
RigidBodyDynamics.parse_urdf
)RigidBodyDynamics.write_urdf
)externalwrenches
vsexternal_torques
)We could add the following utilities in the code:
These will be showcased in the following examples:
Double pendulum:
Our robot:
Atlas robot:
RigidBodyDynamics.parse_urdf
(done by AtlasRobot.jl) (showcases 1.)The text was updated successfully, but these errors were encountered: