Skip to content

Commit 3616fa8

Browse files
authored
clean repo and fix ci (#60)
1 parent 3fa6170 commit 3616fa8

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

fault_controller/kortex2_controllers/include/kortex2_controllers/twist_controller.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
#ifndef KORTEX2_CONTROLLERS__TWIST_CONTROLLER_HPP_
2525
#define KORTEX2_CONTROLLERS__TWIST_CONTROLLER_HPP_
2626

27+
#include <memory>
28+
#include <string>
29+
#include <vector>
30+
2731
#include "controller_interface/controller_interface.hpp"
2832
#include "geometry_msgs/msg/twist_stamped.hpp"
2933
#include "kortex2_controllers/visibility_control.h"

fault_controller/kortex2_controllers/include/kortex2_controllers/visibility_control.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
// Copyright 2021, PickNik Inc.
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
115
#ifndef KORTEX2_CONTROLLERS__VISIBILITY_CONTROL_H_
216
#define KORTEX2_CONTROLLERS__VISIBILITY_CONTROL_H_
317

fault_controller/kortex2_controllers/src/twist_controller.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
//----------------------------------------------------------------------
2323

2424
#include "kortex2_controllers/twist_controller.hpp"
25+
26+
#include <memory>
27+
#include <string>
28+
#include <vector>
29+
2530
#include "controller_interface/helpers.hpp"
2631
#include "hardware_interface/loaned_command_interface.hpp"
2732

0 commit comments

Comments
 (0)