Skip to content

Commit

Permalink
Remove axis constants from DojoEnvs
Browse files Browse the repository at this point in the history
  • Loading branch information
janbruedigam committed Mar 20, 2024
1 parent a1f61e7 commit 6ebb517
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions DojoEnvironments/src/DojoEnvironments.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
module DojoEnvironments

# constants
global const X_AXIS = [1;0;0]
global const Y_AXIS = [0;1;0]
global const Z_AXIS = [0;0;1]

using LinearAlgebra
using Random

Expand All @@ -22,10 +17,7 @@ export
get_mechanism,
set_springs!,
set_dampers!,
set_limits,
X_AXIS,
Y_AXIS,
Z_AXIS
set_limits

# Environment
export
Expand Down

0 comments on commit 6ebb517

Please sign in to comment.