Skip to content

Commit 562f99a

Browse files
committed
add actuators
1 parent e1dc1a4 commit 562f99a

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

ds015/service/actuator/esc/_.0.1.dsdl

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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.

0 commit comments

Comments
 (0)