ROS subscriber with Visp #1333
Unanswered
shrutichakraborty
asked this question in
Q&A
Replies: 1 comment
-
You can find some examples here:
This way, you can use ViSP as a library in your ROS2 package/node. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'd like to know if its possible to write a ros2 cpp subscriber node within visp that subscribes to a topic published from ros2 and then uses these values for visual servoing? Basically I have my neural network that detects objects and returns bounding boxes in python that I can publish to a topic to read on the visp side and then perform visual servoing? If it is possible a minimal example would be very helpful.
I have also tried to run my detector on visp but unfortunately there are errors with the onnx interpreter. Any suggestions will be very helpful
Beta Was this translation helpful? Give feedback.
All reactions