Skip to content
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

fix: plot for mpc #1017

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<plot mode="TimeSeries" style="Lines">
<range bottom="0.900000" top="1.100000" right="118.791728" left="76.166273"/>
<limitY/>
<curve name="/vehicle/state_report/mode" color="#1f77b4"/>
<curve name="/vehicle/status/control_mode/mode" color="#1f77b4"/>
</plot>
</DockArea>
</DockSplitter>
Expand Down Expand Up @@ -256,7 +256,7 @@
<selected_topics>
<topic name="/control/trajectory_follower/longitudinal/diagnostic"/>
<topic name="/control/trajectory_follower/lateral/diagnostic"/>
<topic name="/vehicle/state_report"/>
<topic name="/vehicle/status/control_mode"/>
</selected_topics>
</plugin>
<plugin ID="UDP Server"/>
Expand Down