Skip to content

Commit

Permalink
removed / from tf frames
Browse files Browse the repository at this point in the history
  • Loading branch information
wilselby committed Sep 14, 2019
1 parent dd2104e commit 52dea0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ouster_ros/src/os1_cloud_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ int main(int argc, char** argv) {
ros::NodeHandle nh("~");

auto tf_prefix = nh.param("tf_prefix", std::string{});
auto sensor_frame = tf_prefix + "/os1_sensor";
auto imu_frame = tf_prefix + "/os1_imu";
auto lidar_frame = tf_prefix + "/os1_lidar";
auto sensor_frame = tf_prefix + "os1_sensor";
auto imu_frame = tf_prefix + "os1_imu";
auto lidar_frame = tf_prefix + "os1_lidar";

ouster_ros::OS1ConfigSrv cfg{};
auto client = nh.serviceClient<ouster_ros::OS1ConfigSrv>("os1_config");
Expand Down

0 comments on commit 52dea0d

Please sign in to comment.