Skip to content

Commit

Permalink
Update nucleo_communicate channel_launch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Aug 11, 2024
1 parent b560f28 commit 470e6a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion device/nucleo_communicate/launch/channel_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ def generate_launch_description():
("/device/current", "/packet/sensors/current"),
("/device/voltage", "/packet/sensors/voltage"),
("/device/power", "/packet/order/power"),
("/device/quit", "/packet/order/quit"),
("/device/initialize", "/packet/order/initialize"),
("/device/suspend", "/packet/order/suspend"),
],
)
return LaunchDescription([channel])

0 comments on commit 470e6a2

Please sign in to comment.