Skip to content

Commit

Permalink
merge vrx_bringup package
Browse files Browse the repository at this point in the history
Signed-off-by: Masaya Kataoka <[email protected]>
  • Loading branch information
hakuturu583 committed Jan 24, 2024
1 parent f514ea1 commit e435c22
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ target_link_libraries(vrx_bridge_node
vrx_bridge_component
)

install(DIRECTORY launch
DESTINATION share/${PROJECT_NAME}
)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
ament_lint_auto_find_test_dependencies()
Expand Down
8 changes: 8 additions & 0 deletions launch/vrx_bringup.launch.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<launch>
<!-- component container(動的にノードを載せられるExecutor)を用意 -->
<node_container pkg="rclcpp_components" exec="component_container_mt" name="vrx_bridge_container" namespace="vrx_bridge" args="">
<composable_node pkg="vrx_bridge" plugin="vrx_bridge::VRXBridgeComponent" name="vrx_bridge_component">
</composable_node>
</node_container>
<include file="$(find-pkg-share robotx_ekf)/launch/ekf.launch.xml"/>
</launch>
3 changes: 2 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
<depend>geographic_msgs</depend>
<depend>sensor_msgs</depend>
<depend>geometry_msgs</depend>
<depend>launch</depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ouxt_lint_auto</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit e435c22

Please sign in to comment.