Skip to content

Commit bbf4b69

Browse files
authored
fix: 修复README文件名拼写错误,control拼写错误 (#5217)
* fix: 修复README文件名拼写错误,control拼写错误 * Delete .cursor/rules/code-cr-rule.mdc
1 parent 66956f1 commit bbf4b69

5 files changed

Lines changed: 4 additions & 10 deletions

File tree

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<node pkg="robot_state_publisher" type="robot_state_publisher" name="robot_state_publisher" output="screen" />
77
<node pkg="joint_state_publisher_gui" type="joint_state_publisher_gui" name="joint_state_publisher_gui" output="screen" />
88
<node pkg="arbotix_python" type="arbotix_driver" name="driver" output="screen" >
9-
<rosparam command="load" file="$(find urdf01_rviz)/config/concrol.yaml"/>
9+
<rosparam command="load" file="$(find urdf01_rviz)/config/control.yaml"/>
1010
<param name="sim" value="true" />
1111
</node>
1212
</launch>
File renamed without changes.
Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
\#!/usr/bin/env python3
1+
# PyGameDrawer 模块说明
22

3-
"""
4-
5-
PyGameDrawer - 绘图显示模块完整说明文档
6-
7-
运行此文件查看drawer.py中所有函数说明
8-
9-
"""
3+
绘图显示模块说明文档;对应脚本可用于查看 `drawer.py` 中的函数说明。
104

11-
一、模块概述
5+
## 一、模块概述
126

137
PyGameDrawer是基于Pygame的图形绘制模块,用于在Carla仿真环境中显示各种驾驶信息。
148

0 commit comments

Comments
 (0)