-
-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation under ROS #13
Comments
it should work now. To compile WITHOUT ROS support when ROS is installed on your PC, you should comment this line in the CMakeLists.txt file https://github.com/facontidavide/PlotJuggler/blob/master/CMakeLists.txt#L7 Please check if this works for you |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a doubt about the installation under ROS.
I clone the repository under
catkin_ws/src
and rancatkin build
from catkin-tools. I guess this is correct as I can runrosrun plotjuggler PlotJuggler
. Are these the only steps?If I want to use PlotJuggler both with and without ROS, I guess I have to also make the classical installation. Am I right?
The text was updated successfully, but these errors were encountered: