Skip to content

Commit

Permalink
chore: rename software subsection to Organization
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroS235 committed Jun 10, 2024
1 parent 65971a7 commit 8ce6fb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Git
# Git Conventions

Your best friend when writing software. Git is a distributed version control
system that allows multiple developers to track changes, collaborate,
Expand Down
8 changes: 4 additions & 4 deletions docs/software/ros.md → docs/Organization/new_project.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ROS
# New Project

In our team, which focuses on robotics, the use of ROS should be highly encourage,
if not mandatory. This not only will make sure that your work will be able to be
Expand All @@ -16,17 +16,17 @@ There are 2 version available at the moment of writing this guide, ROS1 and ROS2
If you are about to start now, please use **ROS2**, choosing the distribution that
is the **LTS** version. Currently, this is [humble](https://docs.ros.org/en/humble/index.html).

!!! note
!!! warning

Please try to avoid ROS1. This is because ROS1 will reach end-of-life soon.
Please try to avoid **ROS1**. This is because ROS1 will reach end-of-life soon.

## Starting a Fresh Project

### Creating the Repository

!!! note

Before starting a new project, you should get familiar with our [git conventions](./git.md).
Before starting a new project, you should get familiar with our [git conventions](./git_conventions.md).

In order to create a new project, you should go to the organization and press the
**new** button, as shown in the picture bellow:
Expand Down

0 comments on commit 8ce6fb4

Please sign in to comment.