Skip to content

Commit

Permalink
Fixed package name for node crash checker.
Browse files Browse the repository at this point in the history
  • Loading branch information
prochazo committed Jul 25, 2024
1 parent 16a4418 commit 361e246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/node_crash_checker.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<group ns="$(arg UAV_NAME)">

<node name="node_crash_checker" pkg="mrs_uav_general" type="node_crash_checker.py" output="screen">
<node name="node_crash_checker" pkg="mrs_uav_deployment" type="node_crash_checker.py" output="screen">

<param name="uav_name" value="$(arg UAV_NAME)" />

Expand Down

0 comments on commit 361e246

Please sign in to comment.