-
Notifications
You must be signed in to change notification settings - Fork 26
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
Creating an image display rviz plugin with clicking functionality #378
Comments
Now for the topic type I suggest to use this: http://docs.ros.org/en/api/geometry_msgs/html/msg/PointStamped.html will try to implement this afternoon ... |
Some progress. Now the topic name is automatically configured. For example, if the image topic is
then the topic which will contain the clicked coordinates will be:
Also, it works if we change the image topic on runtime. |
…ady published the clicked points.
Hi @manuelgitgomes , Just commited a first functional version. Call me when you want to look into it. |
Thank you professor @miguelriemoliveira! |
Hi @manuelgitgomes , This last commit creates a complete pipeline of what we want. I will now stop working on this and leave it for you ok? |
Ok, sorry for not doing it this morning. |
The idea was you worked with me. But its not a problem. Now if you need help let me know. The goal is to have a python node that receives the click messages and allows the user to define the boundary of the pattern. |
Perhaps a new issue? |
I have the issue #374 for that! |
I @manuelgitgomes . Nice. Agree, the issue can be closed for now. Perhaps later we could include some key pressing event. |
ok, great. |
Hello @miguelriemoliveira and @danifpdra!
It seems like a namespace colision between our plugin and the image plugin. I will try to fix it. |
Hi @manuelgitgomes , I had this problem also, but it was a warning only, rviz did not crash. I will try to solve. |
I did several tests but for now could not make it work ... Will continue in the afternoon. |
Ok, thank you very much.
|
Thanks @manuelgitgomes , I searched around. Actually, these are different errors. The Ogre one only occurs when you have in rviz both a display of type ImageDisplayWithClick and another of ImageDisplay. I was able to solve this problem, however, the first warning about the namespace collision I still don't know how to solve ... |
Hello @miguelriemoliveira! |
I have tried all afternoon to bring stuff from rviz that is needed. I am now with 10 copied files from rviz in an attempt to compute our image_display_with_click. I give up for now. Another even more interesting avenue would be to have this functionality integrated into rviz. I wrote a message here. Let's see the replies. |
I was able to integrate this in rviz and just created a pull request. Lets see it is accepted. @manuelgitgomes and @danifpdra , in the meantime you could use my rviz fork which works fine: https://github.com/miguelriemoliveira/rviz Just do a
and then git clone to your catkin_ws. |
That's great! Thank you! |
@miguelriemoliveira they requested some changes on: |
Hi @manuelgitgomes , thanks for the reminder. Definitely we want to advance with this. |
Sure! |
For the atom dataset reviewer to be fully integrated we need this functionality.
The idea is to develop an rviz plugin in a package called
atom_rviz_plugin which will have this functionality ...
@manuelgitgomes will work with me on this.
@danifpdra FYI ...
The text was updated successfully, but these errors were encountered: