-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #290 from clearpathrobotics/development
Production sync
- Loading branch information
Showing
27 changed files
with
885 additions
and
93 deletions.
There are no files selected for viewing
10 changes: 4 additions & 6 deletions
10
...ned_docs/version-ros2humble/components/networking/_ros2_networking_overview.mdx
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 |
---|---|---|
@@ -1,14 +1,12 @@ | ||
ROS 2 networking uses an abstracted middleware referred to as the "RMW Implementation". The Clearpath robot packages support | ||
eProsima Fast DDS as the middleware implementation. This middleware has two supported options for ROS 2 node discovery, Simple | ||
Discovery and Discovery Server. Each of these discovery mechanisms has their own use case: | ||
The Clearpath robot packages currently support eProsima Fast DDS as the ROS Middleware (RMW) Implementation. This middleware has two supported options for ROS 2 node discovery, Simple Discovery and Discovery Server. Each of these discovery mechanisms has their own use case: | ||
|
||
**Simple Discovery** | ||
- Default, does not require manual setup | ||
- Generally operates on the basis that any ROS 2 devices on the network should be discoverable and connect automatically | ||
- Requires multicasting on the network (may be restricted on school or corporate networks) | ||
- Good for simple systems (small number of robots on a dedicated local network) | ||
- Good for simple systems (small number of nodes on a dedicated local network) | ||
|
||
**Discovery Server** | ||
- Requires manual configuration in the robot.yaml | ||
- Generally operates on the basis that ROS 2 networks should be controlled and can only discover other devices as directed | ||
- Requires manual configuration in the `robot.yaml` | ||
- Generally operates on the basis that ROS 2 networks should be controlled and should only discover other nodes as needed | ||
- Does not require multicasting (more likely to work on school or corporate networks) |
4 changes: 2 additions & 2 deletions
4
...s/version-ros2humble/components/networking/_standard_clearpath_bridge_setup.mdx
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
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
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
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
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
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
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
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
Binary file added
BIN
+129 KB
docs_versioned_docs/version-ros2humble/ros/networking/img/radiation-pattern-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+206 KB
docs_versioned_docs/version-ros2humble/ros/networking/img/radiation-pattern-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+89 KB
docs_versioned_docs/version-ros2humble/ros/networking/img/wireshark-io-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 0 additions & 36 deletions
36
docs_versioned_docs/version-ros2humble/ros/networking/network_troubleshooting.mdx
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
..._versioned_docs/version-ros2humble/ros/networking/network_troubleshooting/_category_.json
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,4 @@ | ||
{ | ||
"label": "Network Troubleshooting", | ||
"position": 9 | ||
} |
Oops, something went wrong.