Skip to content

Commit

Permalink
changed evaluation package name in robot launch
Browse files Browse the repository at this point in the history
  • Loading branch information
ReykCS committed Feb 2, 2023
1 parent b917c40 commit 7b48787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arena_bringup/launch/testing/robot.launch
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
</include>


<node pkg="evaluation" type="data_recorder_node.py" name="data_recorder_node" if="$(eval arg('record_data'))" />
<node pkg="arena-evaluation" type="data_recorder_node.py" name="data_recorder_node" if="$(eval arg('record_data'))" />
</group>
</launch>

0 comments on commit 7b48787

Please sign in to comment.