Skip to content

Commit

Permalink
fix(default_ad_api): temporary disable api route to resolve type conf…
Browse files Browse the repository at this point in the history
…lict (#1928)

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
  • Loading branch information
isamu-takagi committed Sep 21, 2022
1 parent 66e010c commit e2c5eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/default_ad_api/src/routing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RoutingNode::RoutingNode(const rclcpp::NodeOptions & options) : Node("routing",
const auto adaptor = component_interface_utils::NodeAdaptor(this);
group_srv_ = create_callback_group(rclcpp::CallbackGroupType::MutuallyExclusive);
adaptor.relay_message(pub_route_state_, sub_route_state_);
adaptor.relay_message(pub_route_, sub_route_);
// adaptor.relay_message(pub_route_, sub_route_); // TODO(Takagi, Isamu): temporary disabled
adaptor.relay_service(cli_set_route_points_, srv_set_route_points_, group_srv_);
adaptor.relay_service(cli_set_route_, srv_set_route_, group_srv_);
adaptor.relay_service(cli_clear_route_, srv_clear_route_, group_srv_);
Expand Down

0 comments on commit e2c5eda

Please sign in to comment.