Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example Implementation #3

Open
ZigRazor opened this issue Jun 24, 2021 · 14 comments
Open

Example Implementation #3

ZigRazor opened this issue Jun 24, 2021 · 14 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest hacktoberfest issue help wanted Extra attention is needed Priority:Medium Priority Label for medium priority issue

Comments

@ZigRazor
Copy link
Owner

Provide a full Examples implementation.

@ZigRazor ZigRazor added enhancement New feature or request good first issue Good for newcomers labels Jun 24, 2021
@ZigRazor ZigRazor added this to the Example Release milestone Jun 24, 2021
@ZigRazor ZigRazor added this to To do in New Functionalities via automation Jun 24, 2021
@ZigRazor ZigRazor pinned this issue Jun 24, 2021
@ZigRazor ZigRazor added the Priority:Medium Priority Label for medium priority issue label Jul 2, 2021
@r-barnes
Copy link

This'd be really helpful.

@ZigRazor
Copy link
Owner Author

I know,
in any case the test can be already helpful to understand how to use the library.
The examples will be implemented soon, and a help writing them would be welcome.

@ZigRazor ZigRazor added the help wanted Extra attention is needed label Sep 21, 2021
@ZigRazor ZigRazor added the hacktoberfest hacktoberfest issue label Sep 30, 2021
@r-barnes
Copy link

r-barnes commented Oct 1, 2021

I'd be happy to put together an example or two if you can point in the direction of where they should be added.

@ZigRazor
Copy link
Owner Author

ZigRazor commented Oct 1, 2021

Nice! You can create a folder named "Example", in this folder create a new subfolder for each example.
Each example and so each folder must contain the "CMakeLists.txt" to be compiled with cmake.
Thank you in advance,
If you have other dubts you can ask me without problem.

@ZigRazor ZigRazor assigned ZigRazor and unassigned ZigRazor Oct 1, 2021
@ZigRazor
Copy link
Owner Author

ZigRazor commented Oct 1, 2021

I assign this issue to you.
Thank you so much!

@ZigRazor ZigRazor moved this from To do to In progress in New Functionalities Oct 1, 2021
@ZigRazor ZigRazor unpinned this issue Oct 1, 2021
@ZigRazor
Copy link
Owner Author

Hi @r-barnes , have you some news regarding this issue?

@ZigRazor
Copy link
Owner Author

Hi @r-barnes if you don't give me a feedback, I have to unassign this issue from you!

@joechai93
Copy link
Contributor

@ZigRazor I can have a go at this if you like? I'm using this library for a project anyway so it'd be convenient for me to add a couple of examples.

@ZigRazor
Copy link
Owner Author

@joechai93
yes, obviously!
you can add examples, and open a pull-request.
If I’m not being indiscreet, may I know what you’re using it for?
For me it is interesting to know to concentrate in order to improve some parts of the library.
Anyway if you need support, you can write me here or at zigrazor@gmail.com
Thank you so much!

@joechai93
Copy link
Contributor

Cheers, using it for path planning algorithm 👍

@ZigRazor
Copy link
Owner Author

Good, thank you for the information. Now the focus for me is the partitioning algorithms, but in the future other algorithm will be implemented!
Thank you for you suppport.

@ZigRazor
Copy link
Owner Author

@joechai93 does not forget to cite us. If you have some dubt can read the CITATION file

@ErikDervishi03
Copy link
Contributor

I'm attempting to run examples, but after executing the CMake command, similar to what I did for the tests and benchmarks, there are no executables in the 'build/examples/' folder, and I don't understand the reason. I have examined the CMake files in the examples folder, and they appear to be correct @ZigRazor

@ZigRazor
Copy link
Owner Author

The example are compiled only if enabled:
see line:

option(EXAMPLES "Enable Examples Compilation" OFF)

For enable examples compilation you need to add -DEXAMPLES=ON to you cmake line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest hacktoberfest issue help wanted Extra attention is needed Priority:Medium Priority Label for medium priority issue
Projects
Development

No branches or pull requests

4 participants