Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Delicat <[email protected]>
  • Loading branch information
miloszlagan and delihus authored Jan 10, 2025
1 parent c53b889 commit 6a80154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sudo udevadm trigger

#### 2. Test receiver dongle

Connect receiver dongle to the USB port of your robot. You can verify that the device is detected by typing:
Connect receiver dongle to the USB port of the User Computer. You can verify that the device is detected by typing:

```bash
ls /dev | grep "ttyUSBPAD"
Expand Down Expand Up @@ -122,7 +122,7 @@ After a successful connection to the RC remote, you should see the following mes
Now you should see the relevant ROS 2 topic:

```bash
user@hostname:~$ ros2 topic list
user@docker:~$ ros2 topic list
/panther/cmd_vel
/panther/link_status
/parameter_events
Expand Down
2 changes: 1 addition & 1 deletion ROS_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Main package for controlling robots using a CRSF compatible remote control. A re

### Launch Files

- `teleop.launch.py`: Launches crsf_teleop_node node. Automatically respawns node if it exits. Node's namespace can be set using the `namespace` launch argument. Custom parameters file can be provided by setting the `params_file` launch argument.
- `teleop.launch.py`: Launches crsf_teleop_node node. Automatically respawns node if a remote controller is connected. A namespace of a node can be set using the `namespace` launch argument. A custom parameters file can be provided by setting the `params_file` launch argument.

#### Parameters

Expand Down

0 comments on commit 6a80154

Please sign in to comment.