zhenghaonan@autolabor.com.cn 2023-12-18 11:14:13 +08:00
parent 1177cd6b56
commit 9136892277
3 changed files with 13 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
car/.DS_Store vendored

Binary file not shown.

View File

@ -99,6 +99,19 @@ CANBus串口波特率
转向轮实时绝对转角单位rad
```
/left_wheel_vel ([std_msgs/Float64](http://docs.ros.org/api/std_msgs/html/msg/Float64.html))
```
左轮转速单位m/s。如果需要获得编码器读取的原始转速只需要将轮速除以车轮半径0.16m即可。
```
/right_wheel_vel ([std_msgs/Float64](http://docs.ros.org/api/std_msgs/html/msg/Float64.html))
```
右轮转速单位m/s。如果需要获得编码器读取的原始转速只需要将轮速除以车轮半径0.16m即可。
```
#### 2.2.3 服务
/reset_odom ([std_srvs::Empty](http://docs.ros.org/api/std_srvs/html/srv/Empty.html))