<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.verlab.dcc.ufmg.br/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=H3ct0r</id>
		<title>VeRLab Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://www.verlab.dcc.ufmg.br/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=H3ct0r"/>
		<link rel="alternate" type="text/html" href="http://www.verlab.dcc.ufmg.br/mediawiki/index.php/Special:Contributions/H3ct0r"/>
		<updated>2026-04-04T10:12:47Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.29.0</generator>

	<entry>
		<id>http://www.verlab.dcc.ufmg.br/mediawiki/index.php?title=GeomagicTouch&amp;diff=1501</id>
		<title>GeomagicTouch</title>
		<link rel="alternate" type="text/html" href="http://www.verlab.dcc.ufmg.br/mediawiki/index.php?title=GeomagicTouch&amp;diff=1501"/>
				<updated>2025-04-10T15:55:01Z</updated>
		
		<summary type="html">&lt;p&gt;H3ct0r: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# This wiki is a copy of https://github.com/jhu-cisst-external/3ds-touch-openhaptics&lt;br /&gt;
# Openhaptics: https://s3.amazonaws.com/dl.3dsystems.com/binaries/support/downloads/KB+Files/Open+Haptics/openhaptics_3.4-0-developer-edition-amd64.tar.gz&lt;br /&gt;
# Driver 2019: https://www.dropbox.com/scl/fi/qa8l0x56za4k93kq6sk8q/TouchDriver2019_2_15_Linux.tar.xz?rlkey=iwie95m8nbgl0qlnjsx63qzj6&amp;amp;dl=0&lt;br /&gt;
# Driver 2020: https://www.dropbox.com/scl/fi/ozmoyysh3hefdwm1dbgf5/TouchDriver2022_04_04.tgz?rlkey=dguu935jqpck0tlf0it6a2phl&amp;amp;dl=0&lt;br /&gt;
&lt;br /&gt;
# Introduction&lt;br /&gt;
&lt;br /&gt;
The goal of this repository is to facilitate the installation of the GeoMagic/3DS Touch hapic device drivers (USB or Ethernet based) as well as the OpenHaptics SDK (education version) on Ubuntu.  This was successfuly tested on Ubuntu 18.04 LTS 64 bits with the 2019 drivers.  We've had mixed success on Ubuntu 22.04 with the 2022 drivers (see notes below).  These scripts are provided to automate the installation process described in https://support.3dsystems.com/s/article/OpenHaptics-for-Linux-Developer-Edition-v34.&lt;br /&gt;
&lt;br /&gt;
You will still need to configure your device following the instructions from: https://s3.amazonaws.com/dl.3dsystems.com/binaries/Sensable/Linux/Installation+Instructions.pdf, skip to step 7 if you installed the drivers using the scripts in this repository.&lt;br /&gt;
&lt;br /&gt;
To install the drivers for older FireWire based devices (Phantom Omni), see https://github.com/jhu-cisst-external/phantom-omni-1394-drivers.&lt;br /&gt;
&lt;br /&gt;
# Which drivers?&lt;br /&gt;
&lt;br /&gt;
2019 drivers are working fine on Ubuntu 18.04 so no need to use the 2022 version.  These drivers also work on Ubuntu 20.04 for the ethernet based Touch but hang for USB devices.&lt;br /&gt;
&lt;br /&gt;
2022 drivers work on Ubuntu 20.04 with Ethernet and USB based Touch devices but we ran into issues when setting our own device name in `Touch_Setup`.  This might be related to the path used to store the device configuration but we couldn't figure out any working configuration.  So we were able to use `hdInitDevice(HD_DEFAULT_DEVICE)` but not `htInitDevice(&amp;quot;custom_name&amp;quot;)`.&lt;br /&gt;
&lt;br /&gt;
# Instructions&lt;br /&gt;
&lt;br /&gt;
The 4 scripts provided will perform most of the steps required to download/install OR un-install the files required for the Touch drivers as well as the OpenHaptics SDK.&lt;br /&gt;
&lt;br /&gt;
The two install scripts should be executed without `sudo` though sudo privileges are required (you might be prompted for a password).  This is so temporary files are not created with root id/gid.  Once the install script is done, **you should log out and log back in**.  This is so the `GTDD_HOME` environment variable is set correctly.  Alternatively, you can also `source /etc/profile.d/3ds-touch-drivers.sh` manually to set the environment variable.&lt;br /&gt;
&lt;br /&gt;
The two uninstall scripts need to be executed with `sudo`.&lt;br /&gt;
&lt;br /&gt;
# Notes&lt;br /&gt;
&lt;br /&gt;
The install is a bit different from the process described in the 3DS instructions:&lt;br /&gt;
* There is no need to use `chmod` in the `/dev` directory, just make sure your uid is added to the group with read/write permissions on the directory (commonly used groups are `plugdev`, `dialout` and `lp`)&lt;br /&gt;
* Environment variables are set in `/etc/profile.d` instead of `/etc/environment`&lt;/div&gt;</summary>
		<author><name>H3ct0r</name></author>	</entry>

	<entry>
		<id>http://www.verlab.dcc.ufmg.br/mediawiki/index.php?title=GeomagicTouch&amp;diff=1500</id>
		<title>GeomagicTouch</title>
		<link rel="alternate" type="text/html" href="http://www.verlab.dcc.ufmg.br/mediawiki/index.php?title=GeomagicTouch&amp;diff=1500"/>
				<updated>2025-04-10T15:54:06Z</updated>
		
		<summary type="html">&lt;p&gt;H3ct0r: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# This wiki is a copy of https://github.com/jhu-cisst-external/3ds-touch-openhaptics&lt;br /&gt;
# Driver 2019: https://www.dropbox.com/scl/fi/qa8l0x56za4k93kq6sk8q/TouchDriver2019_2_15_Linux.tar.xz?rlkey=iwie95m8nbgl0qlnjsx63qzj6&amp;amp;dl=0&lt;br /&gt;
# Driver 2020: https://www.dropbox.com/scl/fi/ozmoyysh3hefdwm1dbgf5/TouchDriver2022_04_04.tgz?rlkey=dguu935jqpck0tlf0it6a2phl&amp;amp;dl=0&lt;br /&gt;
&lt;br /&gt;
# Introduction&lt;br /&gt;
&lt;br /&gt;
The goal of this repository is to facilitate the installation of the GeoMagic/3DS Touch hapic device drivers (USB or Ethernet based) as well as the OpenHaptics SDK (education version) on Ubuntu.  This was successfuly tested on Ubuntu 18.04 LTS 64 bits with the 2019 drivers.  We've had mixed success on Ubuntu 22.04 with the 2022 drivers (see notes below).  These scripts are provided to automate the installation process described in https://support.3dsystems.com/s/article/OpenHaptics-for-Linux-Developer-Edition-v34.&lt;br /&gt;
&lt;br /&gt;
You will still need to configure your device following the instructions from: https://s3.amazonaws.com/dl.3dsystems.com/binaries/Sensable/Linux/Installation+Instructions.pdf, skip to step 7 if you installed the drivers using the scripts in this repository.&lt;br /&gt;
&lt;br /&gt;
To install the drivers for older FireWire based devices (Phantom Omni), see https://github.com/jhu-cisst-external/phantom-omni-1394-drivers.&lt;br /&gt;
&lt;br /&gt;
# Which drivers?&lt;br /&gt;
&lt;br /&gt;
2019 drivers are working fine on Ubuntu 18.04 so no need to use the 2022 version.  These drivers also work on Ubuntu 20.04 for the ethernet based Touch but hang for USB devices.&lt;br /&gt;
&lt;br /&gt;
2022 drivers work on Ubuntu 20.04 with Ethernet and USB based Touch devices but we ran into issues when setting our own device name in `Touch_Setup`.  This might be related to the path used to store the device configuration but we couldn't figure out any working configuration.  So we were able to use `hdInitDevice(HD_DEFAULT_DEVICE)` but not `htInitDevice(&amp;quot;custom_name&amp;quot;)`.&lt;br /&gt;
&lt;br /&gt;
# Instructions&lt;br /&gt;
&lt;br /&gt;
The 4 scripts provided will perform most of the steps required to download/install OR un-install the files required for the Touch drivers as well as the OpenHaptics SDK.&lt;br /&gt;
&lt;br /&gt;
The two install scripts should be executed without `sudo` though sudo privileges are required (you might be prompted for a password).  This is so temporary files are not created with root id/gid.  Once the install script is done, **you should log out and log back in**.  This is so the `GTDD_HOME` environment variable is set correctly.  Alternatively, you can also `source /etc/profile.d/3ds-touch-drivers.sh` manually to set the environment variable.&lt;br /&gt;
&lt;br /&gt;
The two uninstall scripts need to be executed with `sudo`.&lt;br /&gt;
&lt;br /&gt;
# Notes&lt;br /&gt;
&lt;br /&gt;
The install is a bit different from the process described in the 3DS instructions:&lt;br /&gt;
* There is no need to use `chmod` in the `/dev` directory, just make sure your uid is added to the group with read/write permissions on the directory (commonly used groups are `plugdev`, `dialout` and `lp`)&lt;br /&gt;
* Environment variables are set in `/etc/profile.d` instead of `/etc/environment`&lt;/div&gt;</summary>
		<author><name>H3ct0r</name></author>	</entry>

	<entry>
		<id>http://www.verlab.dcc.ufmg.br/mediawiki/index.php?title=Main_Page&amp;diff=1499</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.verlab.dcc.ufmg.br/mediawiki/index.php?title=Main_Page&amp;diff=1499"/>
				<updated>2025-04-10T15:53:31Z</updated>
		
		<summary type="html">&lt;p&gt;H3ct0r: /* Atuadores */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Seja bem vindo a Wiki do VeRLab (Computer Vision and Robotics Laboratory - DCC - UFMG) ==&lt;br /&gt;
&lt;br /&gt;
=== [[Regras de Conduta e Termo de Compromisso]] ===&lt;br /&gt;
=== [[Como rodar seu experimento]] ===&lt;br /&gt;
=== [[Trabalhando remotamente]] ===&lt;br /&gt;
&lt;br /&gt;
=== [[Dicas para escrever e apresentar sua publicação]] ===&lt;br /&gt;
=== [http://www.verlab.dcc.ufmg.br/mediawiki/index.php/Special:AllPages  Relação de todas as páginas dessa wiki] ===&lt;br /&gt;
&lt;br /&gt;
== [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Robot Robôs] ==&lt;br /&gt;
&lt;br /&gt;
==== Small size Robots ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Main_Page/e-puck E-puck]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/HeRo HeRo]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Espcopter Espcopter]&lt;br /&gt;
&lt;br /&gt;
==== Mobile Robots ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Roomba Roomba]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Kobuki Kobuki]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Pioneer Pioneer - ActivMedia Robotics]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Jackal Jackal - Clearpath Robotics]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Tamiya Tamiya TXT-1]&lt;br /&gt;
&lt;br /&gt;
==== Robot Arm ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Kinova_Gen3_Ultra Gen3 Ultra lightweight robot arm - KINOVA]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Fenrir_Arm Fenrir]&lt;br /&gt;
&lt;br /&gt;
==== Multirotor ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ARdrone Parrot AR.Drone 2.0]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Hummingbird AscTec Hummingbird]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Pelican AscTec Pelican]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Iris 3DR IRIS+]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/X8 3DR X8+]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/DJI Tello]&lt;br /&gt;
&lt;br /&gt;
==== Fixed-Wing ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Aero 3DR Aero]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/E384 Drone E384]&lt;br /&gt;
&lt;br /&gt;
== [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Sensor Sensores] ==&lt;br /&gt;
==== Laser ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Laser_Hokuyo Hokuyo]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/LaserVelodyne Velodyne]&lt;br /&gt;
&lt;br /&gt;
==== IMU (unidades inerciais, acelerômetro, magnetometro, barômetro e etc ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/IMU IMUs]&lt;br /&gt;
&lt;br /&gt;
==== Câmeras ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Camera_360 Camera 360]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GoPro GoPro]&lt;br /&gt;
* TODO Kinect One (Xbox One)&lt;br /&gt;
* TODO Kinect v2 (Xbox 360)&lt;br /&gt;
* TODO [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ZED StereoLabs ZED(RGBD)]&lt;br /&gt;
* TODO [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/RealSense Intel Real Sense (RGBD)]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Asus_Xtion_PRO Asus Xtion PRO]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/WebCams WebCams]&lt;br /&gt;
&lt;br /&gt;
==== Realidade Virtual e Aumentada ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Hololens HoloLens]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Oculus_Rift Oculus Rift]&lt;br /&gt;
&lt;br /&gt;
== Atuadores ==&lt;br /&gt;
* Dynamixel AX-12&lt;br /&gt;
* Dynamixel MX-64AT&lt;br /&gt;
* TODO Motor Servo&lt;br /&gt;
* Geomagic Touch [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GeomagicTouch]&lt;br /&gt;
&lt;br /&gt;
== Placas Controladoras e Sensor Nodes ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Arduino Arduino]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ESP32 ESP32]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ESP8266 ESP8266]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/RaspberryPi Raspberry Pi]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Jetson_Nano Jetson nano - Nvidia]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/mote Sensor Nodes]&lt;br /&gt;
&lt;br /&gt;
== Softwares ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Singularity Singularity]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Docker Docker]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ROS ROS - Robot Operacional System]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GAZEBO Gazebo]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Virtualenv Python Virtual Enviroment]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GitHub_do_Verlab GitHub do Verlab]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Sistema_Operacional_Windows S.O. Windows]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Sistema_Operacional_Linux S.O. Linux]&lt;br /&gt;
&lt;br /&gt;
== Equipamentos de Pesquisa ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Impressora3D Impressora 3D]&lt;br /&gt;
&lt;br /&gt;
== Equipamentos de Informática ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/Cabo_de_Rede Montagem de Cabos de Rede]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/Impressoras Impressoras]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/NoBreak No Break]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/HD Teste HD - smartctl]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/RotuladorPT80 Rotuladora PT80]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/PastaTermica Aplicação e Escolha de Pasta Térmica]&lt;br /&gt;
&lt;br /&gt;
== Ferramentas ==&lt;br /&gt;
* TODO&lt;br /&gt;
* [http://www.crvindustrial.com/blog/como-medir-parafusos-corretamente como medir parafusos]&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;strong&amp;gt;MediaWiki has been installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list] &lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
links&lt;br /&gt;
https://askubuntu.com/questions/15520/how-can-i-tell-ubuntu-to-do-nothing-when-i-close-my-laptop-lid&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>H3ct0r</name></author>	</entry>

	<entry>
		<id>http://www.verlab.dcc.ufmg.br/mediawiki/index.php?title=Main_Page&amp;diff=1498</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.verlab.dcc.ufmg.br/mediawiki/index.php?title=Main_Page&amp;diff=1498"/>
				<updated>2025-04-10T15:53:14Z</updated>
		
		<summary type="html">&lt;p&gt;H3ct0r: /* Atuadores */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Seja bem vindo a Wiki do VeRLab (Computer Vision and Robotics Laboratory - DCC - UFMG) ==&lt;br /&gt;
&lt;br /&gt;
=== [[Regras de Conduta e Termo de Compromisso]] ===&lt;br /&gt;
=== [[Como rodar seu experimento]] ===&lt;br /&gt;
=== [[Trabalhando remotamente]] ===&lt;br /&gt;
&lt;br /&gt;
=== [[Dicas para escrever e apresentar sua publicação]] ===&lt;br /&gt;
=== [http://www.verlab.dcc.ufmg.br/mediawiki/index.php/Special:AllPages  Relação de todas as páginas dessa wiki] ===&lt;br /&gt;
&lt;br /&gt;
== [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Robot Robôs] ==&lt;br /&gt;
&lt;br /&gt;
==== Small size Robots ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Main_Page/e-puck E-puck]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/HeRo HeRo]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Espcopter Espcopter]&lt;br /&gt;
&lt;br /&gt;
==== Mobile Robots ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Roomba Roomba]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Kobuki Kobuki]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Pioneer Pioneer - ActivMedia Robotics]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Jackal Jackal - Clearpath Robotics]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Tamiya Tamiya TXT-1]&lt;br /&gt;
&lt;br /&gt;
==== Robot Arm ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Kinova_Gen3_Ultra Gen3 Ultra lightweight robot arm - KINOVA]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Fenrir_Arm Fenrir]&lt;br /&gt;
&lt;br /&gt;
==== Multirotor ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ARdrone Parrot AR.Drone 2.0]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Hummingbird AscTec Hummingbird]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Pelican AscTec Pelican]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Iris 3DR IRIS+]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/X8 3DR X8+]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/DJI Tello]&lt;br /&gt;
&lt;br /&gt;
==== Fixed-Wing ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Aero 3DR Aero]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/E384 Drone E384]&lt;br /&gt;
&lt;br /&gt;
== [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Sensor Sensores] ==&lt;br /&gt;
==== Laser ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Laser_Hokuyo Hokuyo]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/LaserVelodyne Velodyne]&lt;br /&gt;
&lt;br /&gt;
==== IMU (unidades inerciais, acelerômetro, magnetometro, barômetro e etc ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/IMU IMUs]&lt;br /&gt;
&lt;br /&gt;
==== Câmeras ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Camera_360 Camera 360]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GoPro GoPro]&lt;br /&gt;
* TODO Kinect One (Xbox One)&lt;br /&gt;
* TODO Kinect v2 (Xbox 360)&lt;br /&gt;
* TODO [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ZED StereoLabs ZED(RGBD)]&lt;br /&gt;
* TODO [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/RealSense Intel Real Sense (RGBD)]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Asus_Xtion_PRO Asus Xtion PRO]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/WebCams WebCams]&lt;br /&gt;
&lt;br /&gt;
==== Realidade Virtual e Aumentada ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Hololens HoloLens]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Oculus_Rift Oculus Rift]&lt;br /&gt;
&lt;br /&gt;
== Atuadores ==&lt;br /&gt;
* Dynamixel AX-12&lt;br /&gt;
* Dynamixel MX-64AT&lt;br /&gt;
* TODO Motor Servo&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Oculus_Rift Oculus Rift]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GeomagicTouch]([https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Oculus_Rift Oculus Rift])&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Placas Controladoras e Sensor Nodes ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Arduino Arduino]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ESP32 ESP32]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ESP8266 ESP8266]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/RaspberryPi Raspberry Pi]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Jetson_Nano Jetson nano - Nvidia]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/mote Sensor Nodes]&lt;br /&gt;
&lt;br /&gt;
== Softwares ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Singularity Singularity]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Docker Docker]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ROS ROS - Robot Operacional System]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GAZEBO Gazebo]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Virtualenv Python Virtual Enviroment]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GitHub_do_Verlab GitHub do Verlab]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Sistema_Operacional_Windows S.O. Windows]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Sistema_Operacional_Linux S.O. Linux]&lt;br /&gt;
&lt;br /&gt;
== Equipamentos de Pesquisa ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Impressora3D Impressora 3D]&lt;br /&gt;
&lt;br /&gt;
== Equipamentos de Informática ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/Cabo_de_Rede Montagem de Cabos de Rede]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/Impressoras Impressoras]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/NoBreak No Break]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/HD Teste HD - smartctl]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/RotuladorPT80 Rotuladora PT80]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/PastaTermica Aplicação e Escolha de Pasta Térmica]&lt;br /&gt;
&lt;br /&gt;
== Ferramentas ==&lt;br /&gt;
* TODO&lt;br /&gt;
* [http://www.crvindustrial.com/blog/como-medir-parafusos-corretamente como medir parafusos]&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;strong&amp;gt;MediaWiki has been installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list] &lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
links&lt;br /&gt;
https://askubuntu.com/questions/15520/how-can-i-tell-ubuntu-to-do-nothing-when-i-close-my-laptop-lid&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>H3ct0r</name></author>	</entry>

	<entry>
		<id>http://www.verlab.dcc.ufmg.br/mediawiki/index.php?title=Main_Page&amp;diff=1497</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.verlab.dcc.ufmg.br/mediawiki/index.php?title=Main_Page&amp;diff=1497"/>
				<updated>2025-04-10T15:53:04Z</updated>
		
		<summary type="html">&lt;p&gt;H3ct0r: /* Atuadores */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Seja bem vindo a Wiki do VeRLab (Computer Vision and Robotics Laboratory - DCC - UFMG) ==&lt;br /&gt;
&lt;br /&gt;
=== [[Regras de Conduta e Termo de Compromisso]] ===&lt;br /&gt;
=== [[Como rodar seu experimento]] ===&lt;br /&gt;
=== [[Trabalhando remotamente]] ===&lt;br /&gt;
&lt;br /&gt;
=== [[Dicas para escrever e apresentar sua publicação]] ===&lt;br /&gt;
=== [http://www.verlab.dcc.ufmg.br/mediawiki/index.php/Special:AllPages  Relação de todas as páginas dessa wiki] ===&lt;br /&gt;
&lt;br /&gt;
== [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Robot Robôs] ==&lt;br /&gt;
&lt;br /&gt;
==== Small size Robots ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Main_Page/e-puck E-puck]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/HeRo HeRo]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Espcopter Espcopter]&lt;br /&gt;
&lt;br /&gt;
==== Mobile Robots ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Roomba Roomba]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Kobuki Kobuki]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Pioneer Pioneer - ActivMedia Robotics]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Jackal Jackal - Clearpath Robotics]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Tamiya Tamiya TXT-1]&lt;br /&gt;
&lt;br /&gt;
==== Robot Arm ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Kinova_Gen3_Ultra Gen3 Ultra lightweight robot arm - KINOVA]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Fenrir_Arm Fenrir]&lt;br /&gt;
&lt;br /&gt;
==== Multirotor ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ARdrone Parrot AR.Drone 2.0]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Hummingbird AscTec Hummingbird]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Pelican AscTec Pelican]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Iris 3DR IRIS+]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/X8 3DR X8+]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/DJI Tello]&lt;br /&gt;
&lt;br /&gt;
==== Fixed-Wing ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Aero 3DR Aero]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/E384 Drone E384]&lt;br /&gt;
&lt;br /&gt;
== [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Sensor Sensores] ==&lt;br /&gt;
==== Laser ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Laser_Hokuyo Hokuyo]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/LaserVelodyne Velodyne]&lt;br /&gt;
&lt;br /&gt;
==== IMU (unidades inerciais, acelerômetro, magnetometro, barômetro e etc ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/IMU IMUs]&lt;br /&gt;
&lt;br /&gt;
==== Câmeras ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Camera_360 Camera 360]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GoPro GoPro]&lt;br /&gt;
* TODO Kinect One (Xbox One)&lt;br /&gt;
* TODO Kinect v2 (Xbox 360)&lt;br /&gt;
* TODO [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ZED StereoLabs ZED(RGBD)]&lt;br /&gt;
* TODO [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/RealSense Intel Real Sense (RGBD)]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Asus_Xtion_PRO Asus Xtion PRO]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/WebCams WebCams]&lt;br /&gt;
&lt;br /&gt;
==== Realidade Virtual e Aumentada ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Hololens HoloLens]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Oculus_Rift Oculus Rift]&lt;br /&gt;
&lt;br /&gt;
== Atuadores ==&lt;br /&gt;
* Dynamixel AX-12&lt;br /&gt;
* Dynamixel MX-64AT&lt;br /&gt;
* TODO Motor Servo&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Oculus_Rift Oculus Rift]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GeomagicTouch]&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Placas Controladoras e Sensor Nodes ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Arduino Arduino]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ESP32 ESP32]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ESP8266 ESP8266]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/RaspberryPi Raspberry Pi]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Jetson_Nano Jetson nano - Nvidia]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/mote Sensor Nodes]&lt;br /&gt;
&lt;br /&gt;
== Softwares ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Singularity Singularity]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Docker Docker]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ROS ROS - Robot Operacional System]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GAZEBO Gazebo]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Virtualenv Python Virtual Enviroment]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GitHub_do_Verlab GitHub do Verlab]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Sistema_Operacional_Windows S.O. Windows]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Sistema_Operacional_Linux S.O. Linux]&lt;br /&gt;
&lt;br /&gt;
== Equipamentos de Pesquisa ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Impressora3D Impressora 3D]&lt;br /&gt;
&lt;br /&gt;
== Equipamentos de Informática ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/Cabo_de_Rede Montagem de Cabos de Rede]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/Impressoras Impressoras]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/NoBreak No Break]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/HD Teste HD - smartctl]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/RotuladorPT80 Rotuladora PT80]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/PastaTermica Aplicação e Escolha de Pasta Térmica]&lt;br /&gt;
&lt;br /&gt;
== Ferramentas ==&lt;br /&gt;
* TODO&lt;br /&gt;
* [http://www.crvindustrial.com/blog/como-medir-parafusos-corretamente como medir parafusos]&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;strong&amp;gt;MediaWiki has been installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list] &lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
links&lt;br /&gt;
https://askubuntu.com/questions/15520/how-can-i-tell-ubuntu-to-do-nothing-when-i-close-my-laptop-lid&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>H3ct0r</name></author>	</entry>

	<entry>
		<id>http://www.verlab.dcc.ufmg.br/mediawiki/index.php?title=Main_Page&amp;diff=1496</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.verlab.dcc.ufmg.br/mediawiki/index.php?title=Main_Page&amp;diff=1496"/>
				<updated>2025-04-10T15:52:48Z</updated>
		
		<summary type="html">&lt;p&gt;H3ct0r: /* Atuadores */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Seja bem vindo a Wiki do VeRLab (Computer Vision and Robotics Laboratory - DCC - UFMG) ==&lt;br /&gt;
&lt;br /&gt;
=== [[Regras de Conduta e Termo de Compromisso]] ===&lt;br /&gt;
=== [[Como rodar seu experimento]] ===&lt;br /&gt;
=== [[Trabalhando remotamente]] ===&lt;br /&gt;
&lt;br /&gt;
=== [[Dicas para escrever e apresentar sua publicação]] ===&lt;br /&gt;
=== [http://www.verlab.dcc.ufmg.br/mediawiki/index.php/Special:AllPages  Relação de todas as páginas dessa wiki] ===&lt;br /&gt;
&lt;br /&gt;
== [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Robot Robôs] ==&lt;br /&gt;
&lt;br /&gt;
==== Small size Robots ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Main_Page/e-puck E-puck]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/HeRo HeRo]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Espcopter Espcopter]&lt;br /&gt;
&lt;br /&gt;
==== Mobile Robots ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Roomba Roomba]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Kobuki Kobuki]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Pioneer Pioneer - ActivMedia Robotics]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Jackal Jackal - Clearpath Robotics]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Tamiya Tamiya TXT-1]&lt;br /&gt;
&lt;br /&gt;
==== Robot Arm ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Kinova_Gen3_Ultra Gen3 Ultra lightweight robot arm - KINOVA]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Fenrir_Arm Fenrir]&lt;br /&gt;
&lt;br /&gt;
==== Multirotor ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ARdrone Parrot AR.Drone 2.0]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Hummingbird AscTec Hummingbird]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Pelican AscTec Pelican]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Iris 3DR IRIS+]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/X8 3DR X8+]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/DJI Tello]&lt;br /&gt;
&lt;br /&gt;
==== Fixed-Wing ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Aero 3DR Aero]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/E384 Drone E384]&lt;br /&gt;
&lt;br /&gt;
== [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Sensor Sensores] ==&lt;br /&gt;
==== Laser ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Laser_Hokuyo Hokuyo]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/LaserVelodyne Velodyne]&lt;br /&gt;
&lt;br /&gt;
==== IMU (unidades inerciais, acelerômetro, magnetometro, barômetro e etc ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/IMU IMUs]&lt;br /&gt;
&lt;br /&gt;
==== Câmeras ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Camera_360 Camera 360]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GoPro GoPro]&lt;br /&gt;
* TODO Kinect One (Xbox One)&lt;br /&gt;
* TODO Kinect v2 (Xbox 360)&lt;br /&gt;
* TODO [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ZED StereoLabs ZED(RGBD)]&lt;br /&gt;
* TODO [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/RealSense Intel Real Sense (RGBD)]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Asus_Xtion_PRO Asus Xtion PRO]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/WebCams WebCams]&lt;br /&gt;
&lt;br /&gt;
==== Realidade Virtual e Aumentada ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Hololens HoloLens]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Oculus_Rift Oculus Rift]&lt;br /&gt;
&lt;br /&gt;
== Atuadores ==&lt;br /&gt;
* Dynamixel AX-12&lt;br /&gt;
* Dynamixel MX-64AT&lt;br /&gt;
* TODO Motor Servo&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Oculus_Rift Oculus Rift]&lt;br /&gt;
* (Interface Haptica Geomagic Touch )[https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GeomagicTouch]&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Placas Controladoras e Sensor Nodes ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Arduino Arduino]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ESP32 ESP32]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ESP8266 ESP8266]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/RaspberryPi Raspberry Pi]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Jetson_Nano Jetson nano - Nvidia]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/mote Sensor Nodes]&lt;br /&gt;
&lt;br /&gt;
== Softwares ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Singularity Singularity]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Docker Docker]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ROS ROS - Robot Operacional System]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GAZEBO Gazebo]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Virtualenv Python Virtual Enviroment]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GitHub_do_Verlab GitHub do Verlab]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Sistema_Operacional_Windows S.O. Windows]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Sistema_Operacional_Linux S.O. Linux]&lt;br /&gt;
&lt;br /&gt;
== Equipamentos de Pesquisa ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Impressora3D Impressora 3D]&lt;br /&gt;
&lt;br /&gt;
== Equipamentos de Informática ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/Cabo_de_Rede Montagem de Cabos de Rede]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/Impressoras Impressoras]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/NoBreak No Break]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/HD Teste HD - smartctl]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/RotuladorPT80 Rotuladora PT80]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/PastaTermica Aplicação e Escolha de Pasta Térmica]&lt;br /&gt;
&lt;br /&gt;
== Ferramentas ==&lt;br /&gt;
* TODO&lt;br /&gt;
* [http://www.crvindustrial.com/blog/como-medir-parafusos-corretamente como medir parafusos]&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;strong&amp;gt;MediaWiki has been installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list] &lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
links&lt;br /&gt;
https://askubuntu.com/questions/15520/how-can-i-tell-ubuntu-to-do-nothing-when-i-close-my-laptop-lid&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>H3ct0r</name></author>	</entry>

	<entry>
		<id>http://www.verlab.dcc.ufmg.br/mediawiki/index.php?title=Main_Page&amp;diff=1495</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.verlab.dcc.ufmg.br/mediawiki/index.php?title=Main_Page&amp;diff=1495"/>
				<updated>2025-04-10T15:52:27Z</updated>
		
		<summary type="html">&lt;p&gt;H3ct0r: /* Atuadores */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Seja bem vindo a Wiki do VeRLab (Computer Vision and Robotics Laboratory - DCC - UFMG) ==&lt;br /&gt;
&lt;br /&gt;
=== [[Regras de Conduta e Termo de Compromisso]] ===&lt;br /&gt;
=== [[Como rodar seu experimento]] ===&lt;br /&gt;
=== [[Trabalhando remotamente]] ===&lt;br /&gt;
&lt;br /&gt;
=== [[Dicas para escrever e apresentar sua publicação]] ===&lt;br /&gt;
=== [http://www.verlab.dcc.ufmg.br/mediawiki/index.php/Special:AllPages  Relação de todas as páginas dessa wiki] ===&lt;br /&gt;
&lt;br /&gt;
== [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Robot Robôs] ==&lt;br /&gt;
&lt;br /&gt;
==== Small size Robots ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Main_Page/e-puck E-puck]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/HeRo HeRo]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Espcopter Espcopter]&lt;br /&gt;
&lt;br /&gt;
==== Mobile Robots ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Roomba Roomba]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Kobuki Kobuki]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Pioneer Pioneer - ActivMedia Robotics]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Jackal Jackal - Clearpath Robotics]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Tamiya Tamiya TXT-1]&lt;br /&gt;
&lt;br /&gt;
==== Robot Arm ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Kinova_Gen3_Ultra Gen3 Ultra lightweight robot arm - KINOVA]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Fenrir_Arm Fenrir]&lt;br /&gt;
&lt;br /&gt;
==== Multirotor ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ARdrone Parrot AR.Drone 2.0]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Hummingbird AscTec Hummingbird]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Pelican AscTec Pelican]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Iris 3DR IRIS+]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/X8 3DR X8+]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/DJI Tello]&lt;br /&gt;
&lt;br /&gt;
==== Fixed-Wing ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Aero 3DR Aero]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/E384 Drone E384]&lt;br /&gt;
&lt;br /&gt;
== [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Sensor Sensores] ==&lt;br /&gt;
==== Laser ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Laser_Hokuyo Hokuyo]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/LaserVelodyne Velodyne]&lt;br /&gt;
&lt;br /&gt;
==== IMU (unidades inerciais, acelerômetro, magnetometro, barômetro e etc ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/IMU IMUs]&lt;br /&gt;
&lt;br /&gt;
==== Câmeras ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Camera_360 Camera 360]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GoPro GoPro]&lt;br /&gt;
* TODO Kinect One (Xbox One)&lt;br /&gt;
* TODO Kinect v2 (Xbox 360)&lt;br /&gt;
* TODO [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ZED StereoLabs ZED(RGBD)]&lt;br /&gt;
* TODO [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/RealSense Intel Real Sense (RGBD)]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Asus_Xtion_PRO Asus Xtion PRO]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/WebCams WebCams]&lt;br /&gt;
&lt;br /&gt;
==== Realidade Virtual e Aumentada ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Hololens HoloLens]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Oculus_Rift Oculus Rift]&lt;br /&gt;
&lt;br /&gt;
== Atuadores ==&lt;br /&gt;
* Dynamixel AX-12&lt;br /&gt;
* Dynamixel MX-64AT&lt;br /&gt;
* TODO Motor Servo&lt;br /&gt;
* (Interface Haptica Geomagic Touch )[https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GeomagicTouch]&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Placas Controladoras e Sensor Nodes ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Arduino Arduino]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ESP32 ESP32]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ESP8266 ESP8266]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/RaspberryPi Raspberry Pi]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Jetson_Nano Jetson nano - Nvidia]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/mote Sensor Nodes]&lt;br /&gt;
&lt;br /&gt;
== Softwares ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Singularity Singularity]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Docker Docker]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ROS ROS - Robot Operacional System]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GAZEBO Gazebo]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Virtualenv Python Virtual Enviroment]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GitHub_do_Verlab GitHub do Verlab]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Sistema_Operacional_Windows S.O. Windows]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Sistema_Operacional_Linux S.O. Linux]&lt;br /&gt;
&lt;br /&gt;
== Equipamentos de Pesquisa ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Impressora3D Impressora 3D]&lt;br /&gt;
&lt;br /&gt;
== Equipamentos de Informática ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/Cabo_de_Rede Montagem de Cabos de Rede]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/Impressoras Impressoras]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/NoBreak No Break]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/HD Teste HD - smartctl]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/RotuladorPT80 Rotuladora PT80]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/PastaTermica Aplicação e Escolha de Pasta Térmica]&lt;br /&gt;
&lt;br /&gt;
== Ferramentas ==&lt;br /&gt;
* TODO&lt;br /&gt;
* [http://www.crvindustrial.com/blog/como-medir-parafusos-corretamente como medir parafusos]&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;strong&amp;gt;MediaWiki has been installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list] &lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
links&lt;br /&gt;
https://askubuntu.com/questions/15520/how-can-i-tell-ubuntu-to-do-nothing-when-i-close-my-laptop-lid&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>H3ct0r</name></author>	</entry>

	<entry>
		<id>http://www.verlab.dcc.ufmg.br/mediawiki/index.php?title=Main_Page&amp;diff=1494</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.verlab.dcc.ufmg.br/mediawiki/index.php?title=Main_Page&amp;diff=1494"/>
				<updated>2025-04-10T15:52:16Z</updated>
		
		<summary type="html">&lt;p&gt;H3ct0r: /* Atuadores */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Seja bem vindo a Wiki do VeRLab (Computer Vision and Robotics Laboratory - DCC - UFMG) ==&lt;br /&gt;
&lt;br /&gt;
=== [[Regras de Conduta e Termo de Compromisso]] ===&lt;br /&gt;
=== [[Como rodar seu experimento]] ===&lt;br /&gt;
=== [[Trabalhando remotamente]] ===&lt;br /&gt;
&lt;br /&gt;
=== [[Dicas para escrever e apresentar sua publicação]] ===&lt;br /&gt;
=== [http://www.verlab.dcc.ufmg.br/mediawiki/index.php/Special:AllPages  Relação de todas as páginas dessa wiki] ===&lt;br /&gt;
&lt;br /&gt;
== [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Robot Robôs] ==&lt;br /&gt;
&lt;br /&gt;
==== Small size Robots ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Main_Page/e-puck E-puck]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/HeRo HeRo]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Espcopter Espcopter]&lt;br /&gt;
&lt;br /&gt;
==== Mobile Robots ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Roomba Roomba]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Kobuki Kobuki]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Pioneer Pioneer - ActivMedia Robotics]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Jackal Jackal - Clearpath Robotics]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Tamiya Tamiya TXT-1]&lt;br /&gt;
&lt;br /&gt;
==== Robot Arm ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Kinova_Gen3_Ultra Gen3 Ultra lightweight robot arm - KINOVA]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Fenrir_Arm Fenrir]&lt;br /&gt;
&lt;br /&gt;
==== Multirotor ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ARdrone Parrot AR.Drone 2.0]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Hummingbird AscTec Hummingbird]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Pelican AscTec Pelican]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Iris 3DR IRIS+]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/X8 3DR X8+]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/DJI Tello]&lt;br /&gt;
&lt;br /&gt;
==== Fixed-Wing ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Aero 3DR Aero]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/E384 Drone E384]&lt;br /&gt;
&lt;br /&gt;
== [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Sensor Sensores] ==&lt;br /&gt;
==== Laser ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Laser_Hokuyo Hokuyo]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/LaserVelodyne Velodyne]&lt;br /&gt;
&lt;br /&gt;
==== IMU (unidades inerciais, acelerômetro, magnetometro, barômetro e etc ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/IMU IMUs]&lt;br /&gt;
&lt;br /&gt;
==== Câmeras ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Camera_360 Camera 360]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GoPro GoPro]&lt;br /&gt;
* TODO Kinect One (Xbox One)&lt;br /&gt;
* TODO Kinect v2 (Xbox 360)&lt;br /&gt;
* TODO [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ZED StereoLabs ZED(RGBD)]&lt;br /&gt;
* TODO [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/RealSense Intel Real Sense (RGBD)]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Asus_Xtion_PRO Asus Xtion PRO]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/WebCams WebCams]&lt;br /&gt;
&lt;br /&gt;
==== Realidade Virtual e Aumentada ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Hololens HoloLens]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Oculus_Rift Oculus Rift]&lt;br /&gt;
&lt;br /&gt;
== Atuadores ==&lt;br /&gt;
* Dynamixel AX-12&lt;br /&gt;
* Dynamixel MX-64AT&lt;br /&gt;
* TODO Motor Servo&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GeomagicTouch]&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Placas Controladoras e Sensor Nodes ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Arduino Arduino]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ESP32 ESP32]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ESP8266 ESP8266]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/RaspberryPi Raspberry Pi]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Jetson_Nano Jetson nano - Nvidia]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/mote Sensor Nodes]&lt;br /&gt;
&lt;br /&gt;
== Softwares ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Singularity Singularity]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Docker Docker]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ROS ROS - Robot Operacional System]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GAZEBO Gazebo]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Virtualenv Python Virtual Enviroment]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GitHub_do_Verlab GitHub do Verlab]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Sistema_Operacional_Windows S.O. Windows]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Sistema_Operacional_Linux S.O. Linux]&lt;br /&gt;
&lt;br /&gt;
== Equipamentos de Pesquisa ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Impressora3D Impressora 3D]&lt;br /&gt;
&lt;br /&gt;
== Equipamentos de Informática ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/Cabo_de_Rede Montagem de Cabos de Rede]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/Impressoras Impressoras]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/NoBreak No Break]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/HD Teste HD - smartctl]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/RotuladorPT80 Rotuladora PT80]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/PastaTermica Aplicação e Escolha de Pasta Térmica]&lt;br /&gt;
&lt;br /&gt;
== Ferramentas ==&lt;br /&gt;
* TODO&lt;br /&gt;
* [http://www.crvindustrial.com/blog/como-medir-parafusos-corretamente como medir parafusos]&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;strong&amp;gt;MediaWiki has been installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list] &lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
links&lt;br /&gt;
https://askubuntu.com/questions/15520/how-can-i-tell-ubuntu-to-do-nothing-when-i-close-my-laptop-lid&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>H3ct0r</name></author>	</entry>

	<entry>
		<id>http://www.verlab.dcc.ufmg.br/mediawiki/index.php?title=Main_Page&amp;diff=1493</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://www.verlab.dcc.ufmg.br/mediawiki/index.php?title=Main_Page&amp;diff=1493"/>
				<updated>2025-04-10T15:51:53Z</updated>
		
		<summary type="html">&lt;p&gt;H3ct0r: /* Atuadores */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Seja bem vindo a Wiki do VeRLab (Computer Vision and Robotics Laboratory - DCC - UFMG) ==&lt;br /&gt;
&lt;br /&gt;
=== [[Regras de Conduta e Termo de Compromisso]] ===&lt;br /&gt;
=== [[Como rodar seu experimento]] ===&lt;br /&gt;
=== [[Trabalhando remotamente]] ===&lt;br /&gt;
&lt;br /&gt;
=== [[Dicas para escrever e apresentar sua publicação]] ===&lt;br /&gt;
=== [http://www.verlab.dcc.ufmg.br/mediawiki/index.php/Special:AllPages  Relação de todas as páginas dessa wiki] ===&lt;br /&gt;
&lt;br /&gt;
== [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Robot Robôs] ==&lt;br /&gt;
&lt;br /&gt;
==== Small size Robots ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Main_Page/e-puck E-puck]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/HeRo HeRo]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Espcopter Espcopter]&lt;br /&gt;
&lt;br /&gt;
==== Mobile Robots ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Roomba Roomba]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Kobuki Kobuki]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Pioneer Pioneer - ActivMedia Robotics]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Jackal Jackal - Clearpath Robotics]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Tamiya Tamiya TXT-1]&lt;br /&gt;
&lt;br /&gt;
==== Robot Arm ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Kinova_Gen3_Ultra Gen3 Ultra lightweight robot arm - KINOVA]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Fenrir_Arm Fenrir]&lt;br /&gt;
&lt;br /&gt;
==== Multirotor ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ARdrone Parrot AR.Drone 2.0]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Hummingbird AscTec Hummingbird]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Pelican AscTec Pelican]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Iris 3DR IRIS+]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/X8 3DR X8+]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/DJI Tello]&lt;br /&gt;
&lt;br /&gt;
==== Fixed-Wing ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Aero 3DR Aero]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/E384 Drone E384]&lt;br /&gt;
&lt;br /&gt;
== [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Sensor Sensores] ==&lt;br /&gt;
==== Laser ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Laser_Hokuyo Hokuyo]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/LaserVelodyne Velodyne]&lt;br /&gt;
&lt;br /&gt;
==== IMU (unidades inerciais, acelerômetro, magnetometro, barômetro e etc ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/IMU IMUs]&lt;br /&gt;
&lt;br /&gt;
==== Câmeras ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Camera_360 Camera 360]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GoPro GoPro]&lt;br /&gt;
* TODO Kinect One (Xbox One)&lt;br /&gt;
* TODO Kinect v2 (Xbox 360)&lt;br /&gt;
* TODO [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ZED StereoLabs ZED(RGBD)]&lt;br /&gt;
* TODO [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/RealSense Intel Real Sense (RGBD)]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Asus_Xtion_PRO Asus Xtion PRO]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/WebCams WebCams]&lt;br /&gt;
&lt;br /&gt;
==== Realidade Virtual e Aumentada ====&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Hololens HoloLens]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Oculus_Rift Oculus Rift]&lt;br /&gt;
&lt;br /&gt;
== Atuadores ==&lt;br /&gt;
* Dynamixel AX-12&lt;br /&gt;
* Dynamixel MX-64AT&lt;br /&gt;
* TODO Motor Servo&lt;br /&gt;
* Interface Haptica Geomagic Touch [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GeomagicTouch]&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Placas Controladoras e Sensor Nodes ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Arduino Arduino]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ESP32 ESP32]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ESP8266 ESP8266]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/RaspberryPi Raspberry Pi]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Jetson_Nano Jetson nano - Nvidia]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/mote Sensor Nodes]&lt;br /&gt;
&lt;br /&gt;
== Softwares ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Singularity Singularity]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Docker Docker]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/ROS ROS - Robot Operacional System]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GAZEBO Gazebo]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Virtualenv Python Virtual Enviroment]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/GitHub_do_Verlab GitHub do Verlab]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Sistema_Operacional_Windows S.O. Windows]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Sistema_Operacional_Linux S.O. Linux]&lt;br /&gt;
&lt;br /&gt;
== Equipamentos de Pesquisa ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/Impressora3D Impressora 3D]&lt;br /&gt;
&lt;br /&gt;
== Equipamentos de Informática ==&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/Cabo_de_Rede Montagem de Cabos de Rede]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/Impressoras Impressoras]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/NoBreak No Break]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/HD Teste HD - smartctl]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/RotuladorPT80 Rotuladora PT80]&lt;br /&gt;
* [https://www.verlab.dcc.ufmg.br/mediawiki/index.php/EquipamentoInformatica/PastaTermica Aplicação e Escolha de Pasta Térmica]&lt;br /&gt;
&lt;br /&gt;
== Ferramentas ==&lt;br /&gt;
* TODO&lt;br /&gt;
* [http://www.crvindustrial.com/blog/como-medir-parafusos-corretamente como medir parafusos]&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;strong&amp;gt;MediaWiki has been installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list] &lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
links&lt;br /&gt;
https://askubuntu.com/questions/15520/how-can-i-tell-ubuntu-to-do-nothing-when-i-close-my-laptop-lid&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>H3ct0r</name></author>	</entry>

	<entry>
		<id>http://www.verlab.dcc.ufmg.br/mediawiki/index.php?title=GeomagicTouch&amp;diff=1492</id>
		<title>GeomagicTouch</title>
		<link rel="alternate" type="text/html" href="http://www.verlab.dcc.ufmg.br/mediawiki/index.php?title=GeomagicTouch&amp;diff=1492"/>
				<updated>2025-04-10T15:49:01Z</updated>
		
		<summary type="html">&lt;p&gt;H3ct0r: Created page with &amp;quot;# This wiki is a copy of https://github.com/jhu-cisst-external/3ds-touch-openhaptics  # Introduction  The goal of this repository is to facilitate the installation of the GeoM...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# This wiki is a copy of https://github.com/jhu-cisst-external/3ds-touch-openhaptics&lt;br /&gt;
&lt;br /&gt;
# Introduction&lt;br /&gt;
&lt;br /&gt;
The goal of this repository is to facilitate the installation of the GeoMagic/3DS Touch hapic device drivers (USB or Ethernet based) as well as the OpenHaptics SDK (education version) on Ubuntu.  This was successfuly tested on Ubuntu 18.04 LTS 64 bits with the 2019 drivers.  We've had mixed success on Ubuntu 22.04 with the 2022 drivers (see notes below).  These scripts are provided to automate the installation process described in https://support.3dsystems.com/s/article/OpenHaptics-for-Linux-Developer-Edition-v34.&lt;br /&gt;
&lt;br /&gt;
You will still need to configure your device following the instructions from: https://s3.amazonaws.com/dl.3dsystems.com/binaries/Sensable/Linux/Installation+Instructions.pdf, skip to step 7 if you installed the drivers using the scripts in this repository.&lt;br /&gt;
&lt;br /&gt;
To install the drivers for older FireWire based devices (Phantom Omni), see https://github.com/jhu-cisst-external/phantom-omni-1394-drivers.&lt;br /&gt;
&lt;br /&gt;
# Which drivers?&lt;br /&gt;
&lt;br /&gt;
2019 drivers are working fine on Ubuntu 18.04 so no need to use the 2022 version.  These drivers also work on Ubuntu 20.04 for the ethernet based Touch but hang for USB devices.&lt;br /&gt;
&lt;br /&gt;
2022 drivers work on Ubuntu 20.04 with Ethernet and USB based Touch devices but we ran into issues when setting our own device name in `Touch_Setup`.  This might be related to the path used to store the device configuration but we couldn't figure out any working configuration.  So we were able to use `hdInitDevice(HD_DEFAULT_DEVICE)` but not `htInitDevice(&amp;quot;custom_name&amp;quot;)`.&lt;br /&gt;
&lt;br /&gt;
# Instructions&lt;br /&gt;
&lt;br /&gt;
The 4 scripts provided will perform most of the steps required to download/install OR un-install the files required for the Touch drivers as well as the OpenHaptics SDK.&lt;br /&gt;
&lt;br /&gt;
The two install scripts should be executed without `sudo` though sudo privileges are required (you might be prompted for a password).  This is so temporary files are not created with root id/gid.  Once the install script is done, **you should log out and log back in**.  This is so the `GTDD_HOME` environment variable is set correctly.  Alternatively, you can also `source /etc/profile.d/3ds-touch-drivers.sh` manually to set the environment variable.&lt;br /&gt;
&lt;br /&gt;
The two uninstall scripts need to be executed with `sudo`.&lt;br /&gt;
&lt;br /&gt;
# Notes&lt;br /&gt;
&lt;br /&gt;
The install is a bit different from the process described in the 3DS instructions:&lt;br /&gt;
* There is no need to use `chmod` in the `/dev` directory, just make sure your uid is added to the group with read/write permissions on the directory (commonly used groups are `plugdev`, `dialout` and `lp`)&lt;br /&gt;
* Environment variables are set in `/etc/profile.d` instead of `/etc/environment`&lt;/div&gt;</summary>
		<author><name>H3ct0r</name></author>	</entry>

	</feed>