From 812a6acc8f81bcac0e4a543fd5562217fb4029e6 Mon Sep 17 00:00:00 2001 From: navigator8972 Date: Thu, 6 Jun 2024 13:16:17 +0200 Subject: [PATCH] update info for robotlab - xarm6 --- README.md | 6 +++++- docs/robotlab.md | 4 ++-- docs/robotlab/xarm6.md | 4 +++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 73e8235..51ab04c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ To include your latest publications from Google Scholar, update the list of auth For more details regarding the scraping mechanism, refer to [scholar-scraper](https://github.com/tudordascalu/scholar-scraper). +# Development + +Follow [the jekyll website tutorial](https://jekyllrb.com/docs/step-by-step/01-setup/) to develop and compile the pages locally. + # Run site locally -To run the site locally, we can use docker. +To run the site locally, we can use docker. \ No newline at end of file diff --git a/docs/robotlab.md b/docs/robotlab.md index e0d19f4..8d67997 100644 --- a/docs/robotlab.md +++ b/docs/robotlab.md @@ -12,13 +12,13 @@ The lab is also equipped with an optitrack motion capture system for tracking ro The lab should be used primarily for testing robotics platforms so any repair work etc. should be done in the [toolshop](/image-website/toolshop/). -__the UR5e:__ the [UR5e]({{ site.baseurl }}{% link robotlab/ur5e.md %}) is a cobot and as such it is much safer than the standard industrial robot. It is still a potentially dangerous (and definitely expensive) machine, so make sure you have received the mandatory safety instructions before using this. +__the UR5e:__ the [UR5e]({{ site.baseurl }}{% link robotlab/ur5e.md %}) is a cobot and as such it is much safer than the standard industrial robot. It is still a potentially dangerous (and definitely expensive) machine, so make sure you have received the mandatory safety instructions before using this. The robots will be used in a MSc course in block 4 so be prepared when using them. __OnRobot RG2:__ the [OnRobot RG2]({{ site.baseurl }}{% link robotlab/rg2gripper.md %}) is eletric two-fingered gripper that can be mounted on UR5e to grasp and release objects. __Piab Pneumatic Gripper Kit:__ the [Piab Pneumatic Gripper Kit]({{ site.baseurl }}{% link robotlab/piabgripper.md %}) is a set of vacuum ejector, suction cups and soft grippers for grasping and releasing objects. You may need to use them together with compressors and valves in the lab. -__uFactory xArm6:__ [xArm6]({{ site.baseurl }}{% link robotlab/xarm6.md %}) is a light-weight cobot with similar degrees-of-freedom and payload as UR5e. However, its tool plate size is different so you may need to create your own mounting plates with 3D printing facilities. +__uFactory xArm6:__ [xArm6]({{ site.baseurl }}{% link robotlab/xarm6.md %}) is a light-weight cobot with similar degrees-of-freedom and payload as UR5e. It is possible to use above grippers although they are not natively supported. Read the detailed instruction or contact the lab manager to find a solution for using an end-effector. __The Arlos:__ Arlo is an open landdrone platform for teaching and research. We have app. 10 Arlos. These are used in the robot course and thus it should be respected that in block 1 they are reserved for this purpose. This also means that there will be significntly more activity in the lab in this period, so plan ahead. diff --git a/docs/robotlab/xarm6.md b/docs/robotlab/xarm6.md index 95a30c4..180ba33 100644 --- a/docs/robotlab/xarm6.md +++ b/docs/robotlab/xarm6.md @@ -8,4 +8,6 @@ UFactory xArm6 is among a series of light-weight multi-DOFs robots with simple p
-
\ No newline at end of file + + +The lab space does not have its native gripper and suction cup kit. However, its toolplate and RS 485 connection should be compatible to lab grippers. There are examples for using external device such as [Robotiq grippers](http://help.ufactory.cc/en/articles/3997200-guide-to-use-the-robotiq-gripper-on-ufactory-xarm). Similar programming should be possible for grippers like OnRobot RG2 or other devices supporting serial communication. \ No newline at end of file