Skip to content

Commit

Permalink
max num trials for eval
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriobonatti committed Jun 5, 2022
1 parent d8fb9d0 commit be1eb0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mushr_rhc_ros/launch/sim/sim_server_eval.launch
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
<rosparam file="$(find mushr_rhc_ros)/launch/params/all_params.yaml" />
<rosparam file="$(find mushr_rhc_ros)/launch/sim/params.yaml" />
</node>

<!-- to impose a limit on how many episodes we can record on this computer -->
<node pkg="mushr_rhc_ros" type="control_node.py" name="control_node" output="screen" required="true" >
</node>

</group>

</launch>

0 comments on commit be1eb0a

Please sign in to comment.