Skip to content

Commit

Permalink
Merge pull request #31 from clearpathrobotics/jeff-o-patch-1
Browse files Browse the repository at this point in the history
Update axis.launch
  • Loading branch information
mikepurvis committed Feb 6, 2015
2 parents b0e2676 + 9e89cbf commit 6af88e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/axis.launch
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<node pkg="image_transport" type="republish" name="republish"
args="compressed" if="$(arg enable_theora)">
<remap from="in" to="image_raw" />
<remap from="out" to="image_raw" />
<remap from="out" to="image_raw_out" />
</node>

<node pkg="axis_camera" type="teleop.py" name="teleop" if="$(arg enable_ptz_teleop)">
Expand Down

0 comments on commit 6af88e9

Please sign in to comment.