Versions
v9999 :: 0/9999 :: gentoo
- Modified
- License
- BSD
- USE flags
- test
v1.13.0-r2 :: 0/1.13.0 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64 ~arm
- USE flags
- test
USE flags
General
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
python_single_target
- python3_10
- Build for Python 3.10 only
- python3_8
- Build for Python 3.8 only
- python3_9
- Build for Python 3.9 only
Dependencies
dev-cpp / gtest : Google C++ Testing Framework
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-libs / boost : Boost Libraries for C++
dev-libs / tinyxml2 : A simple, small, efficient, C++ XML parser
dev-python / empy : A powerful and robust templating system for Python
dev-ros / class_loader : ROS-independent package for loading plugins
dev-ros / rosconsole : ROS console output library
dev-ros / roslib : Base dependencies and support libraries for ROS
dev-util / catkin : Cmake macros and associated python code used to build some parts of ROS
Runtime Dependencies
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-libs / boost : Boost Libraries for C++
dev-libs / tinyxml2 : A simple, small, efficient, C++ XML parser
dev-ros / class_loader : ROS-independent package for loading plugins
dev-ros / rosconsole : ROS console output library
dev-ros / roslib : Base dependencies and support libraries for ROS
Depending packages
dev-ros / base_local_planner : Trajectory Rollout and Dynamic Window approaches to robot navigation on a plane
dev-ros / carrot_planner : Attempts to find a legal place to put a carrot for the robot to follow
dev-ros / clear_costmap_recovery : Recovery behavior that attempts reverting the costmaps to the static map
dev-ros / combined_robot_hw : Combined Robot HW class
dev-ros / combined_robot_hw_tests : Combined Robot HW class tests
dev-ros / controller_interface : Interface base class for controllers
dev-ros / controller_manager : The controller manager
dev-ros / costmap_2d : Creates a 2D costmap from sensor data
dev-ros / diagnostic_aggregator : Aggregates ROS diagnostics
dev-ros / dwa_local_planner : Dynamic Window Approach to local robot navigation on a plane
dev-ros / filters : Standardized interface for processing data as a sequence of filters
dev-ros / gazebo_ros_control : ROS control plugins for gazebo
dev-ros / global_planner : Path planner library and node
dev-ros / hector_geotiff : Saves occupancy grid map, robot trajectory and object data to GeoTiff images
dev-ros / image_transport : Transparent support for transporting images in low-bandwidth compressed formats
dev-ros / imu_filter_madgwick : Fuses angular velocities, accelerations, and magnetic readings from an IMU
dev-ros / laser_assembler : Nodes to assemble point clouds from either LaserScan or PointCloud messages
dev-ros / laser_filters : Assorted filters designed to operate on 2D planar laser scanners
dev-ros / laser_proc : Converts representations of LaserScan and MultiEchoLaserScan
dev-ros / mavros : MAVLink extendable communication node for ROS
dev-ros / move_base : Given a goal in the world, will attempt to reach it with a mobile base
dev-ros / move_slow_and_clear : Move slow and clear
dev-ros / navfn : Fast interpolated navigation function for creating plans for a mobile base
dev-ros / nodelet : Runs multiple algorithms in the same process with zero copy transport
dev-ros / nodelet_topic_tools : Common nodelet tools such as a mux, demux and throttle
dev-ros / pcl_ros : PCL (Point Cloud Library) ROS interface stack
dev-ros / pluginlib_tutorials : Pluginlib tutorials
dev-ros / qt_gui_cpp : C++-bindings for qt_gui and creates bindings for every generator available
dev-ros / rosbag_storage : Set of tools for recording from and playing back ROS message
dev-ros / rotate_recovery : Recovery behavior that attempts performing a 360 degree rotation of the robot
dev-ros / rqt_rviz : GUI plugin embedding RViz
dev-ros / rviz : 3D visualization tool for ROS
dev-ros / test_diagnostic_aggregator : diagnostic_aggregator tests
dev-ros / test_nodelet : Nodelet unit tests
dev-ros / test_nodelet_topic_tools : Nodelet topic tools unit tests
dev-ros / theora_image_transport : Plugin for transparently sending an image stream encoded with the Theora codec
dev-ros / transmission_interface : Transmission Interface
dev-ros / urdf : C++ parser for the Unified Robot Description Format (URDF)
ros-meta / ros_core : Metapackage to aggregate the packages required to use core ROS concepts
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Alexis Ballier · gentoo
dev-ros/pluginlib: add subslot
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alexis Ballier · gentoo
dev-ros/pluginlib: add more search pathes
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alexis Ballier · gentoo
dev-ros/pluginlib: set proper pathes for tests
Closes: https://bugs.gentoo.org/624934 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alexis Ballier · gentoo
dev-ros/pluginlib: convert to python-single-r1
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alexis Ballier · gentoo
dev-ros/pluginlib: drop python comapt
Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alexis Ballier · gentoo
dev-ros/pluginlib: Remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org> - Alexis Ballier · gentoo
dev-ros/pluginlib: bump to 1.13.0
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Alexis Ballier · gentoo
dev-ros/pluginlib: bump to 1.12.1
Package-Manager: Portage-2.3.36, Repoman-2.3.9 - Alexis Ballier · gentoo
dev-ros/pluginlib: Remove old
Package-Manager: Portage-2.3.36, Repoman-2.3.9 - Alexis Ballier · gentoo
dev-ros/pluginlib: better deps
Package-Manager: Portage-2.3.28, Repoman-2.3.9 - Alexis Ballier · gentoo
dev-ros/pluginlib: bump to 1.12.0
Package-Manager: Portage-2.3.28, Repoman-2.3.9 - Alexis Ballier · gentoo
dev-ros/pluginlib: bump to 1.11.3
Package-Manager: Portage-2.3.27, Repoman-2.3.9 - Alexis Ballier · gentoo
dev-ros/pluginlib: Remove old
Package-Manager: Portage-2.3.27, Repoman-2.3.9 - Alexis Ballier · gentoo
dev-ros/pluginlib: bump to 1.11.2
Package-Manager: Portage-2.3.16, Repoman-2.3.6 - Alexis Ballier · gentoo
dev-ros/pluginlib: Remove old
Package-Manager: Portage-2.3.13, Repoman-2.3.4 - Alexis Ballier · gentoo
dev-ros/pluginlib: revbump
Package-Manager: Portage-2.3.13, Repoman-2.3.4 - Alexis Ballier · gentoo
dev-ros/pluginlib: Fix runtime issues using CMAKE_PREFIX_PATH
Package-Manager: Portage-2.3.13, Repoman-2.3.4 - Alexis Ballier · gentoo
dev-ros/pluginlib: bump to 1.11.1
Package-Manager: Portage-2.3.13, Repoman-2.3.4 - Alexis Ballier · gentoo
dev-ros/pluginlib: bump to 1.11.0 and update live ebuild
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Alexis Ballier · gentoo
dev-ros/pluginlib: Remove old
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Alexis Ballier · gentoo
dev-ros/pluginlib: bump to 1.10.5
Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Alexis Ballier · gentoo
dev-ros/pluginlib: look for package.xml in ros_packages too for plugins.
Package-Manager: portage-2.3.2 - Alexis Ballier · gentoo
dev-ros/pluginlib: bump dep on class_loader, bug #595230
Package-Manager: portage-2.3.2 - Alexis Ballier · gentoo
dev-ros/pluginlib: remove old
Package-Manager: portage-2.3.2 - Alexis Ballier · gentoo
dev-ros/pluginlib: bump to 1.10.4
Package-Manager: portage-2.3.1 - Alexis Ballier · gentoo
dev-ros/pluginlib: remove old
Package-Manager: portage-2.3.1 - Alexis Ballier · gentoo
dev-ros/pluginlib: bump to 1.10.3
Package-Manager: portage-2.3.0 - Alexis Ballier · gentoo
dev-ros/pluginlib: add python 3.4/3.5 support
Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier <aballier@gentoo.org> - Alexis Ballier · gentoo
dev-ros/pluginlib: bump to 1.10.2
Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier <aballier@gentoo.org> - Alexis Ballier · gentoo
dev-ros/pluginlib: update license
Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier <aballier@gentoo.org> - Alexis Ballier · gentoo
dev-ros/pluginlib: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21