Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Clearpath robots use [`netplan`](https://netplan.io/) to configure all network connections, including wired and
wireless interfaces. The `netplan` package is installed on Ubuntu by default.
The `clearpath_computer_setup` package offers a terminal menu tool for configuring a robot computer.
The main feature of this tool is the ability to generate `netplan` configurations. The `clearpath_computer_setup`
package is available on the [Clearpath package server](../../ros/installation/robot.mdx#clearpath-package-server).

To edit the `netplan` configuration files you will also need a text editor. The `nano` and
`vi` editors are included by default, but additional editors such as `vim` or `emacs` can
also be installed using the `apt` command.
It should be installed on the robot's computer:

```
sudo apt install python3-clearpath-computer-setup
```

To run the tool, call:

```
sudo clearpath-computer-setup
```
Loading