Skip to content

Commit 78b593f

Browse files
committed
Change msg pkg
Signed-off-by: Florian Vahl <florian@flova.de>
1 parent 00e7084 commit 78b593f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/bitbots_motion/bitbots_hcm/bitbots_hcm/hcm_dsd/actions/change_motor_power.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from std_srvs.srv import SetBool
22

33
from bitbots_hcm.hcm_dsd.actions import AbstractHCMActionElement
4-
from livelybot_power.msg import PowerSwitch
4+
from livelybot_msg.msg import PowerSwitch
55

66
class AbstractChangeMotorPower(AbstractHCMActionElement):
77
"""

src/bitbots_motion/bitbots_hcm/bitbots_hcm/hcm_dsd/hcm_blackboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from bitbots_msgs.action import Dynup, PlayAnimation
1818
from bitbots_msgs.msg import Audio, JointTorque, RobotControlState
1919
from bitbots_msgs.srv import SetTeachingMode
20-
from livelybot_power.msg import PowerSwitch
20+
from livelybot_msg.msg import PowerSwitch
2121

2222

2323
class HcmBlackboard:

src/bitbots_motion/bitbots_hcm/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<depend>ros2_python_extension</depend>
3434
<depend>sensor_msgs</depend>
3535
<depend>std_msgs</depend>
36-
<depend>livelybot_power</depend>
36+
<depend>livelybot_msg</depend>
3737
<test_depend>ament_cmake_mypy</test_depend>
3838

3939
<export>

0 commit comments

Comments
 (0)