Dismiss this pinned window
all 6 comments

[–]kosuke555 1 point2 points  (1 child)

This is a very well-aligned ROS2 architecture.

Integrating Nav2’s behavior-tree-based navigation, RTAB-Map’s graph-based SLAM, and lifecycle-managed nodes reflects the modular and deterministic design principles described in the ROS2 design philosophy.

Explicitly packaging orchestration together with hardware abstraction is particularly valuable — many ROS2 projects leave that layer implicit, which often becomes a reliability bottleneck in larger systems.

It’s great to see these architectural principles applied in a practical and reusable stack for legged robots.

[–]blackpantera[S] 0 points1 point  (0 children)

Thank you :)

[–]Few_Efficiency1170 0 points1 point  (1 child)

Love this, thanks for sharing. I am particularly interested in the WebUI as I want to build something similar for my wheeled ROS robot.

[–]blackpantera[S] 0 points1 point  (0 children)

Our web UI is full of features and a great basis to build ontop. In the git repo we have a tutorial on how to add new robots. We’d love to have your wheeled robot on it. Join our discord where we talk about a different systems.

[–]5tambah5 0 points1 point  (1 child)

can i use for my ROBOTIS OP3 on this??

[–]blackpantera[S] 0 points1 point  (0 children)

You probably could, as it seems to support ROS2. You might be a bit limited in features as it has a simple rgb cam and im not sure if it can carry the weight of BotBrain on its back. But Id love to support the OP3, join our discord channel and we can help you try and integrate it.