diff --git a/README.md b/README.md index 21f0e16..7485efd 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,10 @@ $$ All of the primitives (both quaternion and MRP) can be visualized in [MeshCat](https://github.com/rdeits/MeshCat.jl). Below is an example of visualization for a cone: ```julia -import DCOL as dc +import DifferentiableCollisions as dc import MeshCat as mc +using StaticArrays +using LinearAlgebra vis = mc.Visualizer() mc.open(vis)