Skip to content

Commit

Permalink
fixed the comment in Power.msg
Browse files Browse the repository at this point in the history
    `[ms]` -> `[us]`
  • Loading branch information
Chikurin1014 committed Jun 23, 2024
1 parent 5b8493e commit 01cccdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packet/packet_interfaces/msg/Power.msg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# BLDC, サーボへの出力
# Nucleoが出力する値そのまま

# BLDC4つ PWMのパルス幅[ms]
# BLDC4つ PWMのパルス幅[us]
uint16[4] bldc
# サーボ4つ PWMのパルス幅[ms]
# サーボ4つ PWMのパルス幅[us]
# NOTE: 4つの位置関係はBLDCと揃えること
uint16[4] servo

0 comments on commit 01cccdc

Please sign in to comment.