Skip to content

Commit

Permalink
Car 6057 motion comp ctrv configurable HOTFIX (#2400)
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaMN authored Jun 7, 2024
1 parent a10d0ad commit 10e08f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions motion_computation/src/motion_computation_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ carma_ros2_utils::CallbackReturn MotionComputationNode::handle_on_configure(
get_parameter<bool>("enable_psm_processing", config_.enable_psm_processing);
get_parameter<bool>("enable_mobility_path_processing", config_.enable_mobility_path_processing);
get_parameter<bool>("enable_sensor_processing", config_.enable_sensor_processing);
get_parameter<bool>("enable_ctrv_for_unknown_obj", config_.enable_ctrv_for_unknown_obj);
get_parameter<bool>("enable_ctrv_for_motorcycle_obj", config_.enable_ctrv_for_motorcycle_obj);
get_parameter<bool>("enable_ctrv_for_small_vehicle_obj", config_.enable_ctrv_for_small_vehicle_obj);
get_parameter<bool>("enable_ctrv_for_large_vehicle_obj", config_.enable_ctrv_for_large_vehicle_obj);
get_parameter<bool>("enable_ctrv_for_pedestrian_obj", config_.enable_ctrv_for_pedestrian_obj);

RCLCPP_INFO_STREAM(get_logger(), "Loaded params: " << config_);

Expand Down

0 comments on commit 10e08f7

Please sign in to comment.