-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gerry Salinas
committed
Mar 19, 2024
1 parent
73d7135
commit 7056aa3
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
The `cia402_namespaced_system.launch.py` example demonstrates how to run a | ||
CIA402 system in a namespace to allow multiple CANOpen-based robots in the | ||
same ROS domain. This example is neccessary because the controller names | ||
are picked up from `ros2_controllers.yaml` and we must define their names | ||
in that file with a `__namespace__/controller_name:` key, then use | ||
ReplaceString from `nav2_common` to dynamically add the namespace to the | ||
controller definition. | ||
|
||
For a proxy system, no example is included; it's sufficient to include, e.g. | ||
the `proxy_setup.launch.py` launch description in another launch file and | ||
push a namespace onto it with PushROSNamespace in the ordinary way. |