-
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.
update main readme and add node capability automatic generator
- Loading branch information
1 parent
a017e5c
commit 5ec8883
Showing
4 changed files
with
26 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
The node has the following interface: | ||
|
||
| № | Type | Message | Topic name | | ||
| -- | ---- | ------- | ----------- | | ||
| 1 | sub | reg.udral.service.actuator.common.sp.Vector31 | setpoint | {'type': 'Port', 'data_type': 'reg.udral.service.actuator.common.sp.Vector31', 'enum_base': 'PARAM_SUB_SETPOINT'}| | ||
| 2 | pub | reg.udral.service.actuator.common.Feedback.0.1 | feedback | {'type': 'Port', 'data_type': 'reg.udral.service.actuator.common.Feedback.0.1', 'enum_base': 'PARAM_PUB_FEEDBACK_1'}| | ||
|
||
The node has the following registers: | ||
|
||
| № | Register name | Description | | ||
| -- | ----------------------- | ----------- | | ||
| 1 | uavcan.node.id | Defines a node-ID. Allowed values [0,127]. | | ||
| 2 | system.name | Defines custom node name. If empty, the node will use the default name. | | ||
| 3 | uavcan.node.description | User/integrator-defined, human-readable description of this specific node. | | ||
| 4 | example.integer | Just an integer register example | | ||
| 5 | example.string | Just a string register example | | ||
|
||
> This docs was automatically generated. Do not edit it manually. | ||
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