generated from DHBW-Smart-Rollerz/ros2_example_package
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
194901e
commit fa9d6c4
Showing
30 changed files
with
2,783 additions
and
298 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
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 was deleted.
Oops, something went wrong.
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,16 +1,10 @@ | ||
# This file contains example node parameters. | ||
ros2_example_node: | ||
lane_detection_ai_node: | ||
ros__parameters: | ||
# Path of the debug image | ||
image_path: 'resources/img/example.png' | ||
|
||
# Path of the model | ||
model_config_path: 'config/model.yaml' | ||
# Path of the model config | ||
model_config_path: "config/model_sparse_config.py" | ||
|
||
# Topics for an example publisher and subscriber | ||
image_topic: '/camera/undistorted' | ||
result_topic: '/example/result' | ||
debug_image_topic: '/example/debug_image' | ||
|
||
# Some example value with a unit | ||
example_value: 500 # in px | ||
image_topic: "/camera/undistorted" | ||
result_topic: "/lane_detection/result" | ||
debug_image_topic: "/lane_detection/debug_image" |
File renamed without changes.
Oops, something went wrong.