You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--output-folder is likely the correct command line argument.
Answer these questions (or I will ignore your issue)
Describe your platform / Operative System and the version of PlotJuggler you are using.
Windows 11, Conan 2.4.1, the latest PlotJuggler commit.
Compile and try the latest version in the main branch and check if the problem persists.
I am unable to compile. That's the problem.
Check if the problem can be reproduced using the dummy data created by the command line argument "-t" or one of the files in the folder "datasamples".
No applicable.
If it can't be reproduced with the dummy data, please share the CSV file or the rosbag that can be used to reproduce the problem.
No applicable.
The text was updated successfully, but these errors were encountered:
For anyone else having the same, or a similar problem, here's how compiling PlotJuggler on Windows worked for me. This is using Visual Studio 16 – 2019 (which is version 192 in Conan).
Problem description
When trying to compile with conan on Windows, COMPILE.md suggests to use
conan install src/PlotJuggler --install-folder build/PlotJuggler ^ --build=missing -pr:b=default
However,
--install-folder
is not a valid argument for conan.--output-folder
is likely the correct command line argument.Answer these questions (or I will ignore your issue)
Describe your platform / Operative System and the version of PlotJuggler you are using.
Windows 11, Conan 2.4.1, the latest PlotJuggler commit.
Compile and try the latest version in the main branch and check if the problem persists.
I am unable to compile. That's the problem.
Check if the problem can be reproduced using the dummy data created by the command line argument "-t" or one of the files in the folder "datasamples".
No applicable.
If it can't be reproduced with the dummy data, please share the CSV file or the rosbag that can be used to reproduce the problem.
No applicable.
The text was updated successfully, but these errors were encountered: