Skip to content

Commit

Permalink
add dep in package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoignonec committed Oct 20, 2023
1 parent 7485ddc commit 8ae86a2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
1 change: 0 additions & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM ros:${ROS_DISTRO}

COPY . /ros2_dev/src/fd_sdk_vendor
RUN apt update && apt upgrade -y
RUN apt install -y libusb-1.0-0-dev
RUN apt install -y python3-pip
RUN apt install -y git tree clang-format-14 cppcheck
RUN pip install pre-commit
22 changes: 22 additions & 0 deletions include/fd_sdk_vendor/fd_model.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// 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.
//
// Author: Thibault Poignonec ([email protected])

#ifndef FD_SDK_VENDOR__FD_MODEL_HPP_
#define FD_SDK_VENDOR__FD_MODEL_HPP_



#endif // FD_SDK_VENDOR__FD_MODEL_HPP_
2 changes: 2 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<buildtool_depend>ament_cmake_test</buildtool_depend>
<buildtool_depend>pkg-config</buildtool_depend>

<depend>libusb-1.0-dev</depend>

<test_depend>ament_cmake_copyright</test_depend>
<test_depend>ament_cmake_lint_cmake</test_depend>
<test_depend>ament_cmake_xmllint</test_depend>
Expand Down

0 comments on commit 8ae86a2

Please sign in to comment.