You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like a good feature to enable manual control. At first, it seemed like modifying main.py and the self-driving-lab-demo package would be difficult and convolute the code, but I'll give this some more thought. Alternatively, a separate main.py file specific to the wired communication could be used but would need to be kept and maintained. Maybe on the self-driving-lab-demo package side, I could simply specify a custom observe_sensor_data_fn.
The text was updated successfully, but these errors were encountered:
Requested and suggested by Jason Hattrick-Simpers (@jae3goals).
Some related content from the Star Protocols paper:
It seems like a good feature to enable manual control. At first, it seemed like modifying
main.py
and theself-driving-lab-demo
package would be difficult and convolute the code, but I'll give this some more thought. Alternatively, a separatemain.py
file specific to the wired communication could be used but would need to be kept and maintained. Maybe on theself-driving-lab-demo
package side, I could simply specify a customobserve_sensor_data_fn
.The text was updated successfully, but these errors were encountered: