I successfully downloaded badlog and had it logging various data. I proceeded to try attempt to implement badlogvis to visualize the log files. I followed the steps in the documentation. I entered:
( git clone https://github.com/dominikWin/badlogvis.git
cd badlogvis
cargo install )
in the terminal of vs-code. It successfully completed cloning the repo but fails the last two steps. for “cd badlogivs” it says:
cd : Cannot find path ‘C:\Users\4967 Software Team\Documents\Monke-Bot-Odometry\badlogvis\badlogvis’ because it does not exist.
At line:1 char:1
- cd badlogvis
-
+ CategoryInfo : ObjectNotFound: (C:\Users\4967 S...ogvis\badlogvis:String) [Set-Location], ItemNotFoundException + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
and when I enter the third line( cargo install ) it says:
cd : Cannot find path ‘C:\Users\4967 Software Team\Documents\Monke-Bot-Odometry\badlogvis\badlogvis’ because it does not exist.
At line:1 char:1
- cd badlogvis
-
+ CategoryInfo : ObjectNotFound: (C:\Users\4967 S...ogvis\badlogvis:String) [Set-Location], ItemNotFoundException + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
I am also confused as to what “cargo” is and “binary” mentioned in the installation documentation on github.