[ros-users] [Discourse.ros.org] [general] Early preview: Pl…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Dirk Thomas via ros-users
Date:  
To: ros-users
Subject: [ros-users] [Discourse.ros.org] [general] Early preview: PlotJuggler (rqt_plot and rqt_bag on steroids)



[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.


If you do not want to receive messages from ros-users please use the unsubscribe link below. If you use the one above, you will stop all of ros-users from receiving updates.
______________________________________________________________________________
ros-users mailing list

http://lists.ros.org/mailman/listinfo/ros-users
Unsubscribe: <http://lists.ros.org/mailman//options/ros-users>