Skip to content

WIP: Tutorial - #57

Open
captain-yoshi wants to merge 1 commit into
masterfrom
tutorial
Open

WIP: Tutorial#57
captain-yoshi wants to merge 1 commit into
masterfrom
tutorial

Conversation

@captain-yoshi

Copy link
Copy Markdown
Owner

Add tutorial with multiple plotting outputs.

*You can swap the legends and labels params to have planners as legends and the collision detectors as labels*


To get the full picture, it is often necessary to display several metrics as subplots. If your want to know which of the planners is the fastest in a given scenario, well it's a good idea to compare it against the solved metric, because a planner can be really quick at not solving a goal! Sadly, GNUPlot is not able to automatically resize a multiplot. However, the terminal size is configurable at runtime. You can also use the SVG terminal to somewhat bypass the resize limitation.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To get the full picture, it is often necessary to display several metrics as subplots. If your want to know which of the planners is the fastest in a given scenario, well it's a good idea to compare it against the solved metric, because a planner can be really quick at not solving a goal! Sadly, GNUPlot is not able to automatically resize a multiplot. However, the terminal size is configurable at runtime. You can also use the SVG terminal to somewhat bypass the resize limitation.
To get the full picture, it is often necessary to display several metrics as subplots. If you want to know which of the planners is the fastest in a given scenario, well it's a good idea to compare it against the solved metric, because a planner can be really quick at not solving a goal! Sadly, GNUPlot is not able to automatically resize a multiplot. However, the terminal size is configurable at runtime. You can also use the SVG terminal to somewhat bypass the resize limitation.

+------------------------------------------+------------------------------------------+


We now want to compare the collision detector FCL against Bullet with the same parameters as above. This will double the previous boxplots because we are adding another collision detector and thus plot 12 boxplots (RRTstar is still filtered**. If this is too much information you can still filter out additionnal planners. Let's use the ``legends** parameter to bring out the comparision even more.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
We now want to compare the collision detector FCL against Bullet with the same parameters as above. This will double the previous boxplots because we are adding another collision detector and thus plot 12 boxplots (RRTstar is still filtered**. If this is too much information you can still filter out additionnal planners. Let's use the ``legends** parameter to bring out the comparision even more.
We now want to compare the collision detector FCL against Bullet with the same parameters as above. This will double the previous boxplots because we are adding another collision detector and thus plot 12 boxplots (RRTstar is still filtered**. If this is too much information you can still filter out additional planners. Let's use the ``legends** parameter to bring out the comparison even more.


.. |plot1| image:: planners.svg

Let's try to plot this: ``Planner's vs Time``. The plot below isin't what we expected ? Given the number of combinations in the dataset, we see the RRT planner againt 3 different scenes, 2 collision detectors as well as 2 motion plan requests. That gives a total of 12 boxplots per planner!

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Let's try to plot this: ``Planner's vs Time``. The plot below isin't what we expected ? Given the number of combinations in the dataset, we see the RRT planner againt 3 different scenes, 2 collision detectors as well as 2 motion plan requests. That gives a total of 12 boxplots per planner!
Let's try to plot this: ``Planner's vs Time``. The plot below isn't what we expected ? Given the number of combinations in the dataset, we see the RRT planner against 3 different scenes, 2 collision detectors as well as 2 motion plan requests. That gives a total of 12 boxplots per planner!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants