-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DS-015] Formalize the port naming convention and restore the origina…
…l unabbreviated namespace names (#98) * Rename abbreviated "rotat" and "trans" back into the full unabbreviated form. This change is enabled by OpenCyphal/specification#101 as we are no longer constrained by the 50-character data type name length limit. This change does not affect wire compatibility. * Revert 0be09fd by restoring the original long names as explained in the previous commit * Implement https://forum.uavcan.org/t/automatic-configuration-of-port-identifiers/840/7\?u\=pavel.kirienko
- Loading branch information
1 parent
f07d09b
commit 359586e
Showing
44 changed files
with
125 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -405,3 +405,4 @@ pitot | |
CAS | ||
OOP | ||
alignee | ||
UML |
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
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...rone/phy/dynamics/rotat/Planar.0.1.uavcan → ...ysics/dynamics/rotation/Planar.0.1.uavcan
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,5 +1,5 @@ | ||
# Positive torque is co-directed with positive position/velocity/acceleration. | ||
# Provided states may allow the consumer to deduce certain hidden states such as the moment of inertia. | ||
reg.drone.phy.kinematics.rotat.Planar.0.1 kinematics | ||
reg.drone.physics.kinematics.rotation.Planar.0.1 kinematics | ||
uavcan.si.unit.torque.Scalar.1.0 torque # NaN if unknown | ||
@sealed |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...rone/phy/dynamics/trans/Linear.0.1.uavcan → ...cs/dynamics/translation/Linear.0.1.uavcan
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,5 +1,5 @@ | ||
# Positive force is co-directed with positive position/velocity/acceleration. | ||
# Provided kinetic states may allow the consumer to deduce certain hidden states such as the mass of the load. | ||
reg.drone.phy.kinematics.trans.Linear.0.1 kinematics | ||
reg.drone.physics.kinematics.translation.Linear.0.1 kinematics | ||
uavcan.si.unit.force.Scalar.1.0 force # NaN if unknown | ||
@sealed |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
reg/drone/srv/battery/Status.0.1.uavcan → reg/drone/service/battery/Status.0.1.uavcan
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
File renamed without changes.
8 changes: 4 additions & 4 deletions
8
reg/drone/srv/battery/_.0.1.uavcan → reg/drone/service/battery/_.0.1.uavcan
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
File renamed without changes.
File renamed without changes.
File renamed without changes.