Skip to content

Commit 23506cf

Browse files
Minipadaclaude
andcommitted
fix(doc): point the ADR-0010 doc link at GitHub, not the mdbook source tree
docs/adr/ lives outside doc/src/, so a relative mdbook link can't reach it (mdbook-linkcheck: "File not found: ../../adr/0010-mission-lifecycle-contract.md"). Every other page cross-referencing docs/adr/ already uses a full GitHub URL for the same reason. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GJ9YSNzdp9HxP6j7SjEkCR Signed-off-by: David Bensoussan <d.bensoussan@proton.me>
1 parent bf7e4b9 commit 23506cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/src/dc/measurements/mission_nav2.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
The nav2 adapter of the Mission Measurement for nav2's `NavigateToPose` action -- a single-pose
66
navigation goal, the base case the mission lifecycle contract (#305, recorded in
7-
[ADR-0010](../../adr/0010-mission-lifecycle-contract.md)) was agreed against. Emits a
7+
[ADR-0010](https://github.com/minipada/ros2_data_collection/tree/jazzy/docs/adr/0010-mission-lifecycle-contract.md))
8+
was agreed against. Emits a
89
`mission_start` Record when a goal is accepted and a `mission_end` Record once it reaches a
910
terminal state. `NavigateThroughPoses` and `FollowWaypoints` are its siblings (#388/#389): same
1011
Record schema, same `mission_id`/`sequence` conventions, each with its own `mission_type`.

0 commit comments

Comments
 (0)