Skip to content

Commit

Permalink
Feedback from review.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Apr 13, 2022
1 parent 110b91e commit 3dbecf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ros2_ouster/src/ouster_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ OusterDriver::OusterDriver(
this->declare_parameter("proc_mask", std::string("IMG|PCL|IMU|SCAN"));

// Declare parameters used across ALL _sensor_ implementations
this->declare_parameter("lidar_ip", std::string(""));
this->declare_parameter("computer_ip", std::string(""));
this->declare_parameter<std::string>("lidar_ip");
this->declare_parameter<std::string>("computer_ip");
this->declare_parameter("imu_port", 7503);
this->declare_parameter("lidar_port", 7502);
this->declare_parameter("lidar_mode", std::string("512x10"));
Expand Down

0 comments on commit 3dbecf1

Please sign in to comment.