File tree Expand file tree Collapse file tree 3 files changed +53
-0
lines changed Expand file tree Collapse file tree 3 files changed +53
-0
lines changed Original file line number Diff line number Diff line change
1
+ # DC or AC line electric power quantities. Generally, the following current sign convention applies:
2
+ #
3
+ # - Positive current flows from the electric power supply network to the load (e.g., an actuator).
4
+ #
5
+ # - If the electric network is the load itself powered from a source (e.g., battery), the current is negative.
6
+
7
+ float16 current
8
+ float16 voltage
9
+ # Use uavcan.si.unit.<>.NarrowScalar.1.0
10
+
11
+ @sealed
Original file line number Diff line number Diff line change
1
+ # SUBJECT NAME SUBJECT TYPE
2
+ # +----------------+
3
+ # | Controller |---------+------------+----... setpoint ds015.service.actuator.common.sp.*
4
+ # | |-------+-)----------+-)----... readiness ds015.service.common.Readiness
5
+ # +----------------+ | | | |
6
+ # ^ ^ ^ ^ ^ ^ ^ ^ v v v v
7
+ # | | | | | | | | +---------+ +---------+
8
+ # | | | | | | | | |Drive i=0| |Drive i=1| ...
9
+ # | | | | | | | | +---------+ +---------+
10
+ # | | | | | | | | | | | | | | | |
11
+ # | | | | | | | +-----+ | | | | | | | angular_velocity uavcan.si.unit.angular_velocity.Scalar
12
+ # | | | | | | +---------+ | | | | | | power ds015.physics.electricity.PowerTs
13
+ # | | | | | +-------------+ | | | | | motor_temperature uavcan.si.unit.temperature.Scalar
14
+ # | | | | +-----------------+ | | | |
15
+ # | | | | | | | |
16
+ # | | | +---------------------------+ | | |
17
+ # | | +-------------------------------+ | |
18
+ # | +-----------------------------------+ |
19
+ # +---------------------------------------+
20
+
21
+ @extent 0 # This type is not intended for runtime use.
Original file line number Diff line number Diff line change
1
+ # SUBJECT NAME SUBJECT TYPE
2
+ # +----------------+
3
+ # | Controller |---------+------------+----... setpoint ds015.service.actuator.common.sp.*
4
+ # | |-------+-)----------+-)----... readiness ds015.service.common.Readiness
5
+ # +----------------+ | | | |
6
+ # ^ ^ ^ ^ ^ ^ ^ ^ v v v v
7
+ # | | | | | | | | +---------+ +---------+
8
+ # | | | | | | | | |Drive i=0| |Drive i=1| ...
9
+ # | | | | | | | | +---------+ +---------+
10
+ # | | | | | | | | | | | | | | | |
11
+ # | | | | | | | +-----+ | | | | | | | position uavcan.si.unit.length.Scalar
12
+ # | | | | | | +---------+ | | | | | | angular_position uavcan.si.unit.angle.Scalar
13
+ # | | | | | +-------------+ | | | | | power ds015.physics.electricity.PowerTs
14
+ # | | | | +-----------------+ | | | | motor_temperature uavcan.si.unit.temperature.Scalar
15
+ # | | | | | | | |
16
+ # | | | +---------------------------+ | | |
17
+ # | | +-------------------------------+ | |
18
+ # | +-----------------------------------+ |
19
+ # +---------------------------------------+
20
+
21
+ @extent 0 # This type is not intended for runtime use.
You can’t perform that action at this time.
0 commit comments