Skip to content
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

Trolley Data / Bug Checks #24

Closed
3 tasks done
JShull opened this issue May 5, 2021 · 2 comments
Closed
3 tasks done

Trolley Data / Bug Checks #24

JShull opened this issue May 5, 2021 · 2 comments
Assignees

Comments

@JShull
Copy link
Collaborator

JShull commented May 5, 2021

Data Problems To Look Into

Event Code Problems

  • Noticed Event Code on Handle Release is stuck in a data loop
    { "Index": 6515, "EventType": "HandleRelease", "EventData": "MRTK Ended Manipulation" }, { "Index": 6517, "EventType": "HandleRelease", "EventData": "MRTK Ended Manipulation" }, { "Index": 6518, "EventType": "HandleRelease", "EventData": "MRTK Ended Manipulation" }, { "Index": 6519, "EventType": "HandleRelease", "EventData": "MRTK Ended Manipulation" }, { "Index": 6520, "EventType": "HandleRelease", "EventData": "MRTK Ended Manipulation" }
  • Moral Control Push Barrel didn't activate: Sequence to get here:
    • Training: Curve
    • Push Barrel both times
  • Reset Handle on Switch Study so after Moral Control the handle goes towards the bridge
@JShull JShull self-assigned this May 5, 2021
@JShull JShull changed the title Trolley Data Checks Trolley Data / Bug Checks May 5, 2021
@JShull
Copy link
Collaborator Author

JShull commented May 6, 2021

For the event code - MRTK has a glitch in it in which it gets 'stuck' in a state, not sure how this happens, but it happens, need to have a check on my data input event to see if this event matches the previous, if it does (ignore it). Check my index method to make sure I'm not increasing index until after this check.

Confirm and check: all factors for all event data there is no sequence in which we send repeatable event data.

@JShull
Copy link
Collaborator Author

JShull commented May 7, 2021

Have a catch for the MRTK glitch now in
Double check the barrel for moral control - this should restrict the confusion on "being able to push" and the event not firing off.

@JShull JShull closed this as completed May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant