ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There's a close-to minimal gtest example for ROS2 Rolling here: https://github.com/AndyZe/minimal_integration_test

The only extra fluff is from loading a URDF and some other robot config stuff that MoveIt often uses. If you don't want that fluff, just comment the common_config lines in basic_test.test.py.

There's a close-to minimal gtest example for ROS2 Rolling here: https://github.com/AndyZe/minimal_integration_test

The only extra fluff is from loading a URDF and some other robot config stuff that MoveIt often uses. If you don't want that fluff, just comment the common_config lines in basic_test.test.py.

There's a minimal gtest example for ROS2 Rolling Humble/Rolling here: https://github.com/PickNikRobotics/test_examples

It probably works on other ROS distros too but I haven't tried it.