Skip to content

Commit

Permalink
Merge pull request #25 from rogy-AquaLab/power-map-launch
Browse files Browse the repository at this point in the history
🩹 Fix power_map remapping
  • Loading branch information
H1rono committed Jun 14, 2024
2 parents f3bfde7 + 9b29583 commit 5b8493e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/power_map/launch/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ def generate_launch_description():
executable="power-map",
namespace="app",
parameters=[config],
remappings=[("/app/power", "/packet/order/power")]
remappings=[("/app/power", "/device/order/power")]
)
])

0 comments on commit 5b8493e

Please sign in to comment.