-
Notifications
You must be signed in to change notification settings - Fork 0
Add SimulationControl component #3
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
base: master
Are you sure you want to change the base?
Conversation
|
did some further color and visual tweaks to this component. thinking about implementing a dark mode toggle function now so we don't have to wire much of it when we get more components in the future :) |
…ost right now so will still be localhost9090, unless the default needs to be changed. also tackled the sensor hz to the respected values. will tackle looking into bag data in the next few days
… look into more this week
|
implemented ros2 bag function, need yaml data and more research to look into better and ensure it works. will look into more this week. Informationsources:
code to run:
ex: |
|
added play and record bag scripts with a readme on how to run, figured it would be an easy one line command, nice to have. gotta do additional testing and edge cases to make sure they run smoothly, in |
|
fixed some bugs when running scripts, bags can successfully record and playback. |
|
writing more test and edge cases to make sure that the bag recording and playback is alright. Looking into some GUI changes now, some related and unrelated to this PR (lightmode/darkmode, 3D model rendering of current sub state, etc.). |


This sim component would be good for testing ROS bridge connection as well as visualizing current or future metrics we would want to see when testing GUI
See attached demo video for different states:
Let me know of any revisions or whether or not this is a good feature to have :)