Skip to content

Commit

Permalink
Merge pull request #10 from adubredu/adubredu-patch-1
Browse files Browse the repository at this point in the history
small fixes to README example
  • Loading branch information
kevin-tracy authored Sep 11, 2023
2 parents de7031b + db4a85f commit 6f3bff7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

2 comments on commit 6f3bff7

@kevin-tracy
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Version 0.1.4 already exists

Please sign in to comment.