The repository is made self-contained#9
Open
ajgorhoe wants to merge 29 commits intoGabryxx7:masterfrom
Open
Conversation
…emoved redundant .cs file from obj/
… attributes to project file, saved old project
* Used old versions of Nuget Packages (including oldest available), but still too new * Project builds, but: * Exception is thrown when trying to run * Xaml has many errors, seems that types found in the referenced DLLs no longer match the XAML markup
…kit projects are referenced
…are now copied to the build directory by MSBuild
…rding to change of relative position
…h cloning scripts
…d to instructions for easier build in README_Customization.md
…s (cloning scripts, initialization project)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello @Gabryxx7 ,
This contains the second stage of adaptation to make the repository easy to build and run. With this update, one does not need to use a container repository in order to clone the dependency repository (Helix Toolkit fork) and checkout the appropriate branch that contains an adapted compatible version.
The following was done:
InitModule) that runs the cloning script was added to the solutionAll the benefits of the precious update (PR #8) are kept: referencing Helix Toolkit projects (dependencies) to cloned source repository, a fork of Helix Toolkit with a branch pointing to compatible version with adaptations (upgrade to target the supported .NET Framework 4.8), more robust loading of robot models, etc.
With this update, one just clones the repository, opens
RobotArmHelix.slnin Visual Studio and builds and runs the RobotArmHelix project. The only inconvenience is that the first build involves cloning of the Helix Toolkit repository and therefore takes half a minute or so, but subsequent builds are fast.