1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256
|
/*! \page supported-material Supported Hardware
Here you will find a list of robots, haptic devices, force-torque sensors, laser range finders, depth cameras, RGB
cameras, and motion capture system that you can use for learning visual-servoing or building robotics applications on
top of them based on ViSP.
\section material_robots Supported Robots
These are the robots supported by ViSP.
\subsection material_robots_ur Universal Robots
All the robots from [Universal Robots](https://www.universal-robots.com) are interfaced in vpRobotUniversalRobots class
that is a wrapper over [ur_rtde C++ interface](https://sdurobotics.gitlab.io/ur_rtde/) 3rd party.
See \ref soft_robots_ur section to know how to install the corresponding optional 3rd party.
There are 2 tutorials that explain how to use them with ViSP: \ref tutorial-universal-robot-ibvs
and \ref tutorial-universal-robot-pbvs.
\image html img-universal-robots.jpg Universal Robots family
\subsection material_robots_franka Franka Emika Panda
The Franka Panda robot in its research configuration is interfaced in vpRobotFranka class, a wrapper over
[Franka Control Interface](https://frankaemika.github.io/docs/libfranka.html) 3rd party.
See \ref soft_robots_libfranka section to know how to install the corresponding optional 3rd party.
There are also 2 tutorials that may be useful to start with this robot in ViSP: \ref tutorial-franka-ibvs
and \ref tutorial-franka-pbvs. If you want to simulate this robot using ViSP and ROS
there is also this other tutorial: \ref tutorial-franka-sim.
\image html img-franka.jpg Panda robot from Franka Emika
\subsection material_robots_kinova Kinova Jaco
All the [Kinova](https://assistive.kinovarobotics.com/) assistive robotic arms are supported by ViSP using
vpRobotKinova, an interface over Kinova Jaco SDK that allows to control Gen2 4, 6 and 7 DoF arm.
See \ref soft_robots_kinova section to know how to install the corresponding optional 3rd party.
\image html img-kinova.jpg Kinova assistive robotic arm
\subsection material_robots_flir_ptu FLIR Pan-Tilt Unit
All the [FLIR](https://flir.com/) PT units are supported by ViSP using vpRobotFlirPtu,
an interface over FLIR PTU SDK.
See \ref soft_robots_flir_ptu section to know how to install the corresponding optional 3rd party.
\image html img-flir-ptu-d47.png FLIR PTU-47
\subsection material_robots_bebop2 Parrot Bebop2 Drone
The Parrot Bebop2 drone is supported by ViSP using vpRobotBebop2,
an interface over Parrot [ARDroneSDK3](https://developer.parrot.com/docs/SDK3/).
See \ref soft_robots_bebop2 section to know how to install the corresponding optional 3rd party.
\image html img-bebop2.jpg Parrot Bebop2 drone
\subsection material_robots_pioneer Pioneer P3DX
The Pioneer P3DX is supported by ViSP through vpRobotPioneer class, an interface for Pioneer mobile robots based on
[Aria](https://github.com/reedhedges/AriaCoda) 3rd party library.
See \ref soft_robots_aria section to know how to install the corresponding optional 3rd party.
\image html img-pioneer.jpg Pioneer P3DX mobile robot
\subsection material_robots_mbot_ranger mBot Ranger Educational Kit
The [mBot Ranger](https://store.makeblock.com/products/diy-coding-robot-kits-mbot-ranger) is supported by ViSP.
Installation instructions are provided in \ref tutorial-mbot-vs.
\image html img-mbot-ranger.jpg mBot Ranger Educational Kit
\subsection material_robots_aion_robotics AION ROBOTICS
The vpRobotMavsdk class which is a wrapper over [MAVSDK](https://mavsdk.mavlink.io/main/en/index.html) 3rd party library
allows to communicate through [MAVLink](https://mavlink.io/en/) protocol to control in position and velocity AION
ROBOTICS rover equipped with a Pixhawk.
See \ref soft_robots_mavsdk section to know how to install the corresponding optional 3rd party.
\image html img-aion-robotics.jpg AION ROBOTICS rover supported by ViSP.
\subsection material_robots_pixhawk Pixhawk and MavLink
The [MAVLink](https://mavlink.io/en/) protocol is supported by ViSP to communicate with drones or small mobile robots
equipped with a Pixhawk. To this end you need to install [MavSDK](https://mavsdk.mavlink.io/main/en/index.html) 3rd
party library.
See \ref soft_robots_mavsdk section to know how to install the corresponding optional 3rd party.
\image html img-drone-dji-pixhawk.jpg DJI F450 equipped with a Pixhawk 2 Cube connected to a Jetson TX2 through an USB link.
\section material_haptic Supported Haptic Devices
These are the haptic devices supported by ViSP.
\subsection material_haptic_qbrobotics qbRobotics Soft Hand
If you have the Soft Hand from [qbRobotics](https://qbrobotics.com/) you can use vpQbSoftHand class to control the hand.
There is no specific SDK to install to use the hand with ViSP.
\image html img-haptic-qbsofthand.jpg Soft Hand from qbRobotics
\subsection material_haptic_right_hand Right Hand Robotics Reflex Takktile2 Hand
If you have the Reflex Takktile2 Hand from [Right Hand Robotics](https://qbrobotics.com/) you can use
vpReflexTakktile2 class to control the hand.
There is no specific SDK to install to use the hand with ViSP.
\image html img-haptic-takktile2.jpg Reflex Takktile2 Hand
\subsection material_haptic_virtuose Haption Virtuose 6D
If you have a Virtuose 6D haptic device from [Haptions](http://www.haption.com) you can use vpVirtuose class to control
the device.
You need to install the SDK that comes with the device following instructions from the manual.
\image html img-haptic-virtuose.jpg Virtuose 6D haptic device
\section material_ft Supported Force/Torque Sensor
These are the force/torque sensors supported by ViSP.
\subsection material_ft_ati_net ATI Net F/T device
If you have an [ATI Net F/T](https://www.ati-ia.com/products/ft/ft_NetFT.aspx) sensor you can use
vpForceTorqueAtiNetFTSensor class to get access to the measurements.
There is no need to install a specific SDK to use the device with ViSP.
\image html img-ft-ati-net-ft.png ATI Net F/T device
\subsection material_ft_ati_daq ATI FT device connected to a National Instrument DAQmx PCI board
If you have an [ATI F/T](https://www.ati-ia.com/products/ft/ft_ModelListing.aspx) sensor you can use
vpForceTorqueAtiSensor class to get access to the measurements. This wrapper uses [Comedi](http://www.comedi.org) 3rd
party.
See \ref soft_ft_comedi section to know how to install the corresponding optional 3rd party.
\image html img-ft-gamma-sensor.jpg ATI Gamma transducer
\subsection material_ft_alberobotics Alberobotics FT device
If you have an [Alberobotics F/T](https://alberobotics.it/) sensor you can use vpForceTorqueIitSensor
class to get access to the measurements.
You need to install the corresponding SDK that comes with the sensor to enable vpForceTorqueIitSensor
class usage. Installation instructions are provided in the user manual.
\image html img-ft-sensors-iit.jpg Alberobotics FT sensors family
\section material_laser_scanner Supported Lidar
These are the lidar supported by ViSP.
\subsection material_laser_scanner_sick Sick LD-MRS Lidar
If you have a Sick LD-MRS Lidar you can get the measurements thanks to vpSickLDMRS class.
There is no need to install a specific SDK to use the device with ViSP.
\image html img-lidar-sick.jpg Sick LD-MRS family
\section material_camera_depth Supported Depth Cameras
These are the depth cameras supported by ViSP.
\subsection material_camera_depth_realsense Intel Realsense Depth Cameras
All Intel Realsense devices are supported in ViSP thanks to vpRealSense2 class, a wrapper over
[librealsense](https://github.com/IntelRealSense/librealsense).
See \ref soft_camera_depth_librealsense section to know how to install the corresponding optional 3rd party.
<center>
<img src="img-realsense-D435.jpg"/>
<img src="img-realsense-D405.jpg"/>
<img src="img-realsense-T265.jpg"/><br>
<b>Realsense family; D435, D405, T265 and many others</b>
</center>
\subsection material_camera_depth_structure_core Structure Core Depth Cameras
All [Occipital](https://structure.io/) devices are supported in ViSP thanks to vpOccipitalStructure class, a wrapper
over [Occipital Structure SDK](https://developer.structure.io/sdk/).
See \ref soft_camera_depth_structure section to know how to install the corresponding optional 3rd party.
\image html img-occipital-camera.jpg Occipital Structure depth camera
\subsection material_camera_depth_kinect1 Microsoft Kinect 1 Xbox 360
If you have a Microsoft Kinect 1, you can use vpKinect class that requires `libfreenect` 3rd party.
See \ref soft_camera_depth_libfreenect section to know how to install the corresponding optional 3rd party.
\image html img-kinect1.jpg Microsoft Kinect 1 depth camera
\section material_camera Supported Cameras
These are the cameras supported by ViSP.
\subsection material_camera_ids IDS UEyE Cameras
Industrial cameras from [IDS](https://en.ids-imaging.com) are also supported in ViSP thanks to vpUeyeGrabber class, a
wrapper over uEye SDK.
See \ref soft_camera_ueye section to know how to install the corresponding optional 3rd party.
\image html img-ids-camera.jpg
\subsection material_camera_basler Basler Cameras
Industrial cameras from [Basler](https://en.ids-imaging.com) are also supported in ViSP thanks to vpPylonGrabber class,
a wrapper over [Pylon SDK](https://www.baslerweb.com/en/downloads/software-downloads/).
See \ref soft_camera_pylon section to know how to install the corresponding optional 3rd party.
\image html img-basler-camera.jpg
\subsection material_camera_flir FLIR Cameras
Industrial cameras from [FLIR](https://www.flir.com) are supported in ViSP thanks to vpFlyCaptureGrabber class,
a wrapper over [FlyCapture
SDK](https://www.flir.com/support-center/iis/machine-vision/downloads/spinnaker-sdk-flycapture-and-firmware-download/).
See \ref soft_camera_flycapture section to know how to install the corresponding optional 3rd party.
\image html img-flir-camera.jpg
\subsection material_camera_firewire Generic Firewire Cameras
Generic firewire 1394 cameras are supported in ViSP using vp1394TwoGrabber class after installing libdc1394 3rd party.
See \ref soft_camera_libdc1394 section to know how to install the corresponding optional 3rd party.
<br>
\subsection material_camera_v4l2 Generic USB Cameras
Cameras compatible with Video 4 Linux 2 (webcam, laptop embedded camera) are supported in ViSP using vpV4l2Grabber
class after installing libv4l 3rd party.
See \ref soft_camera_v4l section to know how to install the corresponding optional 3rd party.
<br>
\section material_mocap Supported Motion Capture System
These are the motion capture systems supported by ViSP.
\subsection material_mocap_qualisys Qualisys Motion Capture System
If you have the [Qualisys](https://www.qualisys.com) Motion Capture System you can stream data using vpMocapQualisys
class, a wrapper over [qualisys_cpp_sdk](https://github.com/qualisys/qualisys_cpp_sdk).
See \ref soft_mocap_qualisys section to know how to install the corresponding optional 3rd party.
\image html img-qualisys.png
\subsection material_mocap_vicon Vicon Motion Capture System
If you have rather the [Vicon](https://www.vicon.com) Motion Capture System you can stream data using vpMocapVicon
class, a wrapper over [Vicon Datastream SDK](https://www.vicon.com/software/datastream-sdk/).
See \ref soft_mocap_vicon section to know how to install the corresponding optional 3rd party.
\image html img-vicon.png
*/
|