Skip to content

Commit

Permalink
Add a missing space.
Browse files Browse the repository at this point in the history
  • Loading branch information
acschaefer committed Feb 18, 2016
1 parent acce5e1 commit 2856180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velodyne_pointcloud/src/conversions/transform.cc
Expand Up @@ -90,7 +90,7 @@ namespace velodyne_pointcloud
// transform the packet point cloud into the target frame
try
{
ROS_DEBUG_STREAM("transforming from" << inPc_.header.frame_id
ROS_DEBUG_STREAM("transforming from " << inPc_.header.frame_id
<< " to " << config_.frame_id);
pcl_ros::transformPointCloud(config_.frame_id, inPc_, tfPc_,
listener_);
Expand Down

0 comments on commit 2856180

Please sign in to comment.