Skip to content

Commit e69fd0f

Browse files
release: prepare 0.1.0 public alpha
1 parent 2a5fb00 commit e69fd0f

5 files changed

Lines changed: 29 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

3-
## 0.1.0 - 2026-08-11
3+
## 0.1.0 - 2026-08-12
44

5+
- Publish the first browsable public alpha release.
56
- Add ROS 1/ROS 2 bag inspection and standard topic discovery.
67
- Add gait-cycle proxy, scan ICP, IMU-to-scan offset search, pose diagnostics, and findings.
78
- Add robust JSON healthy baseline fitting and scoring.

DRAFT_STATUS.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ When the bag is too short or the evidence is weak, the report says so.
1717
The tool stays offline and read only. It does not connect to a live ROS graph,
1818
send motion commands, change FAST-LIO settings, or upload robot data.
1919

20+
The current public release is `0.1.0` alpha. Synthetic tests cover a 2 Hz cycle,
21+
a 25 ms time offset, dropped messages, TF gaps, and missing per-point time
22+
fields. Repeated on-robot validation is still in progress.
23+
2024
## Why this exists
2125

2226
[bagx](https://github.com/rsasaki0109/bagx) covers broad ROS bag readiness,
@@ -124,3 +128,8 @@ python -m build
124128
## License
125129

126130
Apache-2.0. See [LICENSE](LICENSE).
131+
132+
StrideLIO is the first public project listed by
133+
[HexaModelLab](https://github.com/sophat889977-ops/HexaModelLab). Use GitHub
134+
Issues for ordinary reports and [SECURITY.md](SECURITY.md) for security-sensitive
135+
findings.

README.zh-CN.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ StrideLIO 就是为这类排查准备的。它读取录好的 LiDAR、IMU 和 LI
88

99
它不会控制机器人,也不会自动修复点云。它做的是把“机器人走起来以后点云变差”这句话,拆成几项能够复查、能够比较的证据。
1010

11-
当前版本仍是实验性草稿。合成数据已经覆盖 2 Hz 周期、25 毫秒时间偏移、丢帧、TF 缺口和逐点时间字段缺失等情况。实机上的诊断能力还要靠不同速度、安装方式和场地里的多次实验继续验证。
11+
当前公开版本为 `0.1.0` alpha。合成数据已经覆盖 2 Hz 周期、25 毫秒时间偏移、丢帧、TF 缺口和逐点时间字段缺失等情况。实机上的诊断能力还要靠不同速度、安装方式和场地里的多次实验继续验证。
1212

1313
## 它会检查什么
1414

@@ -155,6 +155,8 @@ python -m build
155155

156156
当前测试覆盖正常分析和常见降级路径,包括短记录、静止数据、低采样率、ICP 失败和位姿缺失。实机报告仍需要结合原始 bag、机器人当时的运动状态和重复实验一起审阅。
157157

158+
StrideLIO 是 [HexaModelLab](https://github.com/sophat889977-ops/HexaModelLab) 收录的第一个公开项目。问题反馈与改进建议可以提交到本仓库的 Issues,安全问题请按 [SECURITY.md](SECURITY.md) 私下报告。
159+
158160
## 许可证
159161

160162
Apache-2.0,见 [LICENSE](LICENSE)

SECURITY.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Security policy
2+
3+
StrideLIO reads recorded robot data but does not connect to a live ROS graph, upload bags, send
4+
motion commands, or change FAST-LIO settings.
5+
6+
Use GitHub Security Advisories to report a vulnerability that could expose local files, execute
7+
untrusted content, escape the selected output directory, or otherwise affect the host running the
8+
tool. Please do not attach private robot bags, credentials, network addresses, or an exploit to a
9+
public Issue.
10+
11+
Ordinary parsing failures, unsupported message types, and incorrect diagnostic results can be
12+
reported through GitHub Issues with a minimal synthetic example. Remove identifying data before
13+
sharing a report.
14+
15+
Only the latest release receives security fixes during the alpha stage.

0 commit comments

Comments
 (0)