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

Dirk Thomas ros.discourse at gmail.com
Sun Jan 8 21:02:03 UTC 2017




[quote="marguedas, post:6, topic:714"]
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 binthen rosrun plotjuggler PlotJuggler should work
[/quote]

That is not correct. Binaries in the `bin` folder can be invoked as is since they are on the `PATH`.

`rosrun` is being used to execute executables from a package specific folder (which is not on the `PATH`) which are under `lib/<pkgname>`. So `./devel/lib/plotjuggler/PlotJuggler` should be invoked with `rosrun plotjuggler PlotJuggler` (after sourcing the setup file from `.devel` and if the file is marked with the executable bit).






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




More information about the ros-users mailing list