-
Notifications
You must be signed in to change notification settings - Fork 0
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
Plot plugin #456
Comments
I created a maliput worskpace from scratch using Edifice instead of Citadel on Delphyne and Delphyne-Gui and no changes were needed, visualizer is working as before but in addition, it has the Plotting feature Here are the branches:
I think we can move to |
Great findings @francocipollone ! I think we can just wait one more week to get ign-fortress released ( see gazebo-tooling/release-tools#459 ) and then try it directly with the next LTS. Having checked that with ig-edifice it's just a change of version increases the probability that it will be the same with fortress. That way, we do the work just once. |
Given that the final decision was not to migrate to a newer release and stay with
This was worth trying but I don't see it valid to continue with this path as it compromises the built-in plugin on which we rely, unless we bring all the builtin plugins to delphyne-gui but It sounds a bit cumbersome. |
I think we can consider building an application from scratch that does not rely on the plugin architecture but implements the same plotting functionality offered by newer versions of the plugin. We could think of coupling the application and the topic viewer via an ignition topic and service. Management of the plotting tool life cycle could be or not managed by the plugin. It changes (for worse) the user experience because of having another application instead of just one but could be a way to deal with the error for the time being. |
How about subprocess, not topics and services (that's getting complicated)? |
I think we missed to answer here, sorry about that. If you referred to use pipes for message transport between subprocesses I think we would do require message serialization and some kind of event system to gather data and visualize it. We could certainly do it with pipes for example but having ign-transport there which offers everything we need is tempting. How relevant do you think this plugin is? |
Context
As Delphyne Guide states, the visualizer used to use the Plot plugin that was provided by
ign-gui0
.During the migration to
ign-gui3
, it seems thatPlot
migration was omitted.ign-gui3
doesn't provide aplot plugin
ign-gazebo3
provides a (Plot3D) plugin but it isn't meant to plot graphics but lines into the scene.EDITED:
Probably we could try to backport it to ign-gui3 or just add it here in delphyne_gui
Victory condition
Adds Plot plugin.
The text was updated successfully, but these errors were encountered: