Skip to content
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

Gray Publishers label #56

Closed
ghost opened this issue Oct 15, 2017 · 9 comments
Closed

Gray Publishers label #56

ghost opened this issue Oct 15, 2017 · 9 comments

Comments

@ghost
Copy link

ghost commented Oct 15, 2017

Hey, thank you for the tool.

The Publishers is not enabled and I am unable to subscribe to any topic.

PlotJuggler version: 1.3
ros: Kinetic
Ubuntu 16.04

Thanks

@facontidavide
Copy link
Owner

thank you for reporting, i will check it out as soon as possible

@facontidavide
Copy link
Owner

I just checked the version on master and it seems to work just fine (at least on Indigo). Can you send me a video or screenshot to see the problem?

In the console, do you see this message at startup?

   "libDataStreamROS.so" : is a DataStreamer plugin

@ghost
Copy link
Author

ghost commented Oct 16, 2017

Hey thanks for the fast response.
Please note the edit to Publishers.

Terminal output:
$ rosrun plotjuggler PlotJuggler
"libDataLoadCSV.so" : is a DataLoader plugin
"libDataStreamSample.so" : is a DataStreamer plugin
"libDataStreamSample.so" ...but will be ignored unless the argument -t is used.

screenshot:

image

@ghost ghost changed the title Gray Subscriber label Gray Publishers label Oct 16, 2017
@facontidavide
Copy link
Owner

Mistery solved. Are you compiling with catkin? If you use cmake without catkin, all the ROS plugins will be ignored

@ghost
Copy link
Author

ghost commented Oct 16, 2017

Hey actually I tried using apt-get install ros-kinetic-plotjuggler
when it didnt work I deleted it and the installed it directly in the src folder of the catkin workspace. Then installed it as instructed (cmake) and then catkin_make. Still same issue. Maybe its due to the kinetic version?

@facontidavide
Copy link
Owner

Ok, I will check the kinetic version

@facontidavide
Copy link
Owner

Version 1.3 of PlotJuggler FAILS to compile if you don't hve the ltest version of ros_type_introspection installed (1.0.0).

In theory you should get a compilation error when you invoke catkin_make, if the ros_type_introspection doesn't match

@ghost
Copy link
Author

ghost commented Oct 16, 2017

Hey
Thank you very much! it was the issue. apt-get installed ros_type_introspection 0.9
The solution is obviously to copy past the git following folders to the src:

https://github.com/facontidavide/ros_type_introspection
https://github.com/Eurecat/abseil-cpp

Thank you very much!! Looking forward using your tool.

@ghost ghost closed this as completed Oct 16, 2017
@facontidavide
Copy link
Owner

facontidavide commented Oct 16, 2017

with the next sync all the new versions will be installed at once ;)

You are welcome, thank you for reporting. Don't hesitate to send an issue if you have more questions

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant