File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,18 @@ DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
7
7
FiniteDiff = " 6a86dc24-6348-571c-b903-95158fe2bd41"
8
8
ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
9
9
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
10
- MathOptInterface = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
11
10
RobotDynamics = " 38ceca67-d8d3-44e8-9852-78a5596522e1"
12
11
RobotZoo = " 74be38bb-dcc2-4b9e-baf3-d6373cd95f10"
13
12
Rotations = " 6038ab10-8711-5258-84ad-4b1120ba62dc"
14
13
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
15
14
StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
16
- UnsafeArrays = " c4a57d5a-5b31-53a6-b365-19f8c011fbd6"
17
15
18
16
[compat ]
19
17
DocStringExtensions = " 0.8"
20
18
FiniteDiff = " 2"
21
19
ForwardDiff = " 0.10"
22
- # MathOptInterface = "0.9"
23
20
RobotDynamics = " 0.4.3"
24
21
RobotZoo = " 0.3"
25
22
Rotations = " ~1.0"
26
23
StaticArrays = " 1"
27
- # UnsafeArrays = "1"
28
24
julia = " 1"
Original file line number Diff line number Diff line change @@ -6,11 +6,8 @@ using LinearAlgebra
6
6
using DocStringExtensions
7
7
using ForwardDiff
8
8
using FiniteDiff
9
- using UnsafeArrays
10
9
using SparseArrays
11
- using MathOptInterface
12
10
using Rotations
13
- const MOI = MathOptInterface
14
11
15
12
import RobotDynamics
16
13
const RD = RobotDynamics
You can’t perform that action at this time.
0 commit comments