Skip to content

Commit

Permalink
Docs: update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
WiseL00k committed Dec 15, 2024
1 parent 6be3a90 commit d564339
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,45 @@ Control hero robot chassis motion.
- **`/odom`** ([nav_msgs/Odometry])

Odometer information.



### teleop_twist_keyboard

Generic Keyboard Teleop for ROS
Generic Keyboard Teleop for ROS --cpp version

#### Published Topics

- **`/cmd_vel`** ([geometry_msgs/Twist])

Expected chassis speed.

#### Launch

Run.

```
rosrun hero_chassis_controller teleop_twist_keyboard
```

#### Usage

```
Reading from the keyboard and Publishing to Twist!
---------------------------
Moving around:
q w e
a s d
z x c
CTRL-C then press any key to quit
```



### teleop_twist_keyboard.py

Generic Keyboard Teleop for ROS --py version

#### Published Topics

Expand Down

0 comments on commit d564339

Please sign in to comment.