Skip to content

Commit 97c5280

Browse files
committed
Corrected the kinect scan topic name so it matches the laser scanner topic name.
1 parent 34666c4 commit 97c5280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

husky_gazebo/launch/spawn_husky.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSI
7373
<node pkg="pointcloud_to_laserscan" type="pointcloud_to_laserscan_node" name="pointcloud_to_laserscan" output="screen">
7474

7575
<remap from="cloud_in" to="camera/depth/points"/>
76-
<remap from="scan" to="camera/scan"/>
76+
<remap from="scan" to="scan"/>
7777
<rosparam>
7878
target_frame: base_link # Leave empty to output scan in the pointcloud frame
7979
tolerance: 1.0

0 commit comments

Comments
 (0)