-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
73 changed files
with
337 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
@PACKAGE_INIT@ | ||
|
||
include ( "${CMAKE_CURRENT_LIST_DIR}/export_steam.cmake" ) | ||
include(CMakeFindDependencyMacro) | ||
find_dependency(Eigen3 3.3.7) | ||
find_dependency(lgmath 1.1.0) | ||
|
||
set (@PROJECT_NAME@_LIBRARY "@PROJECT_LIBRARY@") | ||
set (@PROJECT_NAME@_LIBRARIES "@PROJECT_LIBRARY@") | ||
|
||
include ( "${CMAKE_CURRENT_LIST_DIR}/@[email protected]" ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
FROM ros:foxy | ||
FROM ros:galactic | ||
|
||
CMD ["/bin/bash"] | ||
|
||
ARG DEBIAN_FRONTEND=noninteractive | ||
|
||
RUN apt update | ||
RUN apt install -q -y curl gnupg2 lsb-release build-essential | ||
RUN apt install -q -y libboost-all-dev libomp-dev | ||
RUN apt install -q -y python3-colcon-core python3-colcon-common-extensions | ||
RUN apt install -q -y curl gnupg2 lsb-release build-essential cmake | ||
RUN apt install -q -y python3-colcon-core python3-colcon-common-extensions | ||
RUN apt install -q -y libeigen3-dev libboost-all-dev libomp-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.