Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
visose committed Jan 8, 2024
1 parent 9e05939 commit e72e229
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
6 changes: 3 additions & 3 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">

# ![Robots](../docs/Images/iconRobot.svg)<br/>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)
Expand All @@ -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.
Expand Down

0 comments on commit e72e229

Please sign in to comment.