Package Summary

Tags No category tags.
Version 1.3.8
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version humble
Last Updated 2024-02-23
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to add Google mock-based tests in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Michael Jeronimo
  • Michel Hidalgo

Authors

  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ament_cmake_gmock

1.3.8 (2024-02-16)

1.3.7 (2024-01-24)

  • Fix compiler warnings related to gtest/gmock (#408) (#495)
  • Contributors: atzaros

1.3.6 (2023-11-13)

1.3.5 (2023-06-22)

1.3.4 (2023-04-25)

1.3.3 (2022-11-07)

1.3.2 (2022-05-17)

1.3.1 (2022-03-28)

1.3.0 (2022-02-17)

  • Update forthcoming version in changelog
  • Contributors: Audrow Nash

1.2.1 (2022-01-14)

  • Update maintainers to Michael Jeronimo and Michel Hidalgo (#362)
  • Contributors: Audrow Nash

1.2.0 (2021-10-29)

  • Use FindPython3 instead of FindPythonInterp (#355)
  • Update maintainers (#336)
  • Contributors: Chris Lalancette, Shane Loretz

1.1.4 (2021-05-06)

1.1.3 (2021-03-09)

1.1.2 (2021-02-26 22:59)

1.1.1 (2021-02-26 19:12)

1.1.0 (2021-02-24)

1.0.4 (2021-01-25)

1.0.3 (2020-12-10)

1.0.2 (2020-12-07)

  • Update package maintainers. (#286)
  • Contributors: Michel Hidalgo

1.0.1 (2020-09-10)

1.0.0 (2020-07-22)

0.9.6 (2020-06-23)

0.9.5 (2020-06-02)

0.9.4 (2020-05-26)

0.9.3 (2020-05-19)

0.9.2 (2020-05-07)

0.9.1 (2020-04-24 15:45)

0.9.0 (2020-04-24 12:25)

  • Don\'t pass FALSE value to ament_add_test when SKIP_TEST is not provided (#236)
  • Contributors: Emerson Knapp

0.8.1 (2019-10-23)

0.8.0 (2019-10-04)

  • Revert \"Add gtest and gmock headers as system headers: (#175)\" (#184) This reverts commit e1ff1c1a0a1e08d43e939cdb943a88be601808bd.
  • Add gtest and gmock headers as system headers: (#175) Certain gtest and gmock header files contain constructs which generate warnings when certain compile flags are enabled. By including the header files as system headers, the compiler knows that it doesn\'t need to generate these warnings since they are coming from (third-party) system headers
  • Add \'runner\' option to ament_add_gmock / nose (#177)
    • Add \'runner\' option to ament_add_gmock
    • Give ament_add_nose ability to specify a different runner, too
  • Contributors: Peter Baughman, Shane Loretz, jpsamper2009

0.7.3 (2019-05-29)

0.7.2 (2019-05-20)

0.7.1 (2019-05-07)

  • Fix unused-arg check in ament_cmake packages: (#167) Arguments to a macro are not variables, so it\'s not possible to do \'if(ARGN)\' to check for arguments; however, copying ARGN to a variable works.
  • Contributors: jpsamper2009

0.7.0 (2019-04-08)

0.6.0 (2018-11-13)

0.5.1 (2018-07-17)

  • Add SKIP_TEST flag to ament_add_gmock() (#143)
  • Contributors: Andreas Greimel

0.5.0 (2018-06-13)

0.4.0 (2017-12-08)

  • 0.0.3
  • Merge pull request #104 from ament/googletest update to googletest 1.8
  • update to googletest 1.8
  • 0.0.2
  • Merge pull request #94 from ament/logging suppress compiler warnings within gmock/gtest
  • suppress missing-field-initializers warnings
  • prevent adding the gmock subdirectory twice (#91)
  • Merge pull request #86 from ament/remove_include remove unnecessary include
  • remove unnecessary include
  • update schema url
  • add schema to manifest files
  • Merge pull request #72 from ament/cmake35 require CMake 3.5
  • remove trailing spaces from comparisons, obsolete quotes and explicit variable expansion
  • remove obsolete policies
  • require CMake 3.5
  • Merge pull request #54 from ament/test_working_dir support WORKING_DIRECTORY in ament_add_nose_test
  • fix WORKING_DIRECTORY for ament_add_gtest/gmock
  • follow fixes from #52
  • Merge pull request #52 from ament/add_test_append_env_option add APPEND_ENV and APPEND_LIBRARY_DIRS options to ament_add_*test macros
  • add APPEND_ENV and APPEND_LIBRARY_DIRS options to ament_add_*test macros
  • Merge pull request #50 from ament/pass_extra_env_to_tests add option to pass extra env to ament_add_*test
  • addressing comments
  • Merge pull request #37 from ament/test_labels add labels to tests
  • add labels to tests
  • Merge pull request #34 from ament/prevent_gtest_in_cache refactor finding GTest / GMock
  • refactor finding GTest / GMock
  • Merge pull request #29 from ament/suppress_cmp0026 set cmp0026 to OLD until we can migrate to use \$<TARGET_FILE:...>
  • update comment and set the policy in two other places
  • Merge pull request #28 from ament/gtest_location fix location of gtest / gmock executables on Windows
  • add type as extension to test result files
  • fix location of gtest executable on Windows
  • Merge pull request #25 from ament/use_gmock_vendor optionally use gmock_vendor
  • optionally use gtest/gmock_vendor
  • update ament_add_gmock to support SKIP_LINKING_MAIN_LIBRARIES
  • add explicit build type
  • disable debug output
  • add missing copyright / license information, update format of existing license information
  • update quoting of additional ament_add_test() arguments
  • use project(.. NONE)
  • refactor several low-level packages into ament_cmake_core (environment, environment_hooks, index, package_templates, symlink_install)
  • invert dependency between ament_cmake_environment and ament_cmake_environment_hooks, add dependency on ament_cmake_environment
  • deal with CMake double expansion
  • update cmake code style
  • add ament_cmake_gmock
  • Contributors: Dirk Thomas, William Woodall

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

Name Repo Deps
control_toolbox github-ros-controls-control_toolbox
fmi_adapter github-boschresearch-fmi_adapter
mavros github-mavlink-mavros
mavros_extras github-mavlink-mavros
moveit_core github-ros-planning-moveit2
pilz_industrial_motion_planner github-ros-planning-moveit2
moveit_ros_occupancy_map_monitor github-ros-planning-moveit2
moveit_ros_planning github-ros-planning-moveit2
mvsim github-MRPT-mvsim
pal_statistics github-pal-robotics-pal_statistics
pose_cov_ops github-mrpt-ros-pkg-pose_cov_ops
realtime_tools github-ros-controls-realtime_tools
rviz_common github-ros2-rviz
rviz_default_plugins github-ros2-rviz
rviz_rendering github-ros2-rviz
rviz_rendering_tests github-ros2-rviz
rviz_visual_testing_framework github-ros2-rviz
ur_calibration github-UniversalRobots-Universal_Robots_ROS2_Driver
ament_cmake_auto github-ament-ament_cmake
ament_cmake_ros github-ros2-ament_cmake_ros
rcl_logging_noop github-ros2-rcl_logging
rclcpp github-ros2-rclcpp
rcutils github-ros2-rcutils
rmw github-ros2-rmw
rmw_dds_common github-ros2-rmw_dds_common
controller_interface github-ros-controls-ros2_control
controller_manager github-ros-controls-ros2_control
hardware_interface github-ros-controls-ros2_control
hardware_interface_testing github-ros-controls-ros2_control
transmission_interface github-ros-controls-ros2_control
ackermann_steering_controller github-ros-controls-ros2_controllers
admittance_controller github-ros-controls-ros2_controllers
bicycle_steering_controller github-ros-controls-ros2_controllers
diff_drive_controller github-ros-controls-ros2_controllers
effort_controllers github-ros-controls-ros2_controllers
force_torque_sensor_broadcaster github-ros-controls-ros2_controllers
forward_command_controller github-ros-controls-ros2_controllers
gripper_controllers github-ros-controls-ros2_controllers
imu_sensor_broadcaster github-ros-controls-ros2_controllers
joint_state_broadcaster github-ros-controls-ros2_controllers
joint_trajectory_controller github-ros-controls-ros2_controllers
position_controllers github-ros-controls-ros2_controllers
range_sensor_broadcaster github-ros-controls-ros2_controllers
steering_controllers_library github-ros-controls-ros2_controllers
tricycle_controller github-ros-controls-ros2_controllers
tricycle_steering_controller github-ros-controls-ros2_controllers
velocity_controllers github-ros-controls-ros2_controllers
rosbag2_compression github-ros2-rosbag2
rosbag2_compression_zstd github-ros2-rosbag2
rosbag2_cpp github-ros2-rosbag2
rosbag2_storage github-ros2-rosbag2
rosbag2_storage_default_plugins github-ros2-rosbag2
rosbag2_storage_mcap github-ros2-rosbag2
rosbag2_tests github-ros2-rosbag2
rosbag2_transport github-ros2-rosbag2
rosbag2_bag_v2_plugins github-ros2-rosbag2_bag_v2
system_modes github-micro-ROS-system_modes
system_modes_examples github-micro-ROS-system_modes
ros_core github-ros2-variants
domain_bridge github-ros2-domain_bridge
foros github-42dot-foros
keyboard_handler github-ros-tooling-keyboard_handler
kinematics_interface_kdl github-ros-controls-kinematics_interface
mola_bridge_ros2 github-MOLAorg-mola
canopen_ros2_control github-ros-industrial-ros2_canopen
canopen_ros2_controllers github-ros-industrial-ros2_canopen
robotiq_driver github-PickNikRobotics-ros2_robotiq_gripper
caret_analyze_cpp_impl github-tier4-caret_analyze_cpp_impl

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_gmock at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.0.4
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version iron
Last Updated 2024-03-03
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to add Google mock-based tests in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Michael Jeronimo

Authors

  • Dirk Thomas
  • Michel Hidalgo
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ament_cmake_gmock

2.0.4 (2024-02-07)

2.0.3 (2023-06-22)

2.0.2 (2023-04-12)

2.0.1 (2023-04-11)

2.0.0 (2023-04-11)

1.5.3 (2023-02-13)

  • Fix compiler warnings related to gtest/gmock (#408) * Suppress compiler warnings when building gmock definition of implicit copy constructor ... is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]

    • Declare gtest/gmock include dirs as SYSTEM PRIVATE for test targets
  • [rolling] Update maintainers - 2022-11-07 (#411)

    • Update maintainers to Michael Jeronimo
  • Contributors: Audrow Nash, Robert Haschke

1.5.2 (2022-11-02)

1.5.1 (2022-09-13)

1.5.0 (2022-07-11)

1.4.0 (2022-04-29)

1.3.1 (2022-03-28)

1.3.0 (2022-02-17)

  • Update forthcoming version in changelog
  • Contributors: Audrow Nash

1.2.1 (2022-01-14)

  • Update maintainers to Michael Jeronimo and Michel Hidalgo (#362)
  • Contributors: Audrow Nash

1.2.0 (2021-10-29)

  • Use FindPython3 instead of FindPythonInterp (#355)
  • Update maintainers (#336)
  • Contributors: Chris Lalancette, Shane Loretz

1.1.4 (2021-05-06)

1.1.3 (2021-03-09)

1.1.2 (2021-02-26 22:59)

1.1.1 (2021-02-26 19:12)

1.1.0 (2021-02-24)

1.0.4 (2021-01-25)

1.0.3 (2020-12-10)

1.0.2 (2020-12-07)

  • Update package maintainers. (#286)
  • Contributors: Michel Hidalgo

1.0.1 (2020-09-10)

1.0.0 (2020-07-22)

0.9.6 (2020-06-23)

0.9.5 (2020-06-02)

0.9.4 (2020-05-26)

0.9.3 (2020-05-19)

0.9.2 (2020-05-07)

0.9.1 (2020-04-24 15:45)

0.9.0 (2020-04-24 12:25)

  • Don\'t pass FALSE value to ament_add_test when SKIP_TEST is not provided (#236)
  • Contributors: Emerson Knapp

0.8.1 (2019-10-23)

0.8.0 (2019-10-04)

  • Revert \"Add gtest and gmock headers as system headers: (#175)\" (#184) This reverts commit e1ff1c1a0a1e08d43e939cdb943a88be601808bd.
  • Add gtest and gmock headers as system headers: (#175) Certain gtest and gmock header files contain constructs which generate warnings when certain compile flags are enabled. By including the header files as system headers, the compiler knows that it doesn\'t need to generate these warnings since they are coming from (third-party) system headers
  • Add \'runner\' option to ament_add_gmock / nose (#177)
    • Add \'runner\' option to ament_add_gmock
    • Give ament_add_nose ability to specify a different runner, too
  • Contributors: Peter Baughman, Shane Loretz, jpsamper2009

0.7.3 (2019-05-29)

0.7.2 (2019-05-20)

0.7.1 (2019-05-07)

  • Fix unused-arg check in ament_cmake packages: (#167) Arguments to a macro are not variables, so it\'s not possible to do \'if(ARGN)\' to check for arguments; however, copying ARGN to a variable works.
  • Contributors: jpsamper2009

0.7.0 (2019-04-08)

0.6.0 (2018-11-13)

0.5.1 (2018-07-17)

  • Add SKIP_TEST flag to ament_add_gmock() (#143)
  • Contributors: Andreas Greimel

0.5.0 (2018-06-13)

0.4.0 (2017-12-08)

  • 0.0.3
  • Merge pull request #104 from ament/googletest update to googletest 1.8
  • update to googletest 1.8
  • 0.0.2
  • Merge pull request #94 from ament/logging suppress compiler warnings within gmock/gtest
  • suppress missing-field-initializers warnings
  • prevent adding the gmock subdirectory twice (#91)
  • Merge pull request #86 from ament/remove_include remove unnecessary include
  • remove unnecessary include
  • update schema url
  • add schema to manifest files
  • Merge pull request #72 from ament/cmake35 require CMake 3.5
  • remove trailing spaces from comparisons, obsolete quotes and explicit variable expansion
  • remove obsolete policies
  • require CMake 3.5
  • Merge pull request #54 from ament/test_working_dir support WORKING_DIRECTORY in ament_add_nose_test
  • fix WORKING_DIRECTORY for ament_add_gtest/gmock
  • follow fixes from #52
  • Merge pull request #52 from ament/add_test_append_env_option add APPEND_ENV and APPEND_LIBRARY_DIRS options to ament_add_*test macros
  • add APPEND_ENV and APPEND_LIBRARY_DIRS options to ament_add_*test macros
  • Merge pull request #50 from ament/pass_extra_env_to_tests add option to pass extra env to ament_add_*test
  • addressing comments
  • Merge pull request #37 from ament/test_labels add labels to tests
  • add labels to tests
  • Merge pull request #34 from ament/prevent_gtest_in_cache refactor finding GTest / GMock
  • refactor finding GTest / GMock
  • Merge pull request #29 from ament/suppress_cmp0026 set cmp0026 to OLD until we can migrate to use \$<TARGET_FILE:...>
  • update comment and set the policy in two other places
  • Merge pull request #28 from ament/gtest_location fix location of gtest / gmock executables on Windows
  • add type as extension to test result files
  • fix location of gtest executable on Windows
  • Merge pull request #25 from ament/use_gmock_vendor optionally use gmock_vendor
  • optionally use gtest/gmock_vendor
  • update ament_add_gmock to support SKIP_LINKING_MAIN_LIBRARIES
  • add explicit build type
  • disable debug output
  • add missing copyright / license information, update format of existing license information
  • update quoting of additional ament_add_test() arguments
  • use project(.. NONE)
  • refactor several low-level packages into ament_cmake_core (environment, environment_hooks, index, package_templates, symlink_install)
  • invert dependency between ament_cmake_environment and ament_cmake_environment_hooks, add dependency on ament_cmake_environment
  • deal with CMake double expansion
  • update cmake code style
  • add ament_cmake_gmock
  • Contributors: Dirk Thomas, William Woodall

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

Name Repo Deps
control_toolbox github-ros-controls-control_toolbox
fmi_adapter github-boschresearch-fmi_adapter
fuse_models github-locusrobotics-fuse
mavros github-mavlink-mavros
mavros_extras github-mavlink-mavros
moveit_core github-ros-planning-moveit2
pilz_industrial_motion_planner github-ros-planning-moveit2
moveit_ros_occupancy_map_monitor github-ros-planning-moveit2
moveit_ros_planning github-ros-planning-moveit2
mvsim github-MRPT-mvsim
pose_cov_ops github-mrpt-ros-pkg-pose_cov_ops
realtime_tools github-ros-controls-realtime_tools
rviz_common github-ros2-rviz
rviz_default_plugins github-ros2-rviz
rviz_rendering github-ros2-rviz
rviz_rendering_tests github-ros2-rviz
rviz_visual_testing_framework github-ros2-rviz
ur_calibration github-UniversalRobots-Universal_Robots_ROS2_Driver
ament_cmake_ros github-ros2-ament_cmake_ros
rcl_logging_noop github-ros2-rcl_logging
rclcpp github-ros2-rclcpp
rcutils github-ros2-rcutils
rmw github-ros2-rmw
rmw_dds_common github-ros2-rmw_dds_common
controller_interface github-ros-controls-ros2_control
controller_manager github-ros-controls-ros2_control
hardware_interface github-ros-controls-ros2_control
hardware_interface_testing github-ros-controls-ros2_control
transmission_interface github-ros-controls-ros2_control
ackermann_steering_controller github-ros-controls-ros2_controllers
admittance_controller github-ros-controls-ros2_controllers
bicycle_steering_controller github-ros-controls-ros2_controllers
diff_drive_controller github-ros-controls-ros2_controllers
effort_controllers github-ros-controls-ros2_controllers
force_torque_sensor_broadcaster github-ros-controls-ros2_controllers
forward_command_controller github-ros-controls-ros2_controllers
gripper_controllers github-ros-controls-ros2_controllers
imu_sensor_broadcaster github-ros-controls-ros2_controllers
joint_state_broadcaster github-ros-controls-ros2_controllers
joint_trajectory_controller github-ros-controls-ros2_controllers
position_controllers github-ros-controls-ros2_controllers
range_sensor_broadcaster github-ros-controls-ros2_controllers
steering_controllers_library github-ros-controls-ros2_controllers
tricycle_controller github-ros-controls-ros2_controllers
tricycle_steering_controller github-ros-controls-ros2_controllers
velocity_controllers github-ros-controls-ros2_controllers
rosbag2_compression github-ros2-rosbag2
rosbag2_compression_zstd github-ros2-rosbag2
rosbag2_cpp github-ros2-rosbag2
rosbag2_storage github-ros2-rosbag2
rosbag2_storage_mcap github-ros2-rosbag2
rosbag2_storage_sqlite3 github-ros2-rosbag2
rosbag2_tests github-ros2-rosbag2
rosbag2_transport github-ros2-rosbag2
rosbag2_bag_v2_plugins github-ros2-rosbag2_bag_v2
system_modes github-micro-ROS-system_modes
system_modes_examples github-micro-ROS-system_modes
ros_core github-ros2-variants
domain_bridge github-ros2-domain_bridge
keyboard_handler github-ros-tooling-keyboard_handler
kinematics_interface_kdl github-ros-controls-kinematics_interface
mola_bridge_ros2 github-MOLAorg-mola
rcl_logging_rcutils github-sloretz-rcl_logging_rcutils
robotiq_driver github-PickNikRobotics-ros2_robotiq_gripper

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_gmock at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.3.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version rolling
Last Updated 2024-03-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to add Google mock-based tests in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Chris Lalancette

Authors

  • Dirk Thomas
  • Michel Hidalgo
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ament_cmake_gmock

2.3.2 (2023-12-26)

  • Split ament_add_gmock into _executable and _test. (#497)
  • Contributors: Chris Lalancette

2.3.1 (2023-11-06)

2.3.0 (2023-09-07)

2.2.2 (2023-08-21)

2.2.1 (2023-06-21)

2.2.0 (2023-06-07)

2.1.0 (2023-04-26)

2.0.2 (2023-04-12)

2.0.1 (2023-04-11)

2.0.0 (2023-04-11)

1.5.3 (2023-02-13)

  • Fix compiler warnings related to gtest/gmock (#408) * Suppress compiler warnings when building gmock definition of implicit copy constructor ... is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]

    • Declare gtest/gmock include dirs as SYSTEM PRIVATE for test targets
  • [rolling] Update maintainers - 2022-11-07 (#411)

    • Update maintainers to Michael Jeronimo
  • Contributors: Audrow Nash, Robert Haschke

1.5.2 (2022-11-02)

1.5.1 (2022-09-13)

1.5.0 (2022-07-11)

1.4.0 (2022-04-29)

1.3.1 (2022-03-28)

1.3.0 (2022-02-17)

  • Update forthcoming version in changelog
  • Contributors: Audrow Nash

1.2.1 (2022-01-14)

  • Update maintainers to Michael Jeronimo and Michel Hidalgo (#362)
  • Contributors: Audrow Nash

1.2.0 (2021-10-29)

  • Use FindPython3 instead of FindPythonInterp (#355)
  • Update maintainers (#336)
  • Contributors: Chris Lalancette, Shane Loretz

1.1.4 (2021-05-06)

1.1.3 (2021-03-09)

1.1.2 (2021-02-26 22:59)

1.1.1 (2021-02-26 19:12)

1.1.0 (2021-02-24)

1.0.4 (2021-01-25)

1.0.3 (2020-12-10)

1.0.2 (2020-12-07)

  • Update package maintainers. (#286)
  • Contributors: Michel Hidalgo

1.0.1 (2020-09-10)

1.0.0 (2020-07-22)

0.9.6 (2020-06-23)

0.9.5 (2020-06-02)

0.9.4 (2020-05-26)

0.9.3 (2020-05-19)

0.9.2 (2020-05-07)

0.9.1 (2020-04-24 15:45)

0.9.0 (2020-04-24 12:25)

  • Don\'t pass FALSE value to ament_add_test when SKIP_TEST is not provided (#236)
  • Contributors: Emerson Knapp

0.8.1 (2019-10-23)

0.8.0 (2019-10-04)

  • Revert \"Add gtest and gmock headers as system headers: (#175)\" (#184) This reverts commit e1ff1c1a0a1e08d43e939cdb943a88be601808bd.
  • Add gtest and gmock headers as system headers: (#175) Certain gtest and gmock header files contain constructs which generate warnings when certain compile flags are enabled. By including the header files as system headers, the compiler knows that it doesn\'t need to generate these warnings since they are coming from (third-party) system headers
  • Add \'runner\' option to ament_add_gmock / nose (#177)
    • Add \'runner\' option to ament_add_gmock
    • Give ament_add_nose ability to specify a different runner, too
  • Contributors: Peter Baughman, Shane Loretz, jpsamper2009

0.7.3 (2019-05-29)

0.7.2 (2019-05-20)

0.7.1 (2019-05-07)

  • Fix unused-arg check in ament_cmake packages: (#167) Arguments to a macro are not variables, so it\'s not possible to do \'if(ARGN)\' to check for arguments; however, copying ARGN to a variable works.
  • Contributors: jpsamper2009

0.7.0 (2019-04-08)

0.6.0 (2018-11-13)

0.5.1 (2018-07-17)

  • Add SKIP_TEST flag to ament_add_gmock() (#143)
  • Contributors: Andreas Greimel

0.5.0 (2018-06-13)

0.4.0 (2017-12-08)

  • 0.0.3
  • Merge pull request #104 from ament/googletest update to googletest 1.8
  • update to googletest 1.8
  • 0.0.2
  • Merge pull request #94 from ament/logging suppress compiler warnings within gmock/gtest
  • suppress missing-field-initializers warnings
  • prevent adding the gmock subdirectory twice (#91)
  • Merge pull request #86 from ament/remove_include remove unnecessary include
  • remove unnecessary include
  • update schema url
  • add schema to manifest files
  • Merge pull request #72 from ament/cmake35 require CMake 3.5
  • remove trailing spaces from comparisons, obsolete quotes and explicit variable expansion
  • remove obsolete policies
  • require CMake 3.5
  • Merge pull request #54 from ament/test_working_dir support WORKING_DIRECTORY in ament_add_nose_test
  • fix WORKING_DIRECTORY for ament_add_gtest/gmock
  • follow fixes from #52
  • Merge pull request #52 from ament/add_test_append_env_option add APPEND_ENV and APPEND_LIBRARY_DIRS options to ament_add_*test macros
  • add APPEND_ENV and APPEND_LIBRARY_DIRS options to ament_add_*test macros
  • Merge pull request #50 from ament/pass_extra_env_to_tests add option to pass extra env to ament_add_*test
  • addressing comments
  • Merge pull request #37 from ament/test_labels add labels to tests
  • add labels to tests
  • Merge pull request #34 from ament/prevent_gtest_in_cache refactor finding GTest / GMock
  • refactor finding GTest / GMock
  • Merge pull request #29 from ament/suppress_cmp0026 set cmp0026 to OLD until we can migrate to use \$<TARGET_FILE:...>
  • update comment and set the policy in two other places
  • Merge pull request #28 from ament/gtest_location fix location of gtest / gmock executables on Windows
  • add type as extension to test result files
  • fix location of gtest executable on Windows
  • Merge pull request #25 from ament/use_gmock_vendor optionally use gmock_vendor
  • optionally use gtest/gmock_vendor
  • update ament_add_gmock to support SKIP_LINKING_MAIN_LIBRARIES
  • add explicit build type
  • disable debug output
  • add missing copyright / license information, update format of existing license information
  • update quoting of additional ament_add_test() arguments
  • use project(.. NONE)
  • refactor several low-level packages into ament_cmake_core (environment, environment_hooks, index, package_templates, symlink_install)
  • invert dependency between ament_cmake_environment and ament_cmake_environment_hooks, add dependency on ament_cmake_environment
  • deal with CMake double expansion
  • update cmake code style
  • add ament_cmake_gmock
  • Contributors: Dirk Thomas, William Woodall

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

Name Repo Deps
control_toolbox github-ros-controls-control_toolbox
fmi_adapter github-boschresearch-fmi_adapter
fuse_models github-locusrobotics-fuse
mavros github-mavlink-mavros
mavros_extras github-mavlink-mavros
moveit_core github-ros-planning-moveit2
pilz_industrial_motion_planner github-ros-planning-moveit2
moveit_ros_occupancy_map_monitor github-ros-planning-moveit2
moveit_ros_planning github-ros-planning-moveit2
mvsim github-MRPT-mvsim
pal_statistics github-pal-robotics-pal_statistics
pose_cov_ops github-mrpt-ros-pkg-pose_cov_ops
realtime_tools github-ros-controls-realtime_tools
rviz_common github-ros2-rviz
rviz_default_plugins github-ros2-rviz
rviz_rendering github-ros2-rviz
rviz_rendering_tests github-ros2-rviz
rviz_visual_testing_framework github-ros2-rviz
ur_calibration github-UniversalRobots-Universal_Robots_ROS2_Driver
ament_cmake_auto github-ament-ament_cmake
ament_cmake_ros github-ros2-ament_cmake_ros
rcl_logging_noop github-ros2-rcl_logging
rclcpp github-ros2-rclcpp
rcutils github-ros2-rcutils
rmw github-ros2-rmw
rmw_dds_common github-ros2-rmw_dds_common
controller_interface github-ros-controls-ros2_control
controller_manager github-ros-controls-ros2_control
hardware_interface github-ros-controls-ros2_control
hardware_interface_testing github-ros-controls-ros2_control
transmission_interface github-ros-controls-ros2_control
ackermann_steering_controller github-ros-controls-ros2_controllers
admittance_controller github-ros-controls-ros2_controllers
bicycle_steering_controller github-ros-controls-ros2_controllers
diff_drive_controller github-ros-controls-ros2_controllers
effort_controllers github-ros-controls-ros2_controllers
force_torque_sensor_broadcaster github-ros-controls-ros2_controllers
forward_command_controller github-ros-controls-ros2_controllers
gripper_controllers github-ros-controls-ros2_controllers
imu_sensor_broadcaster github-ros-controls-ros2_controllers
joint_state_broadcaster github-ros-controls-ros2_controllers
joint_trajectory_controller github-ros-controls-ros2_controllers
pid_controller github-ros-controls-ros2_controllers
position_controllers github-ros-controls-ros2_controllers
range_sensor_broadcaster github-ros-controls-ros2_controllers
steering_controllers_library github-ros-controls-ros2_controllers
tricycle_controller github-ros-controls-ros2_controllers
tricycle_steering_controller github-ros-controls-ros2_controllers
velocity_controllers github-ros-controls-ros2_controllers
rosbag2_compression github-ros2-rosbag2
rosbag2_compression_zstd github-ros2-rosbag2
rosbag2_cpp github-ros2-rosbag2
rosbag2_storage github-ros2-rosbag2
rosbag2_storage_mcap github-ros2-rosbag2
rosbag2_storage_sqlite3 github-ros2-rosbag2
rosbag2_tests github-ros2-rosbag2
rosbag2_transport github-ros2-rosbag2
rosbag2_bag_v2_plugins github-ros2-rosbag2_bag_v2
system_modes github-micro-ROS-system_modes
system_modes_examples github-micro-ROS-system_modes
ros_core github-ros2-variants
domain_bridge github-ros2-domain_bridge
keyboard_handler github-ros-tooling-keyboard_handler
kinematics_interface_kdl github-ros-controls-kinematics_interface
mola_bridge_ros2 github-MOLAorg-mola
rcl_logging_rcutils github-sloretz-rcl_logging_rcutils
canopen_ros2_control github-ros-industrial-ros2_canopen
canopen_ros2_controllers github-ros-industrial-ros2_canopen
robotiq_driver github-PickNikRobotics-ros2_robotiq_gripper

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_gmock at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.4.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version ardent
Last Updated 2017-12-09
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to add Google mock-based tests in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_gmock at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.5.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version bouncy
Last Updated 2018-07-17
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to add Google mock-based tests in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_gmock at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.6.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version crystal
Last Updated 2019-03-10
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to add Google mock-based tests in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_gmock at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.8.3
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version eloquent
Last Updated 2020-11-30
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to add Google mock-based tests in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_gmock at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.7.6
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version dashing
Last Updated 2020-11-24
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to add Google mock-based tests in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

Name Repo Deps
aws_common github-aws-robotics-utils-common
cloudwatch_logs_common github-aws-robotics-cloudwatch-common
cloudwatch_metrics_common github-aws-robotics-cloudwatch-common
dataflow_lite github-aws-robotics-cloudwatch-common
file_management github-aws-robotics-cloudwatch-common
cloudwatch_logger github-aws-robotics-cloudwatchlogs-ros2
cloudwatch_metrics_collector github-aws-robotics-cloudwatchmetrics-ros2
fmi_adapter github-boschresearch-fmi_adapter
h264_encoder_core github-aws-robotics-kinesisvideo-encoder-common
health_metric_collector github-aws-robotics-health-metrics-collector-ros2
kinesis_manager github-aws-robotics-kinesisvideo-common
kinesis_video_streamer github-aws-robotics-kinesisvideo-ros2
laser_geometry github-ros-perception-laser_geometry
lex_common github-aws-robotics-lex-common
lex_node github-aws-robotics-lex-ros2
realtime_tools github-ros-controls-realtime_tools
rviz_common github-ros2-rviz
rviz_default_plugins github-ros2-rviz
rviz_rendering github-ros2-rviz
rviz_rendering_tests github-ros2-rviz
rviz_visual_testing_framework github-ros2-rviz
rcl_logging_log4cxx github-ros2-rcl_logging
rcl_logging_noop github-ros2-rcl_logging
rclcpp github-ros2-rclcpp
rcutils github-ros2-rcutils
rmw github-ros2-rmw
rosbag2 github-ros2-rosbag2
rosbag2_converter_default_plugins github-ros2-rosbag2
rosbag2_storage github-ros2-rosbag2
rosbag2_storage_default_plugins github-ros2-rosbag2
rosbag2_tests github-ros2-rosbag2
rosbag2_transport github-ros2-rosbag2
rosbag2_bag_v2_plugins github-ros2-rosbag2_bag_v2
system_modes github-micro-ROS-system_modes
system_modes_examples github-micro-ROS-system_modes
ros_core github-ros2-variants

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_gmock at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.1.6
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version galactic
Last Updated 2022-12-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to add Google mock-based tests in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Michael Jeronimo
  • Michel Hidalgo

Authors

  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ament_cmake_gmock

1.1.6 (2022-12-02)

1.1.5 (2022-01-14)

  • Update maintainers (backport #362) (#370).
  • Contributors: Audrow Nash

1.1.4 (2021-05-06)

1.1.3 (2021-03-09)

1.1.2 (2021-02-26 22:59)

1.1.1 (2021-02-26 19:12)

1.1.0 (2021-02-24)

1.0.4 (2021-01-25)

1.0.3 (2020-12-10)

1.0.2 (2020-12-07)

  • Update package maintainers. (#286)
  • Contributors: Michel Hidalgo

1.0.1 (2020-09-10)

1.0.0 (2020-07-22)

0.9.6 (2020-06-23)

0.9.5 (2020-06-02)

0.9.4 (2020-05-26)

0.9.3 (2020-05-19)

0.9.2 (2020-05-07)

0.9.1 (2020-04-24 15:45)

0.9.0 (2020-04-24 12:25)

  • Don\'t pass FALSE value to ament_add_test when SKIP_TEST is not provided (#236)
  • Contributors: Emerson Knapp

0.8.1 (2019-10-23)

0.8.0 (2019-10-04)

  • Revert \"Add gtest and gmock headers as system headers: (#175)\" (#184) This reverts commit e1ff1c1a0a1e08d43e939cdb943a88be601808bd.
  • Add gtest and gmock headers as system headers: (#175) Certain gtest and gmock header files contain constructs which generate warnings when certain compile flags are enabled. By including the header files as system headers, the compiler knows that it doesn\'t need to generate these warnings since they are coming from (third-party) system headers
  • Add \'runner\' option to ament_add_gmock / nose (#177)
    • Add \'runner\' option to ament_add_gmock
    • Give ament_add_nose ability to specify a different runner, too
  • Contributors: Peter Baughman, Shane Loretz, jpsamper2009

0.7.3 (2019-05-29)

0.7.2 (2019-05-20)

0.7.1 (2019-05-07)

  • Fix unused-arg check in ament_cmake packages: (#167) Arguments to a macro are not variables, so it\'s not possible to do \'if(ARGN)\' to check for arguments; however, copying ARGN to a variable works.
  • Contributors: jpsamper2009

0.7.0 (2019-04-08)

0.6.0 (2018-11-13)

0.5.1 (2018-07-17)

  • Add SKIP_TEST flag to ament_add_gmock() (#143)
  • Contributors: Andreas Greimel

0.5.0 (2018-06-13)

0.4.0 (2017-12-08)

  • 0.0.3
  • Merge pull request #104 from ament/googletest update to googletest 1.8
  • update to googletest 1.8
  • 0.0.2
  • Merge pull request #94 from ament/logging suppress compiler warnings within gmock/gtest
  • suppress missing-field-initializers warnings
  • prevent adding the gmock subdirectory twice (#91)
  • Merge pull request #86 from ament/remove_include remove unnecessary include
  • remove unnecessary include
  • update schema url
  • add schema to manifest files
  • Merge pull request #72 from ament/cmake35 require CMake 3.5
  • remove trailing spaces from comparisons, obsolete quotes and explicit variable expansion
  • remove obsolete policies
  • require CMake 3.5
  • Merge pull request #54 from ament/test_working_dir support WORKING_DIRECTORY in ament_add_nose_test
  • fix WORKING_DIRECTORY for ament_add_gtest/gmock
  • follow fixes from #52
  • Merge pull request #52 from ament/add_test_append_env_option add APPEND_ENV and APPEND_LIBRARY_DIRS options to ament_add_*test macros
  • add APPEND_ENV and APPEND_LIBRARY_DIRS options to ament_add_*test macros
  • Merge pull request #50 from ament/pass_extra_env_to_tests add option to pass extra env to ament_add_*test
  • addressing comments
  • Merge pull request #37 from ament/test_labels add labels to tests
  • add labels to tests
  • Merge pull request #34 from ament/prevent_gtest_in_cache refactor finding GTest / GMock
  • refactor finding GTest / GMock
  • Merge pull request #29 from ament/suppress_cmp0026 set cmp0026 to OLD until we can migrate to use \$<TARGET_FILE:...>
  • update comment and set the policy in two other places
  • Merge pull request #28 from ament/gtest_location fix location of gtest / gmock executables on Windows
  • add type as extension to test result files
  • fix location of gtest executable on Windows
  • Merge pull request #25 from ament/use_gmock_vendor optionally use gmock_vendor
  • optionally use gtest/gmock_vendor
  • update ament_add_gmock to support SKIP_LINKING_MAIN_LIBRARIES
  • add explicit build type
  • disable debug output
  • add missing copyright / license information, update format of existing license information
  • update quoting of additional ament_add_test() arguments
  • use project(.. NONE)
  • refactor several low-level packages into ament_cmake_core (environment, environment_hooks, index, package_templates, symlink_install)
  • invert dependency between ament_cmake_environment and ament_cmake_environment_hooks, add dependency on ament_cmake_environment
  • deal with CMake double expansion
  • update cmake code style
  • add ament_cmake_gmock
  • Contributors: Dirk Thomas, William Woodall

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

Name Repo Deps
control_toolbox github-ros-controls-control_toolbox
laser_geometry github-ros-perception-laser_geometry
mavros github-mavlink-mavros
mavros_extras github-mavlink-mavros
moveit_core github-ros-planning-moveit2
pilz_industrial_motion_planner github-ros-planning-moveit2
moveit_ros_occupancy_map_monitor github-ros-planning-moveit2
moveit_ros_planning github-ros-planning-moveit2
pal_statistics github-pal-robotics-pal_statistics
pose_cov_ops github-mrpt-ros-pkg-pose_cov_ops
realtime_tools github-ros-controls-realtime_tools
rviz_common github-ros2-rviz
rviz_default_plugins github-ros2-rviz
rviz_rendering github-ros2-rviz
rviz_rendering_tests github-ros2-rviz
rviz_visual_testing_framework github-ros2-rviz
ur_calibration github-UniversalRobots-Universal_Robots_ROS2_Driver
ament_cmake_ros github-ros2-ament_cmake_ros
rcl_logging_log4cxx github-ros2-rcl_logging
rcl_logging_noop github-ros2-rcl_logging
rclcpp github-ros2-rclcpp
rcutils github-ros2-rcutils
rmw github-ros2-rmw
rmw_dds_common github-ros2-rmw_dds_common
controller_interface github-ros-controls-ros2_control
controller_manager github-ros-controls-ros2_control
hardware_interface github-ros-controls-ros2_control
transmission_interface github-ros-controls-ros2_control
diff_drive_controller github-ros-controls-ros2_controllers
effort_controllers github-ros-controls-ros2_controllers
force_torque_sensor_broadcaster github-ros-controls-ros2_controllers
forward_command_controller github-ros-controls-ros2_controllers
gripper_controllers github-ros-controls-ros2_controllers
imu_sensor_broadcaster github-ros-controls-ros2_controllers
joint_state_broadcaster github-ros-controls-ros2_controllers
position_controllers github-ros-controls-ros2_controllers
velocity_controllers github-ros-controls-ros2_controllers
rosbag2_compression github-ros2-rosbag2
rosbag2_compression_zstd github-ros2-rosbag2
rosbag2_cpp github-ros2-rosbag2
rosbag2_storage github-ros2-rosbag2
rosbag2_storage_default_plugins github-ros2-rosbag2
rosbag2_tests github-ros2-rosbag2
rosbag2_transport github-ros2-rosbag2
rosbag2_bag_v2_plugins github-ros2-rosbag2_bag_v2
rosbag2_storage_mcap github-ros-tooling-rosbag2_storage_mcap
system_modes github-micro-ROS-system_modes
system_modes_examples github-micro-ROS-system_modes
ros_core github-ros2-variants
domain_bridge github-ros2-domain_bridge
foros github-42dot-foros

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_gmock at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.9.12
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version foxy
Last Updated 2023-05-27
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to add Google mock-based tests in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

Name Repo Deps
control_toolbox github-ros-controls-control_toolbox
fmi_adapter github-boschresearch-fmi_adapter
laser_geometry github-ros-perception-laser_geometry
mavros github-mavlink-mavros
mavros_extras github-mavlink-mavros
moveit_core github-ros-planning-moveit2
pilz_industrial_motion_planner github-ros-planning-moveit2
moveit_ros_occupancy_map_monitor github-ros-planning-moveit2
moveit_ros_planning github-ros-planning-moveit2
mvsim github-MRPT-mvsim
pal_statistics github-pal-robotics-pal_statistics
pose_cov_ops github-mrpt-ros-pkg-pose_cov_ops
realtime_tools github-ros-controls-realtime_tools
rviz_common github-ros2-rviz
rviz_default_plugins github-ros2-rviz
rviz_rendering github-ros2-rviz
rviz_rendering_tests github-ros2-rviz
rviz_visual_testing_framework github-ros2-rviz
ur_calibration github-UniversalRobots-Universal_Robots_ROS2_Driver
ament_cmake_ros github-ros2-ament_cmake_ros
maliput github-maliput-maliput
maliput_integration_tests github-maliput-maliput_integration_tests
maliput_multilane github-maliput-maliput_multilane
maliput_object github-maliput-maliput_object
maliput_osm github-maliput-maliput_osm
maliput_ros github-maliput-maliput_ros
maliput_ros_translation github-maliput-maliput_ros
maliput_sparse github-maliput-maliput_sparse
rcl_logging_log4cxx github-ros2-rcl_logging
rcl_logging_noop github-ros2-rcl_logging
rclcpp github-ros2-rclcpp
rcutils github-ros2-rcutils
rmw github-ros2-rmw
rmw_dds_common github-ros2-rmw_dds_common
controller_interface github-ros-controls-ros2_control
controller_manager github-ros-controls-ros2_control
hardware_interface github-ros-controls-ros2_control
transmission_interface github-ros-controls-ros2_control
diff_drive_controller github-ros-controls-ros2_controllers
effort_controllers github-ros-controls-ros2_controllers
force_torque_sensor_broadcaster github-ros-controls-ros2_controllers
forward_command_controller github-ros-controls-ros2_controllers
gripper_controllers github-ros-controls-ros2_controllers
imu_sensor_broadcaster github-ros-controls-ros2_controllers
joint_state_broadcaster github-ros-controls-ros2_controllers
joint_state_controller github-ros-controls-ros2_controllers
position_controllers github-ros-controls-ros2_controllers
tricycle_controller github-ros-controls-ros2_controllers
velocity_controllers github-ros-controls-ros2_controllers
rosbag2_compression github-ros2-rosbag2
rosbag2_converter_default_plugins github-ros2-rosbag2
rosbag2_cpp github-ros2-rosbag2
rosbag2_storage github-ros2-rosbag2
rosbag2_storage_default_plugins github-ros2-rosbag2
rosbag2_tests github-ros2-rosbag2
rosbag2_transport github-ros2-rosbag2
rosbag2_bag_v2_plugins github-ros2-rosbag2_bag_v2
rosbag2_storage_mcap github-ros-tooling-rosbag2_storage_mcap
system_modes github-micro-ROS-system_modes
system_modes_examples github-micro-ROS-system_modes
ros_core github-ros2-variants

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_gmock at Robotics Stack Exchange

No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.