mirror of
https://github.com/swri-robotics/mapviz.git
synced 2025-09-15 17:48:34 +08:00
Some checks failed
CI / industrial_ci (map[PIP_BREAK_SYSTEM_PACKAGES:true ROS_DISTRO:jazzy ROS_REPO:main]) (push) Has been cancelled
CI / industrial_ci (map[PIP_BREAK_SYSTEM_PACKAGES:true ROS_DISTRO:jazzy ROS_REPO:testing]) (push) Has been cancelled
CI / industrial_ci (map[PIP_BREAK_SYSTEM_PACKAGES:true ROS_DISTRO:kilted ROS_REPO:main]) (push) Has been cancelled
CI / industrial_ci (map[PIP_BREAK_SYSTEM_PACKAGES:true ROS_DISTRO:kilted ROS_REPO:testing]) (push) Has been cancelled
CI / industrial_ci (map[PIP_BREAK_SYSTEM_PACKAGES:true ROS_DISTRO:rolling ROS_REPO:main]) (push) Has been cancelled
CI / industrial_ci (map[PIP_BREAK_SYSTEM_PACKAGES:true ROS_DISTRO:rolling ROS_REPO:testing]) (push) Has been cancelled
CI / industrial_ci (map[ROS_DISTRO:humble ROS_REPO:main]) (push) Has been cancelled
CI / industrial_ci (map[ROS_DISTRO:humble ROS_REPO:testing]) (push) Has been cancelled
61 lines
1.7 KiB
XML
61 lines
1.7 KiB
XML
<package format="3">
|
|
<name>mapviz_plugins</name>
|
|
<version>2.5.10</version>
|
|
<description>
|
|
|
|
Common plugins for the Mapviz visualization tool
|
|
|
|
</description>
|
|
<author>Marc Alban</author>
|
|
<author>P. J. Reed</author>
|
|
<maintainer email="swri-robotics@swri.org">Southwest Research Institute</maintainer>
|
|
<license>BSD</license>
|
|
<url>https://github.com/swri-robotics/mapviz</url>
|
|
|
|
<buildtool_depend>ament_cmake</buildtool_depend>
|
|
<buildtool_depend>qt5-qmake</buildtool_depend>
|
|
|
|
<depend>libqt5-core</depend>
|
|
<build_depend>libqt5-opengl-dev</build_depend>
|
|
<build_depend>ros_environment</build_depend>
|
|
|
|
<depend>ament_index_cpp</depend>
|
|
<depend>cv_bridge</depend>
|
|
<depend>geometry_msgs</depend>
|
|
<depend>gps_msgs</depend>
|
|
<depend>image_transport</depend>
|
|
<depend>libopencv-dev</depend>
|
|
<depend>map_msgs</depend>
|
|
<depend>mapviz</depend>
|
|
<depend>marti_common_msgs</depend>
|
|
<depend>marti_nav_msgs</depend>
|
|
<depend>marti_sensor_msgs</depend>
|
|
<depend>marti_visualization_msgs</depend>
|
|
<!-- move_base_msgs is commented out until MoveBasePlugin is ported to ROS 2 -->
|
|
<!-- depend>move_base_msgs</depend -->
|
|
<depend>nav_msgs</depend>
|
|
<depend>pluginlib</depend>
|
|
<depend>rclcpp_action</depend>
|
|
<depend>rclcpp</depend>
|
|
<depend>sensor_msgs</depend>
|
|
<depend>std_msgs</depend>
|
|
<depend>std_srvs</depend>
|
|
<depend>stereo_msgs</depend>
|
|
<depend>swri_image_util</depend>
|
|
<depend>swri_math_util</depend>
|
|
<depend>swri_route_util</depend>
|
|
<depend>swri_transform_util</depend>
|
|
<depend>tf2</depend>
|
|
<depend>visualization_msgs</depend>
|
|
|
|
<exec_depend>libqt5-opengl</exec_depend>
|
|
|
|
<export>
|
|
<build_type>ament_cmake</build_type>
|
|
<mapviz plugin="${prefix}/mapviz_plugins.xml" />
|
|
</export>
|
|
|
|
</package>
|
|
|
|
|