RigidBodyDynamics.jl icon indicating copy to clipboard operation
RigidBodyDynamics.jl copied to clipboard

Julia implementation of various rigid body dynamics and kinematics algorithms

Results 47 RigidBodyDynamics.jl issues
Sort by recently updated
recently updated
newest added

I was trying to access the RigidBody method ```frame_definitions(body)``` after importing the RigidBodyDynamics library, but I was getting an Undefined Variable Error every time. However, ```default_frame(body)```, another method in that...

Hey there, I am trying to use Flux models as torque controllers and eventually backpropagate from some sort of loss to the parameters of those models but it seems that...

As of the latest version, the example is broken. https://github.com/JuliaRobotics/RigidBodyDynamics.jl/blob/master/examples/6.%20Symbolics%20using%20SymPy/6.%20Symbolics%20using%20SymPy.jl Using version 2.2.0 works. The issue is that Quaternion does not support type Sym. I can update later with more...

See https://github.com/JuliaGeometry/Rotations.jl/pull/201, from the latest Rotations.jl release https://github.com/JuliaGeometry/Rotations.jl/releases/tag/v1.1.0

Adds a new composite type called `WrenchesCache`, following the discussion in #615.

Hi there, I've been using this library for some simulations the last month or two and have been very happy so far. I have a slight issue when working with...

hi all, I'm new to robotics and was wondering if anybody has thoughts on Position Based Dynamics methods: https://matthias-research.github.io/pages/publications/smallsteps.pdf. They seem to be able to account for constraints in a...

Are spring connections supported? If not, that would be a nice addition. Their action would simply result in a force proportional to the relative displacement of two points. Thanks!

Hi, I came across a strange issue. If I connect a body who's moment of inertia is not expressed at it's center of mass using a `QuaternionFloating` joint the inverse...

I would find it useful to have type restrictions reflected in the method signatures shown in the documentation. When I read ```julia attach!(mechanism, predecessor, successor, joint; joint_pose, successor_pose) ``` I'm...