-
The relative path of default application yarpdatadumper on yarpmanager is /data/head /data/leftArm ..... What is absolute path of save dumper data. |
Beta Was this translation helpful? Give feedback.
Answered by
pattacini
Jun 29, 2023
Replies: 1 comment 4 replies
-
You can specify where Check out the documentation. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jimingda
The parameter
--name
establishes the name of the YARP port, so please stick to this and don't use--name
in the bizarre way I can spot in your screenshot above 😃If you launch the following command from a terminal:
yarpdatadumper --name /log --dir test
Then, you'll find the logged quantities in files stored under the subdirectory
./test
(relative tho the path from where you have run the command).By contrast, if you launch
yarpdatadumper
fromyarpmanager
, files will be stored typically in the path from where you launchedyarpmanager
.For example, if you launch
yarpmanager
from the directoryDesktop
as below, then you'll find all the relevantyarpdatadumper
directories therein.…