Skip to content

Commit

Permalink
Fix simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Sep 24, 2024
1 parent bf3c289 commit f82a2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion husarion_ugv_utils/husarion_ugv_utils/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def welcome_msg(
additional_stats: Dict = {},
):
"""Generate a welcome message with robot information and stats."""
pkg_version = Command(command="ros2 pkg xml -t version panther")
pkg_version = Command(command="ros2 pkg xml -t version husarion_ugv")

robot_model_expr = PythonExpression(
[f"r'''{LYNX_TEXT}''' if '", robot_model, f"' == 'lynx' else r'''{PANTHER_TEXT}'''"]
Expand Down

0 comments on commit f82a2b2

Please sign in to comment.