""" Constants required during data collection, such as operator usernames and robot IDs. Additional constants needed for data collection can be added to this file. """ OPERATOR_USERNAMES = [ "NEW_USER", ] G1_ROBOT_IDS = [ "sim", "0001", "0002", ]