From dc6688ded16285725c62daa8af8a00093cc56242 Mon Sep 17 00:00:00 2001 From: yadunund Date: Thu, 19 Dec 2024 19:05:51 +0530 Subject: [PATCH] Add link to API docs (#99) Signed-off-by: Yadunund --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 03168fc5..49554a1b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ The `rmf_traffic` package implements the algorithms and data structures that are used for scheduling and negotiating mobile robot traffic between multiple agents. +Full API documentation is available [here](https://docs.ros.org/en/rolling/p/rmf_traffic/) + ## RMF More about RMF, including build instructions, can be found [here](https://github.com/open-rmf/rmf).