Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
university
music_proj
Commits
6e0eedb3
Commit
6e0eedb3
authored
May 02, 2019
by
Kamal Nasser
Browse files
fix ranges
parent
7002e9c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
rtscs_param_receivers/optitrack_param_receiver/optitrack_param_receiver.py
...vers/optitrack_param_receiver/optitrack_param_receiver.py
+1
-1
No files found.
rtscs_param_receivers/optitrack_param_receiver/optitrack_param_receiver.py
View file @
6e0eedb3
...
...
@@ -7,7 +7,7 @@ import optirx_utils
DEFAULT_NOTE_DURATION_PRECISION
=
0.125
# rh roll implemented for future use
DEFAULT_OPTITRACK_RANGES_DICT
=
{
'x'
:
(
-
2
,
1.8
),
'y'
:
(
0
.0
,
3.0
),
'z'
:
(
-
1.
9
,
2
),
'rh_roll'
:
(
-
180
,
180
)}
DEFAULT_OPTITRACK_RANGES_DICT
=
{
'x'
:
(
-
1.7
,
1.8
5
),
'y'
:
(
0
,
2.5
),
'z'
:
(
-
1.
5
,
1.8
),
'rh_roll'
:
(
-
180
,
180
)}
DEFAULT_RTSCS_PARAM_RANGES_DICT
=
{
'frequency'
:
(
0
,
700
),
'sins'
:
(
0
,
0.45
),
'amplitude'
:
(
0.1
,
1
),
'numerical_hint'
:
(
0
,
1
)}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment