generated from athackst/vscode_ros2_workspace
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NET] Local Transceiver: ROS modes and config file (#343)
* Added modes and config file for Local Transceiver * Fixed error with spacing * Adjust comments --------- Co-authored-by: hhenry01 <henryhuang2001@gmail.com>
- Loading branch information
Showing
3 changed files
with
105 additions
and
68 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
src/network_systems/config/local_transceiver/local_transceiver_template.yaml
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,6 @@ | ||
# Template for the local_transceiver module | ||
local_transceiver_node: | ||
ros__parameters: | ||
enabled: true | ||
# The following parameters are optional. Defaults are set in local_transceiver_ros_intf.cpp | ||
port: # String: Serial port that the Local Transceiver will use (default: /tmp/local_transceiver_test_port) |
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