From e72e229d81897ca1dd641fe684e1fd3e344da998 Mon Sep 17 00:00:00 2001 From: visose Date: Mon, 8 Jan 2024 15:19:50 +0000 Subject: [PATCH] Update readme --- .github/ISSUE_TEMPLATE/bug.yml | 10 ++++++---- .github/README.md | 6 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 681645a..eae8c23 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -23,10 +23,12 @@ body: id: rhinoVersion attributes: label: What Rhino version are you using? - description: Only Rhino 7 for Windows and MacOS are supported. + description: Only Rhino 7 and 8 for Windows and MacOS are supported. options: - - Rhino 7 on Windows - - Rhino 7 on MacOS + - Rhino 7 for Windows + - Rhino 7 for MacOS + - Rhino 8 for Windows + - Rhino 8 for MacOS - Other validations: required: true @@ -56,7 +58,7 @@ body: attributes: label: Anything else? description: | - Links, references, or anything that will give us more context about the issue you are encountering! + Links, references, or anything that will give us more context about the issue you are encountering! Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. validations: required: false diff --git a/.github/README.md b/.github/README.md index 1fb4b4b..06cd71f 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,7 +1,7 @@
# ![Robots](../docs/Images/iconRobot.svg)
robots -**Create and simulate ABB, KUKA, UR and Staubli robot programs** +**Create and simulate ABB, KUKA, UR, Staubli, Doosan and Franka Emika robot programs** [![License](https://img.shields.io/github/license/visose/Robots?style=flat-square)](../LICENSE) [![NuGet package](https://img.shields.io/nuget/v/robots?style=flat-square)](https://www.nuget.org/packages?q=visose+robots) @@ -19,13 +19,13 @@ ## About -**Robots** is a plugin for **[Rhino's](https://www.rhino3d.com/)** **Grasshopper** visual programming interface. It allows users to create and simulate robot programs for **ABB**, **KUKA**, **UR** and **Staubli** robots. It works in **Rhino 7** for **Windows** and **MacOS**. +**Robots** is a plugin for **[Rhino's](https://www.rhino3d.com/)** **Grasshopper** visual programming interface. It allows users to create and simulate robot programs for **ABB**, **KUKA**, **UR**, **Staubli**, **Doosan**, and **Franka Emika** robots. It works in **Rhino 7** and **8** for **Windows** and **MacOS**. ## Install > If upgrading from an old version check [here](../../../wiki/home#Upgrading-from-an-older-version). -1. Install in **Rhino 7** using the `_PackageManager` command, search for `Robots`. +1. Install in **Rhino 7** or **8** using the `_PackageManager` command, search for `Robots`. 1. Restart **Rhino** and open **Grasshopper**. There should be a new tab in **Grasshopper** named `Robots`. 1. Install a robot library by clicking on the `Libraries` button of a `Load robot system` component. > The robots from the library should appear in a **value list** connected to a `Load robot system` component.