Skip to content

Commit

Permalink
linting mock robot
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoignonec committed Nov 9, 2023
1 parent 1c7d237 commit 49b87eb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
//
/// \authors: Thibault Poignonec

// Based on package "ros2_controllers/admittance_controller", Copyright (c) 2022, PickNik, Inc.

#ifndef HK1D_MOCK_ROBOT__HK1D_MOCK_ROBOT_HPP_
#define HK1D_MOCK_ROBOT__HK1D_MOCK_ROBOT_HPP_

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Copyright 2023 ICUBE Laboratory, University of Strasbourg
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
/// \authors: Thibault Poignonec

#ifndef HK1D_MOCK_ROBOT__VISIBILITY_CONTROL_H_
#define HK1D_MOCK_ROBOT__VISIBILITY_CONTROL_H_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@
//
/// \authors: Thibault Poignonec

#include "hk1d_mock_robot/hk1d_mock_robot.hpp"
#include <Eigen/Dense>

#include <chrono>
#include <cmath>
#include <functional>
#include <memory>
#include <string>
#include <vector>

#include <Eigen/Dense>
#include "hk1d_mock_robot/hk1d_mock_robot.hpp"


namespace hk1d_mock_robot
{
Expand Down

0 comments on commit 49b87eb

Please sign in to comment.