File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1416,7 +1416,7 @@ void RosFilter<T>::loadParams()
14161416 RCLCPP_WARN (this ->get_logger (),
14171417 " Warning: Some position entries in parameter %s_config are listed "
14181418 " true, but sensor_msgs/Imu contains no information about position" ,
1419- imu_topic_name);
1419+ imu_topic_name. c_str () );
14201420 }
14211421 std::vector<int > linear_velocity_update_vec (
14221422 update_vec.begin () + POSITION_V_OFFSET,
@@ -1428,7 +1428,7 @@ void RosFilter<T>::loadParams()
14281428 RCLCPP_WARN (this ->get_logger (),
14291429 " Warning: Some linear velocity entries in parameter %s_config are "
14301430 " listed true, but an sensor_msgs/Imu contains no information about "
1431- " linear velocities" , imu_topic_name);
1431+ " linear velocities" , imu_topic_name. c_str () );
14321432 }
14331433
14341434 std::vector<bool > pose_update_vec = update_vec;
You can’t perform that action at this time.
0 commit comments