RobotKernal-UESTC/Code/RK3588/PIBot_ROS/README_BAK.md

32 lines
480 B
Markdown
Raw Normal View History

2023-12-12 19:28:37 +08:00
# PIBOT ROS Workspace v2.0
## 安装ROS
```shell
cd ~/pibot_ros/
./pibot_install_ros.sh
source ~/.bashrc
```
## init environment
for master
```shell
cd ~/pibot_ros/
./pibot_init_env.sh # select board lidar 3dsensor
source ~/.bashrc
```
for salve
```shell
cd ~/pibot_ros/
./pibot_init_env.sh # select board lidar 3dsensor
source ~/.bashrc
```
## run example
```
roslaunch pibot_bringup bringup.launch
roslaunch pibot keyboard_teleop.launch
```
then you can control your robot