Skip to content
Snippets Groups Projects
Commit 92ef746a authored by User expired's avatar User expired :spy_tone1:
Browse files

fixed launchfile to properly support a robot name

parent b71b2408
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0"?>
<launch>
<group ns="$(env ROBOT)" >
<arg name="robot_name" default="$(optenv ROBOT minibot)" />
<group ns="$(arg robot_name)" >
<include file="$(find minibot_vision)/launch/sign_classifier.launch" >
<arg name="classification_fps" value="3" />
<arg name="visualization_compression_factor" value="1.0" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment