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

MutableScatterXY.new("xxx") failed in the reactive script #699

Closed
TakaHoribe opened this issue Jul 21, 2022 · 2 comments
Closed

MutableScatterXY.new("xxx") failed in the reactive script #699

TakaHoribe opened this issue Jul 21, 2022 · 2 comments
Labels

Comments

@TakaHoribe
Copy link

Problem description

Thanks for the great work of the PlotJuggler.

I used the reactive script following the tutorial. It worked very well in the old version of the binary release of ros-galactic-plotjuggler (3.4.2-1focal.20220430.111249), but after the version upgrade to the latest: 3.4.4-1focal.20220517.013511, it got failed with an error message as in the screenshot below.

After some tests, I found MutableScatterXY.new("xxx") could be a problem.

Steps to reproduce (important)

  • OS: x86_64 Ubuntu20.04 5.15.0-41-generic
  • PlotJuggler Version: 3.4.4-1focal.20220517.013511

Write the following code in the function area and save it.

new_series = MutableScatterXY.new("xxx")

image

Start subscribing a ros topic. I just published the twist with following command and subscribe in the plotjuggler.

ros2 topic pub /cmd_vel geometry_msgs/msg/Twist "{}" -r 1

And then the error message will pop up every time the topic is received.

image


checks in other versions

I checked with different versions from source build

  • 3.4.2: OK (no error). Same as binary install.
  • 3.5.0: NG (error)
  • main (d2b6b73):NG (error)
@facontidavide
Copy link
Owner

I will try to address this ASAP

@facontidavide
Copy link
Owner

This was renamed in February "ScatterXY"

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

No branches or pull requests

2 participants