Add Distance to Time Conductor #5873
Unanswered
milesbjackson
asked this question in
Community Q&A
Replies: 1 comment 1 reply
-
Hey @milesbjackson ! That's a pretty cool idea. Take a look at our TimeAPI . I think if you were to create a new TimeSystem (in this case, it will be based off of distance) and a clock that also ticks on distance updates, then you could pull this off. You would probably also need to add a TimeFormat so you can convert distances. It's not a small endeavor, but it's definitely possible. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
Love Open MCT. I am using it for plotting F1 car data live and it works a peach!
I have data coming in with timestamps, but I am also able to get 'distance around the track' for each data point. With circuit racing doing many laps, we like to overlay the plots according to distance around the track so we can train the driver on where they are gaining or losing over the competition.
I'd like to add a Fixed Distance to the Time Conductor. Is that perhaps the best way? Instead of timestamp it plots it according to distance from the startline?
The other way was having to duplicate all the widgets and make distance based versions of them. But i like the idea of being able to switch views between fixed distance and local clock with the time conductor. Does anyone foresee any large pitfalls if i attempt to add distance based to the time conductor as a menu item and back end functionality?
Thanks in advance,
Miles
Beta Was this translation helpful? Give feedback.
All reactions