File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed
fault_controller/kortex2_controllers
include/kortex2_controllers Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments