Skip to content

Commit

Permalink
fix(aeva): change referenced function names after merge
Browse files Browse the repository at this point in the history
Signed-off-by: Max SCHMELLER <[email protected]>
  • Loading branch information
mojomex committed Nov 12, 2024
1 parent 9b4cd4d commit 9a9bc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nebula_ros/src/aeva/aeva_ros_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Status AevaRosWrapper::declareAndGetSensorConfigParams()
Aeries2Config config;

std::string raw_sensor_model = declare_parameter<std::string>("sensor_model", param_read_only());
config.sensor_model = drivers::SensorModelFromString(raw_sensor_model);
config.sensor_model = drivers::sensor_model_from_string(raw_sensor_model);
config.sensor_ip = declare_parameter<std::string>("sensor_ip", param_read_only());
config.frame_id = declare_parameter<std::string>("frame_id", param_read_only());

Expand Down

0 comments on commit 9a9bc9f

Please sign in to comment.