-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update robotlab info for new facilities; add one line to README.md ab…
…out compiling and debugging the website locally.
- Loading branch information
1 parent
1d9cd47
commit 9714c69
Showing
8 changed files
with
47 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
layout: page | ||
title: Robotlab - Piab Vacuum Kit | ||
permalink: /robotlab/piabgripper | ||
--- | ||
|
||
[Piab](https://www.piab.com) provides vacuum technologies for lifting and moving objects in automation applications. The lab space has received a package of vacuum cups and soft grippers that may suit different payloads and object geometries. The grippers can be connected to robot arms such as [UR5e](./ur5e) and actuated with vacuum ejector (the red aspirator in the picture) or piCOMPACT I/O link (the device in the picture). Note you might need air compressor as in the picture below and pneumatic valves to control on/off of the grip. Consult the lab manager on how to use them properly. | ||
|
||
<div> | ||
<img src="./assets/img/IMG_0685.jpeg" width="576" height="432"/> | ||
<img src="./assets/img/IMG_0686.jpeg" width="576" height="432"/> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
layout: page | ||
title: Robotlab - TerraBot | ||
permalink: /robotlab/terrabot | ||
--- | ||
|
||
Template for Experimental Robotic Research and Applications (TERRA) is a home-made mobile robot with inspirations from [a project at Cornell University](https://dl.acm.org/doi/10.1145/3568294.3580206) and the Arlo robots. It is produced as a master thesis work by [Stefan Kröll Rasmussen](https://github.com/SKroell/TERRA-bot). | ||
|
||
The robot is powered by the chasis of a hoverboard so it can operate under considerable payload for more than 5 hours. It equips a piece of Rasberry Pi 5 with ROS2 installed, supporting web access to an onboard camera and motion commands from a remote computer. The main purpose of Terra is for human-robot interaction research, e.g. in open space environments, for its long battery lifespan and full possibility of customization. It may also be used as a substitute when you seek to use Arlos for your project while they are occupied by teaching activities. | ||
|
||
<div> | ||
<img src="./assets/img/IMG_0683.jpeg" width="432" height="576"/> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
layout: page | ||
title: Robotlab - UFactory xArm6 | ||
permalink: /robotlab/xarm6 | ||
--- | ||
|
||
UFactory xArm6 is among a series of light-weight multi-DOFs robots with simple programming interface. It has 6 revolute joints and 5kg payload, with a repetitive accuracy of 0.1mm. The official repository contains a rich document about programming it with [python SDK](https://github.com/xArm-Developer/xArm-Python-SDK) or [ROS](https://github.com/xArm-Developer/xarm_ros2). The remote computer can be connected to the robot via a network and a direct cable if low latency is desired. | ||
|
||
<div> | ||
<img src="./assets/img/IMG_0684.jpeg" width="432" height="576"/> | ||
</div> |