Skip to content

Commit

Permalink
feat(tier4_autoware_api_launch): suppress rtc_controller's info (auto…
Browse files Browse the repository at this point in the history
…warefoundation#3020)

* feat(tier4_autoware_api_launch): suppress rtc_controller's info

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* Update launch/tier4_autoware_api_launch/launch/autoware_api.launch.xml

Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com>

---------

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com>
  • Loading branch information
takayuki5168 and isamu-takagi authored Mar 8, 2023
1 parent 597ffe0 commit 06a71f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- RTC controller -->
<group>
<push-ros-namespace namespace="autoware_api/external/rtc_controller"/>
<node_container pkg="rclcpp_components" exec="component_container_mt" name="container" namespace="">
<node_container pkg="rclcpp_components" exec="component_container_mt" name="container" namespace="" ros_args="--log-level autoware_api.external.rtc_controller.container:=warn">
<composable_node pkg="autoware_iv_external_api_adaptor" plugin="external_api::RTCController" name="node"/>
</node_container>
</group>
Expand Down

0 comments on commit 06a71f6

Please sign in to comment.