-
Notifications
You must be signed in to change notification settings - Fork 36
Implementation on VISP-doc tutorials with ROS #36
Description
Hello,
I've been working on making tracking robots using VISP
And the primary goal is to make my own marker or markerless tracking robots on ROS.
I could find there are two ROS-based VISP packages: vision_visp and visp_ros. And there are good tutorials as well on the VISP-docs webpage.
But I still have confusion about something like below:
-
I understood that vision_visp is focusing on perception and visp_ros is for control of specific hardware, is it correct?
-
How can I follow every tutorial on docs with ROS? Is everything possible with visp_ros? There are many good detailed tutorials but I don't know how to follow it up on ROS with my short experience
-
Can I apply visp_ros on my own hardware setup?, not on the bebop2 which is recommended in the visp_ros tutorial
I would appreciate it if you give me clarification about it.
Thank you