Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinsunyixiao committed Feb 5, 2024
1 parent 636947e commit b48107a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ supported hardware can be found on
#### Launch Default Configuration from Command Line
Run the following command,
```bash
ros2 launch client.launch.yaml server:=<server ip> port:=<port>
ros2 launch vrpn_mocap client.launch.yaml server:=<server ip> port:=<port>
```
replacing `<server ip>` and `<port>` with your VRPN server ip and port, e.g.
```bash
ros2 launch client.launch.yaml server:=192.168.0.4 port:=3883
ros2 launch vrpn_mocap client.launch.yaml server:=192.168.0.4 port:=3883
```
Then with `ros2 topic list`, you should be able to see the following topics
```bash
Expand Down

0 comments on commit b48107a

Please sign in to comment.