-
Notifications
You must be signed in to change notification settings - Fork 31
[APP-10023] Update joint positions when pose changes and vice versa #445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
474a328
a60ae2e
6e38c07
3d0d5a9
7c5540d
8b0b6d9
a3a68c1
ea583bc
6d78cd3
4a082e2
7a432db
9d42291
8bf470a
1dd39cd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -95,8 +95,8 @@ class _BuildJointControlRow extends StatefulWidget { | |
| } | ||
|
|
||
| class _BuildJointControlRowState extends State<_BuildJointControlRow> { | ||
| static const double _minPosition = 0.0; | ||
| static const double _maxPosition = 180.0; | ||
| static const double _minPosition = -359.0; | ||
| static const double _maxPosition = 359.0; | ||
|
|
||
| List<double> _jointValues = []; | ||
|
||
| List<TextEditingController> _textControllers = []; | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.