[ros-users] [Discourse.ros.org] [general] Early preview: PlotJuggler (rqt_plot and rqt_bag on steroids)

Mikael Arguedas ros.discourse at gmail.com
Sun Jan 8 20:45:15 UTC 2017




Hi @pvnkmrksk, 

Please ask debugging questions on http://answers.ros.org.

It looks like the generated executable is named `PlotJuggler` with two 'g'. You should be able to run it with: `./devel/lib/plotjuggler/PlotJuggler`

`rosrun` will not find the executable because it is installed in the `lib` folder and not the `bin` folder for some reason. To get it working with rorsrun you can change https://github.com/facontidavide/PlotJuggler/blob/master/CMakeLists.txt#L52 to install in `bin`
then `rosrun plotjuggler PlotJuggler` should work






---
[Visit Topic](https://discourse.ros.org/t/early-preview-plotjuggler-rqt-plot-and-rqt-bag-on-steroids/714/6) or reply to this email to respond.




More information about the ros-users mailing list