-
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 #444 from husarion/ros2-config-dir
ROS 2 config dir
- Loading branch information
Showing
6 changed files
with
56 additions
and
26 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 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,20 @@ | ||
# This file is a placeholder for user-defined animations for the Husarion UGV | ||
# robots lights system. Users can define their own light animations in this | ||
# YAML file. | ||
# | ||
# For more examples and detailed documentation, please visit: | ||
# https://github.com/husarion/panther_ros/blob/ros2/panther_lights/CONFIGURATION.md#defining-animations | ||
# | ||
# Example including a simple custom animation: | ||
# | ||
# user_animations: | ||
# - id: 21 | ||
# name: CUSTOM_IMAGE_ANIMATION | ||
# priority: 3 | ||
# animations: | ||
# - type: panther_lights::ImageAnimation | ||
# segments: all | ||
# animation: | ||
# image: /config/husarion_ugv_lights/animations/example.png | ||
# duration: 3 | ||
# repeat: 1 |
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