Skip to content
Closed
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
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,18 @@ Note that the trailing backslash is required.

```
$ rosrun rtshell rtls nextage:15005/
```
```

Or after version XXXX (TBD), you can simply run without `rosrun rtshell`:

```
$ rtls nextage:15005/
```

Show the ports detail of particular RT component
--------------------------------------------------

```
rtcat -l localhost:15005/sh.rtc
```
(for `X`.rtc, get the list of working RTC by `rtls`.)