Skip to content

Commit 278e1f7

Browse files
moschmdtgarfieldnate
authored andcommitted
docs: Add soar_ros announcement and link to docs
1 parent cdc15db commit 278e1f7

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/development/BuildingSoarRos.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ tags:
1212
<!-- old URL: https://soar.eecs.umich.edu/forum/help/sml/
1313
287-build-soar-with-ros -->
1414

15-
# Build Soar with ROS
15+
# Build Soar with ROS 1
16+
17+
???+ info "Soar for ROS 2"
18+
For ROS 2 a package called `soar_ros` is available from
19+
[GitHub](https://github.com/THA-Embedded-Systems-Lab/soar_ros) that includes
20+
documentation. The last [ROS 1 distribution](http://wiki.ros.org/Distributions)
21+
is end of life (EOL) as of May 2025.
1622

1723
## Requirements
1824

docs/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ and follow the [quick start guide](home/QuickStart.md).
1212

1313
## News and Announcements
1414

15+
* [`soar_ros`](https://github.com/THA-Embedded-Systems-Lab/soar_ros) is now
16+
available as ROS2 package that enables a better integration.
1517
* [**Engineer's Guide to Soar**](https://github.com/SoarGroup/Engineers-Guide-to-Soar):
1618
A 14-part course on programming Soar for engineers, by Bryan Stearns is now
1719
available on GitHub.

mkdocs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,9 @@ nav:
169169
- Development:
170170
- development/index.md
171171
- Technical FAQ: development/SoarTechnicalFAQ.md
172-
- Building Soar and ROS1: development/BuildingSoarRos.md
172+
- Robot Operating System (ROS):
173+
- ROS 1: development/BuildingSoarRos.md
174+
- ROS 2: https://github.com/THA-Embedded-Systems-Lab/soar_ros
173175
- Soar Agents:
174176
- Design Dogma: development/agents/DesignDogma.md
175177
- Soar Programmer's Guide: development/agents/SoarProgrammersGuide.md

0 commit comments

Comments
 (0)