Conversation
| <param name="use_sim_time" value="$(var use_sim_time)" /> | ||
| </node> --> | ||
|
|
||
| </launch> No newline at end of file |
f16f08b to
7399f6d
Compare
|
This PR follows the tests and updates used to teset Ekumen-OS/beluga#476 (comment) Unfortunately, the PR now has conflicts with main that would be unwise to fix in a hurry given that testing the changes would require at least doing a partial run and rebuild of the testbench, so this will have to wait until I'm back to move forward. Regardless, this needs Ekumen-OS/beluga#476 to be merged before being merged, because it assumes the new sensor model to be available. |
|
This is the report produced by this version (except for this report the 24hs dataset was not used): |
| @@ -1,80 +1,227 @@ | |||
| <launch> | |||
| <arg name="map_filename"/> | |||
| <arg name="map_filename" /> | |||
There was a problem hiding this comment.
@glpuga meta: why adding these spaces? Google yields some XHTML connection to this formatting style that I don't think is relevant here.
| beluga_amcl_likelihood_cpu_util = "???" | ||
| beluga_amcl_likelihood_peak_rss = "???" | ||
| beluga_amcl_likelihood_prob_cpu_util = "???" | ||
| beluga_amcl_likelihood_prob_peak_rss = "???" |
There was a problem hiding this comment.
@glpuga meta: we really need a better way to deal with partial benchmark runs than these huge try...except blocks.
Signed-off-by: Gerardo Puga <glpuga@gmail.com>
…e intervals Signed-off-by: Gerardo Puga <glpuga@gmail.com>
7399f6d to
084ffdf
Compare
Proposed changes
Note: this needs Ekumen-OS/beluga#476 to be merged before, because it assumes the new sensor model to be available.
This PR merges into the main Beluga evaluation report changes created to evaluate the impact of Ekumen-OS/beluga#476
Type of change
💥 Breaking change! Explain why a non-backwards compatible change is necessary or remove this line entirely if not applicable.
Checklist
Put an
xin the boxes that apply. This is simply a reminder of what we will require before merging your code.Additional comments
Anything worth mentioning to the reviewers.