Skip to content

Commit

Permalink
2/14 yuasa
Browse files Browse the repository at this point in the history
  • Loading branch information
mamizusan committed Jan 24, 2024
1 parent 0de0dbb commit 4f9f001
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
<depend>geometry_msgs</depend>
<depend>launch</depend>

<launch>
<!-- component container(動的にノードを載せられるExecutor)を用意 --> <!--動的に載せられるノードとは?-->
<node_container pkg="rclcpp_components" exec="component_container_mt" name="pub_sub_container" namespace="pub_sub" args="">
<node pkg="opencv_components" exec="opencv_marc_match" name="marc_match" namespace="match">
</node>
</node_container>
</launch>


<test_depend>ouxt_lint_auto</test_depend>

<export>
Expand Down

0 comments on commit 4f9f001

Please sign in to comment.