File tree Expand file tree Collapse file tree 1 file changed +3
-18
lines changed
io_gripper_controller/test Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Original file line number Diff line number Diff line change 1- // Copyright (c) 2022, Stogl Robotics Consulting UG (haftungsbeschränkt)
1+ // Copyright (c) 2025, b»robotized by Stogl Robotics
22//
33// Licensed under the Apache License, Version 2.0 (the "License");
44// you may not use this file except in compliance with the License.
1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15- //
16- // Source of this file are templates in
17- // [RosTeamWorkspace](https://github.com/StoglRobotics/ros_team_workspace) repository.
18- //
19-
20- #include " test_io_gripper_controller.hpp"
21- #include " rclcpp/rclcpp.hpp"
22-
2315#include < limits>
2416#include < memory>
2517#include < string>
2618#include < utility>
2719#include < vector>
2820
29- // joint
30- // joint states
31- // dynamic state msg to status
32- // action server
33- // reconfire -> one or two configurations
34- // open gripper error when not expected behavior
35- // set_before and set_after commands
36- // add test for action and service open/close
37- //
21+ #include < rclcpp/rclcpp.hpp>
22+ #include " test_io_gripper_controller.hpp"
3823
3924int main (int argc, char ** argv)
4025{
You can’t perform that action at this time.
0 commit comments