Skip to content

Commit 5f48cd8

Browse files
committed
header files changed for unit tests
1 parent a91bfc3 commit 5f48cd8

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

io_gripper_controller/test/test_io_gripper_controller.cpp

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
@@ -12,29 +12,14 @@
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

3924
int main(int argc, char ** argv)
4025
{

0 commit comments

Comments
 (0)