Skip to content

Commit

Permalink
Expanded instructions to include ROS/ROS2 independent command
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSpielman committed Sep 30, 2024
1 parent ab9b030 commit 60be718
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,18 @@ The generated tool path can then be saved to a YAML file for use in other applic

![GUI](docs/gui.png)

To open the Noether GUI application, use the following command:
`ros2 run noether_gui noether_gui_app`
Run the GUI application from its install location in the workspace:
```
cd <ws>/install/noether_gui/bin
./noether_gui_app
```

Alternatively, run the GUI application using the ROS2 framework:

```
ros2 run noether_gui noether_gui_app
```


## Architecture

Expand Down
13 changes: 11 additions & 2 deletions noether_gui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@

![GUI](../docs/gui.png)

To open the Noether GUI application, use the following command:
`ros2 run noether_gui noether_gui_app`
Run the GUI application from its install location in the workspace:
```
cd <ws>/install/noether_gui/bin
./noether_gui_app
```

Alternatively, run the GUI application using the ROS2 framework:

```
ros2 run noether_gui noether_gui_app
```

## Architecture

Expand Down

0 comments on commit 60be718

Please sign in to comment.