ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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
.
2 | No.2 Revision |
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
.
3 | No.3 Revision |
There's a minimal gtest example for ROS2 Rolling here: https://github.com/AndyZe/minimal_integration_testhttps://github.com/PickNikRobotics/test_examples
4 | No.4 Revision |
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.