-
Notifications
You must be signed in to change notification settings - Fork 4
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
d5dda6e
commit 3523d6a
Showing
5 changed files
with
88 additions
and
43 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 |
---|---|---|
@@ -1,9 +1,39 @@ | ||
# This is a short form that generates Integer & String registers related to the subscriber with PORT_NAME=feedback: | ||
# - Integer register with name `uavcan.pub.feedback.id` | ||
# - String register with name `uavcan.pub.feedback.type` | ||
# The generated registers have proper flags, data type and min, max and default values. | ||
# They correspond the standard: https://github.com/OpenCyphal/public_regulated_data_types/blob/master/uavcan/register/384.Access.1.0.dsdl | ||
uavcan.pub.feedback: | ||
uavcan.pub.udral_feedback1: | ||
type: Port | ||
data_type: reg.udral.service.actuator.common.Feedback.0.1 | ||
enum_base: PARAM_PUB_FEEDBACK_1 | ||
|
||
uavcan.pub.udral_feedback2: | ||
type: Port | ||
data_type: reg.udral.service.actuator.common.Feedback.0.1 | ||
enum_base: PARAM_PUB_FEEDBACK_2 | ||
|
||
uavcan.pub.udral_feedback3: | ||
type: Port | ||
data_type: reg.udral.service.actuator.common.Feedback.0.1 | ||
enum_base: PARAM_PUB_FEEDBACK_3 | ||
|
||
uavcan.pub.udral_feedback4: | ||
type: Port | ||
data_type: reg.udral.service.actuator.common.Feedback.0.1 | ||
enum_base: PARAM_PUB_FEEDBACK_4 | ||
|
||
uavcan.pub.zubax_feedback1: | ||
type: Port | ||
data_type: zubax.telega.CompactFeedback.0.1 | ||
enum_base: PARAM_PUB_COMPACT_FEEDBACK_1 | ||
|
||
uavcan.pub.zubax_feedback2: | ||
type: Port | ||
data_type: zubax.telega.CompactFeedback.0.1 | ||
enum_base: PARAM_PUB_COMPACT_FEEDBACK_2 | ||
|
||
uavcan.pub.zubax_feedback3: | ||
type: Port | ||
data_type: zubax.telega.CompactFeedback.0.1 | ||
enum_base: PARAM_PUB_COMPACT_FEEDBACK_3 | ||
|
||
uavcan.pub.zubax_feedback4: | ||
type: Port | ||
data_type: zubax.telega.CompactFeedback.0.1 | ||
enum_base: PARAM_PUB_COMPACT_FEEDBACK_4 |
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