Skip to content

Commit

Permalink
Merge pull request #231 from Yaskawa-Global/introduce_lib_dir
Browse files Browse the repository at this point in the history
Use separate directory for external dependencies (platform lib, CMOS parameter lib, etc)
  • Loading branch information
ted-miller authored Apr 8, 2024
2 parents b066b5f + 77a2903 commit b3972ed
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Files: src/*.mps
Copyright: 2022-2023 Yaskawa America, Inc.
License: Apache-2.0

Files: src/ParameterExtraction.*
Files: lib/ParameterExtraction.*
Copyright: 2013-2023 Yaskawa America, Inc.
License: BSD-3-Clause

Files: src/MotoROS_PlatformLib.*Lib
Files: lib/MotoROS_PlatformLib.*Lib
Copyright: 2023 Yaskawa America, Inc.
2023, Delft University of Technology
License: Apache-2.0
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
56 changes: 28 additions & 28 deletions src/MotoROS2_AllControllers.vcxproj

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions src/MotoROS2_AllControllers.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -109,22 +109,22 @@
<None Include="YRC1000_humbleLinkerArguments.mps">
<Filter>Compile Settings</Filter>
</None>
<None Include="ParameterExtraction.dnLib">
<None Include="..\lib\ParameterExtraction.dnLib">
<Filter>MotoPlus Libraries</Filter>
</None>
<None Include="ParameterExtraction.yrcLib">
<None Include="..\lib\ParameterExtraction.yrcLib">
<Filter>MotoPlus Libraries</Filter>
</None>
<None Include="ParameterExtraction.yrcmLib">
<None Include="..\lib\ParameterExtraction.yrcmLib">
<Filter>MotoPlus Libraries</Filter>
</None>
<None Include="MotoROS_PlatformLib.dnLib">
<None Include="..\lib\MotoROS_PlatformLib.dnLib">
<Filter>MotoPlus Libraries</Filter>
</None>
<None Include="MotoROS_PlatformLib.yrcLib">
<None Include="..\lib\MotoROS_PlatformLib.yrcLib">
<Filter>MotoPlus Libraries</Filter>
</None>
<None Include="MotoROS_PlatformLib.yrcmLib">
<None Include="..\lib\MotoROS_PlatformLib.yrcmLib">
<Filter>MotoPlus Libraries</Filter>
</None>
<None Include="..\config\motoros2_config.yaml">
Expand Down Expand Up @@ -410,13 +410,13 @@
<ClInclude Include="MathConstants.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="CmosParameterTypes.h">
<ClInclude Include="..\lib\CmosParameterTypes.h">
<Filter>MotoPlus Libraries</Filter>
</ClInclude>
<ClInclude Include="CmosParameterExtraction.h">
<ClInclude Include="..\lib\CmosParameterExtraction.h">
<Filter>MotoPlus Libraries</Filter>
</ClInclude>
<ClInclude Include="MotoROS_PlatformLib.h">
<ClInclude Include="..\lib\MotoROS_PlatformLib.h">
<Filter>MotoPlus Libraries</Filter>
</ClInclude>
<ClInclude Include="TimeConversionUtils.h">
Expand Down

0 comments on commit b3972ed

Please sign in to comment.