Skip to content

Commit

Permalink
doc: fix misc (AimRT#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtudio authored Nov 15, 2024
1 parent bb37faa commit a2f8dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/examples/plugins/time_manipulator_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- 运行[time_manipulator_get_time_ratio.sh](./install/linux/bin/tools/time_manipulator_get_time_ratio.sh)脚本获取当前执行器时间系数;
- 运行[time_manipulator_pause.sh](./install/linux/bin/tools/time_manipulator_pause.sh)脚本暂停执行器;
- 运行[time_manipulator_set_time_ratio.sh](./install/linux/bin/tools/time_manipulator_set_time_ratio.sh)脚本设置执行器时间系数为 0.5;
- 使用 python 运行[time_manipulator.py](./install/linux/bin/tools/time_manipulator.sh)脚本,可以通过一个 gui 界面上的滑动条控制执行器的时间系数;
- 使用 python 运行[time_manipulator.py](./install/linux/bin/tools/time_manipulator.py)脚本,可以通过一个 gui 界面上的滑动条控制执行器的时间系数;
- 键入`ctrl-c`停止进程;


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def send_request(self, value):
f"Sent POST request to {url} with json_data {json_data}, response: {response.status} {response.reason}")
conn.close()
except Exception as e:
print(f"Error sending request: {}".format(e))
print("Error sending request: {}".format(e))


if __name__ == "__main__":
Expand Down

0 comments on commit a2f8dde

Please sign in to comment.