VPRL/Virginia-Philosophy-Reality-Lab

Trolley Data / Bug Checks

JShull opened this issue · 2 comments

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

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.

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.