Skip to content

Commit 6ebb517

Browse files
committed
Remove axis constants from DojoEnvs
1 parent a1f61e7 commit 6ebb517

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

DojoEnvironments/src/DojoEnvironments.jl

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
module DojoEnvironments
22

3-
# constants
4-
global const X_AXIS = [1;0;0]
5-
global const Y_AXIS = [0;1;0]
6-
global const Z_AXIS = [0;0;1]
7-
83
using LinearAlgebra
94
using Random
105

@@ -22,10 +17,7 @@ export
2217
get_mechanism,
2318
set_springs!,
2419
set_dampers!,
25-
set_limits,
26-
X_AXIS,
27-
Y_AXIS,
28-
Z_AXIS
20+
set_limits
2921

3022
# Environment
3123
export

0 commit comments

Comments
 (0)