Skip to content

Commit 103cb40

Browse files
authored
Update index.md
1 parent 7a7385b commit 103cb40

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Robot Components is a plugin for intuitive robot programming for ABB robots insi
2424

2525
If you use Rhino 7 or higher you can install Robot Components via the package manager. For other versions, you can download the latest release directly from our [Github release page](https://github.com/RobotComponents/RobotComponents/releases) and from [Food4Rhino](https://www.food4rhino.com/app/robot-components). Unzip the downloaded archive and copy all files in the Grasshopper Components folder (in GH, File > Special Folders > Components Folder). Make sure that all the files are unblocked (right-click on the file and select Properties from the menu. Click Unblock on the General tab). Restart Rhino and you are ready to go!
2626

27-
In case you want to use the components from the Controller Utility section you additionally have to install [Robot Studio](https://new.abb.com/products/robotics/robotstudio) or the ABB Robot Communication Runtime (you can download it by clicking [here](https://github.com/RobotComponents/RobotComponents/raw/main/Utility/ABB%20Robot%20Communication%20Runtime%202022.3.zip)). The current release is built and tested against the ABB PC SDK version 2022.3 (ABB Robot Communication Runtime 2022.3). We do not guarantee that the Controller Utility components work with older versions of the ABB Robot Communucation Runtime. Please contact us if you have problems with establishing a real-time connection from Grasshopper.
27+
In case you want to use the components from the Controller Utility section you additionally have to install [Robot Studio](https://new.abb.com/products/robotics/robotstudio) or the ABB Robot Communication Runtime (you can download it by clicking [here](https://github.com/RobotComponents/RobotComponents/raw/main/Utility/ABB%20Robot%20Communication%20Runtime%202022.3.zip)). The current release is built and tested against the ABB PC SDK version 2022.3 (ABB Robot Communication Runtime 2022.3). We do not guarantee that the Controller Utility components work with older versions of the ABB Robot Communication Runtime. Besides that, the components from the Controller Utility section are only supported on Windows operating systems. Please contact us if you have problems with establishing a real-time connection from Grasshopper.
2828

29-
You can find a collection of example files demonstrating the main features of Robot Components on our [Github page](https://github.com/RobotComponents/RobotComponents) and on [Food4Rhino](https://www.food4rhino.com/app/robot-components).
29+
You can find a collection of example files demonstrating the main features of Robot Components on our [Github page](https://github.com/RobotComponents/RobotComponents) and [Food4Rhino](https://www.food4rhino.com/app/robot-components).
3030

3131
For easy sharing of the download link and the documentation (with e.g. students) you can also use our [linktree](https://linktr.ee/RobotComponents).
3232

@@ -40,29 +40,29 @@ For easy sharing of the download link and the documentation (with e.g. students)
4040

4141
[**Definitions Components**]({{ site.baseurl }}{% link docs/Definitions/index.md %})**:** These components are used to define robots and robot tools which are needed for [Code Generation]({{ site.baseurl }}{% link docs/Code Generation/index.md %}) and [Simulation]({{ site.baseurl }}{% link docs/Simulation/index.md %}).
4242

43-
[**Multi Move Components**]({{ site.baseurl }}{% link docs/Multi Move/index.md %})**:** These componets are used to create RAPID programs for Multi Move tasks. Multi Move compononents are an extension of the components in the [Code Generation]({{ site.baseurl }}{% link docs/Code Generation/index.md %}) category and need to be combined with other [Code Generation]({{ site.baseurl }}{% link docs/Code Generation/index.md %}) components to create a Multi Move program.
43+
[**Multi Move Components**]({{ site.baseurl }}{% link docs/Multi Move/index.md %})**:** These components are used to create RAPID programs for Multi Move tasks. Multi Move components are an extension of the components in the [Code Generation]({{ site.baseurl }}{% link docs/Code Generation/index.md %}) category and need to be combined with other [Code Generation]({{ site.baseurl }}{% link docs/Code Generation/index.md %}) components to create a Multi Move program.
4444

4545
[**Parameters Components**]({{ site.baseurl }}{% link docs/Parameters/Actions/index.md %})**:** These components are used to maintain and store Data of [Code Generation]({{ site.baseurl }}{% link docs/Code Generation/index.md %}) and [Definitions]({{ site.baseurl }}{% link docs/Definitions/index.md %}) components.
4646

4747
[**Simulation Components**]({{ site.baseurl }}{% link docs/Simulation/index.md %})**:** These components are used to visually approximate the movement behavior of the robot before running the RAPID program and system modules on an ABB IRC5 robot controller.
4848

4949
[**Utility Components**]({{ site.baseurl }}{% link docs/Utility/index.md %})**:** These components support other component categories with extra functionality.
5050

51-
**NOTE:** By selecting **Documentation** from the right-click menu of any robot components component in grasshopper, the corresponding documentation page opens up in the browser.
51+
**NOTE:** By selecting **Documentation** from the right-click menu of any robot components component in Grasshopper, the corresponding documentation page opens up in the browser.
5252

5353
# **Credits**
5454

55-
The plugin is an open source project initiated by the chair of [Experimental and Digital Design and Construction](https://www.uni-kassel.de/fb06/institute/architektur/fachgebiete/experimentelles-und-digitales-entwerfen-und-konstruieren/home) of the University of Kassel. The technical development is executed by the developers and contributors who are listed [here](https://github.com/RobotComponents/RobotComponents/blob/master/AUTHORS.md).
55+
The plugin is an open source project that was initiated by the chair of [Experimental and Digital Design and Construction](https://www.uni-kassel.de/fb06/institute/architektur/fachgebiete/experimentelles-und-digitales-entwerfen-und-konstruieren/home) of the University of Kassel. The technical development is executed by the developers and contributors who are listed [here](https://github.com/RobotComponents/RobotComponents/blob/master/AUTHORS.md).
5656

5757
Robot Components uses the ABB PC SDK for real-time connection to ABB Robots, you can find the .dll used in this project here: [ABB developercenter](http://developercenter.robotstudio.com/landing).
5858

5959
Robot Components uses the OPW kinematics solver as described in the paper '_An Analytical Solution of the Inverse Kinematics Problem of Industrial Serial Manipulators with an Ortho-parallel Basis and a Spherical Wrist_' by Mathias Brandstötter, Arthur Angerer, and Michael Hofbaur.
6060

61-
We would like to acknowledge [Jose Luis Garcia del Castillo](https://github.com/garciadelcastillo) and [Vicente Soler](https://github.com/visose) for making their Grasshopper plugins [RobotExMachina](https://github.com/RobotExMachina) and [Robots](https://github.com/visose/Robots) available. Even our approach is different it was helpful for us to see how you implemented certain functionalities and approached certain issues.
61+
We would like to acknowledge [Jose Luis Garcia del Castillo](https://github.com/garciadelcastillo) and [Vicente Soler](https://github.com/visose) for making their Grasshopper plugins [RobotExMachina](https://github.com/RobotExMachina) and [Robots](https://github.com/visose/Robots) available. Even though our approach is different it was helpful for us to see how you implemented certain functionalities and approached certain issues.
6262

6363
# **License**
6464

65-
Copyright (c) 2018-2023 [The Robot Components authors and / or their affiliations](https://github.com/RobotComponents/RobotComponents/blob/main/AUTHORS.md)
65+
Copyright (c) 2018-2024 [The Robot Components authors and/or their affiliations](https://github.com/RobotComponents/RobotComponents/blob/main/AUTHORS.md)
6666

6767
Robot Components is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation.
6868

0 commit comments

Comments
 (0)