Skip to content

Commit

Permalink
changed package name in launch files
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzoli committed Dec 1, 2015
1 parent e9e3de1 commit d760aa8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion launch/bluefox_25001262.launch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<launch>
<node pkg="open_remode" type="depthmap_node" name="remode" clear_params="true" output="screen">
<node pkg="rpg_open_remode" type="depthmap_node" name="remode" clear_params="true" output="screen">

<param name="cam_width" value="752" />
<param name="cam_height" value="480" />
Expand Down
2 changes: 1 addition & 1 deletion launch/dataset.launch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<launch>
<node pkg="open_remode" type="depthmap_node" name="remode" clear_params="true" output="screen">
<node pkg="rpg_open_remode" type="depthmap_node" name="remode" clear_params="true" output="screen">
<param name="cam_width" value="640" />
<param name="cam_height" value="480" />
<param name="cam_fx" value="481.2" />
Expand Down
2 changes: 1 addition & 1 deletion launch/px4_2.launch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<launch>
<node pkg="open_remode" type="depthmap_node" name="remode" clear_params="true" output="screen">
<node pkg="rpg_open_remode" type="depthmap_node" name="remode" clear_params="true" output="screen">

<param name="cam_width" value="752" />
<param name="cam_height" value="480" />
Expand Down

0 comments on commit d760aa8

Please sign in to comment.