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

3D Visualization of mechanisms and URDFs using MeshCat.jl and RigidBodyDynamics.jl

Results 4 MeshCatMechanisms.jl issues
Sort by recently updated
recently updated
newest added

Hi, Ive been trying to follow the example at https://github.com/JuliaRobotics/MeshCatMechanisms.jl/blob/master/examples/demo.ipynb but the animations don't work. The error message is below. Tested on a Mac, in IJulia, running Julia 1.7.2 If...

When running the examples: ```julia julia> animation = Animation(mvis, t, q) ``` ``` ERROR: type QuatRotation has no field x Stacktrace: [1] getproperty @ ./Base.jl:42 [inlined] [2] js_quaternion(q::Rotations.QuatRotation{Float64}) @ MeshCat...

Accidentally trying to animate a trajectory of thousands or tens of thousands of seconds takes locks up both Julia and the viewer, as we end up producing an incredible number...

https://github.com/rdeits/MeshCatMechanisms.jl/pull/3#discussion_r171152687