Skip to content

Commit 0ad509c

Browse files
committed
chore: Remove emoji from log messages in OMY packing and unpacking launch files
1 parent 37e013d commit 0ad509c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

open_manipulator_bringup/launch/omy_3m_pack.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ def generate_launch_description():
4242
)
4343

4444
return LaunchDescription([
45-
LogInfo(msg='🚀 Starting OMY packing...'),
45+
LogInfo(msg='Starting OMY packing...'),
4646
omy_3m_launch,
4747
])

open_manipulator_bringup/launch/omy_3m_unpack.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ def generate_launch_description():
4242
)
4343

4444
return LaunchDescription([
45-
LogInfo(msg='🚀 Starting OMY unpacking...'),
45+
LogInfo(msg='Starting OMY unpacking...'),
4646
omy_3m_launch,
4747
])

0 commit comments

Comments
 (0)