-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrote ground bridge readme and made it less ISAAC specific.
- Loading branch information
Showing
5 changed files
with
1,063 additions
and
21 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
astrobee/config/communications/dds_ground_bridge/NDDS_DISCOVERY_PEERS
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,17 @@ | ||
;; NDDS_DISCOVERY_PEERS - Default Discovery Configuration File | ||
;;Multicast builtin.udpv4://239.255.0.1 ; default discovery multicast addr | ||
; EVERY LINE IN THIS FILE MUST END IN A COMMENT. Even blank lines. | ||
; | ||
;; Shared Memory | ||
;shmem:// ; All 'shmem' transport plugin(s) | ||
;builtin.shmem:// ; The builtin builtin 'shmem' transport plugin | ||
; at network address FCC0::0 | ||
; | ||
;; Unicast | ||
; | ||
;; Localhost | ||
127.0.0.1 ; A comma can be used a separator | ||
; | ||
;; Granite Lab - P4 | ||
; | ||
;; Custom entries below this line (Vagrant, etc) |
Oops, something went wrong.