main
parent
1177cd6b56
commit
9136892277
Binary file not shown.
|
@ -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))
|
||||
|
|
Reference in New Issue