-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kis beadandó és nagy féléves újdonságok
- Loading branch information
Showing
4 changed files
with
237 additions
and
109 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
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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
layout: default | ||
title: Kis beadandó | ||
parent: Kis beadandó és nagy féléves | ||
permalink: /kis_beadando/ | ||
--- | ||
|
||
|
||
|
||
<details markdown="block"> | ||
<summary> | ||
Tartalom | ||
</summary> | ||
{: .text-delta } | ||
1. TOC | ||
{:toc} | ||
</details> | ||
|
||
--- | ||
|
||
|
||
|
||
# Kis beadandó | ||
|
||
|
||
## Példák | ||
|
||
- [github.com/szepilot/sze_sw1_szinusz](https://github.com/szepilot/sze_sw1_szinusz) | ||
|
||
## Ajánlott módszer a kis beadandó repo létrhozására: `template` | ||
|
||
C++ és Python nyelven is létrehoztunk egy úgynevezett template repo-t, amely megkönnyíti az első pacakage-t tartalmazó repository létrehozását: | ||
|
||
- [github.com/sze-info/ros2_cpp_template](https://github.com/sze-info/ros2_cpp_template) | ||
- [github.com/sze-info/ros2_py_template](https://github.com/sze-info/ros2_py_template) | ||
|
||
{: .new } | ||
Erről [leírás itt](https://sze-info.github.io/arj/onallo/ros2git.html) olvasható. | ||
|
||
<img src="https://raw.githubusercontent.com/sze-info/ros2_cpp_template/main/img/use_this_template01.png" width="60%" /> | ||
|
||
|
||
# Repo neve | ||
- A repository neve a következő mintát kövesse: `VVV_NNN_opcionalis`, ahol | ||
- a `VVV` a vezetéknév első 3 karaktere | ||
- az `NNN` a neptunkód első 3 karaktere | ||
- az `opcionalis` pedig opcionális kiegészítés | ||
- a fentieket alulvonás `_` karakter válassza el és kisbetű legyen mindenhol | ||
- Pl: Szabó István, F99AXW neptunkóddal egy véletlenszámmal foglakozó kis beadandójának url-je lehet pl: `github.com/szaboistvan/sza_f99_random`. |
Oops, something went wrong.