Skip to content

Commit 4e40383

Browse files
committed
Adds useful links page
1 parent f2115c1 commit 4e40383

File tree

2 files changed

+32
-24
lines changed

2 files changed

+32
-24
lines changed

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,3 @@ $ yarn start
1515
```
1616

1717
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
18-
19-
### Build
20-
21-
```
22-
$ yarn build
23-
```
24-
25-
This command generates static content into the `build` directory and can be served using any static contents hosting service.
26-
27-
### Deployment
28-
29-
Using SSH:
30-
31-
```
32-
$ USE_SSH=true yarn deploy
33-
```
34-
35-
Not using SSH:
36-
37-
```
38-
$ GIT_USER=<Your GitHub username> yarn deploy
39-
```
40-
41-
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.

docs/intro/links.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
import YouTubeVideo from '@site/src/components/youtube'
2+
3+
# Корисні ресурси пов'язані з розробкою роботів
4+
5+
## Навчальні матеріали
6+
## ROS2 Tutorials
7+
- https://docs.ros.org/en/jazzy/Tutorials.html
8+
9+
## Articulated Robotics
10+
Дуже гарні матеріали від **Josh Newans**
11+
- https://articulatedrobotics.xyz/
12+
- https://www.youtube.com/c/ArticulatedRobotics
13+
14+
## How to convert your Fusion 360 Robot model into a URDF model
15+
- [Part 1](https://medium.com/@rafism1997/ros-hack-1-how-to-convert-your-fusion-360-robot-model-into-a-urdf-model-part-1-e54c988e7939)
16+
- [Part 2](https://medium.com/@rafism1997/ros-hack-1-how-to-convert-your-fusion-360-robot-model-into-a-urdf-model-part-2-303e0e458838)
17+
18+
## The Construct
19+
- https://www.theconstruct.ai/
20+
- https://www.youtube.com/@TheConstruct
21+
22+
## Проэкти роботів
23+
### Jet Propulsion Laboratory Space Robots for Everyone
24+
- https://jplopensourcerover.com/#!/home
25+
- https://github.com/nasa-jpl
26+
<YouTubeVideo videoId="exHqc_Vuifw" />
27+
28+
### Mars-Rover (fork of JPL)
29+
- https://github.com/jakkra/Mars-Rover
30+
31+
### ExoMy
32+
- https://github.com/0xD0M1M0/ExoMy

0 commit comments

Comments
 (0)