atf icon indicating copy to clipboard operation
atf copied to clipboard

Results 32 atf issues
Sort by recently updated
recently updated
newest added

currently the travis job is spammed by a lot of terminal output from ATF - rosparameters printed by roslaunch/rostest - test result in case of failure in atf_results.txt

enhancement

if running large testsuites (e.g. atf_test_app_navigation with 360 tests) the configuration_parser takes ~1min to complete. And the configuration_parser is used in application.py, in sm_test.py, analyser.py and plot.py. So we spend...

enhancement

the image below could e.g. be be grouped via - r1 and r2 - c0, c1 and c2 and split into subplots (new columns) ![image](https://user-images.githubusercontent.com/158051/88223591-ff96eb80-cc67-11ea-9526-2d74dfe5f6ef.png) grouping should be an (optinal)...

enhancement

fixes https://github.com/floweisshardt/atf/issues/119 see e.g. https://github.com/floweisshardt/atf/pull/140 - add description - list default values - list example configs - [ ] `groundtruth` and `groundtruth_epsilon` - [ ] `mode` SNAP/SPAN - [ ]...

enhancement

see https://github.com/floweisshardt/atf/pull/140 - explain usage - explain arguments - [ ] `style` - [ ] `sharey` - [ ] filters for `tests`, `testblocks` and `metrics` - [ ] `hide-groundtruth` -...

enhancement

ref https://github.com/mojin-robotics/atf/issues/12 ref https://github.com/floweisshardt/atf/issues/122 does not need to be merged right away....we might want to add some more... @floweisshardt wrt our discussion on slack

if the recording gets aborted (equvivalent to CTRL-C) ``` max time [360.0s] allotted for test [atf_recording_ts0_c0_r0_e0_s0_0] of type [atf_core/sm_test.py] ``` we get somthing like ``` - test 'ts0_c0_r0_e0_s0_0' (cob4-2, ipa-apartment,...

enhancement

During tests in https://github.com/mojin-robotics/mojin_atf/pull/3 sometimes the distance was small (as expected), but sometimes larger than the epsilon. Investigating the bag-file, I realized that the `atf/status` topic was published shortly after...

bug

It is unclear what metrics take what **parameters and what they do exactly**. The `path_length` metric is also replaced by `tf_length_translation` and `tf_length_rotation` but this is not yet documented

enhancement

for a large number of similar testblocks (>10-100) it's not very comfortable to configure every testblock individually in the `testblockset.yaml` files. Instead it would be nice to configure metrics for...

enhancement
question