Skip to content

Commit 3cf9312

Browse files
committed
update: more clarifications
1 parent 73a4733 commit 3cf9312

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/Multirotor/Tutorials/First_Steps/1._Developer_Environment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ You will need to generate some keys: [https://docs.github.com/en/authentication/
111111

112112
Add them to your GitHub account: [https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
113113

114+
These tutorials assume you will configure git and GitHub with SSH.
115+
114116
### Environment
115117

116118
Open a terminal in the folder/directory where you store your code.

docs/Multirotor/Tutorials/First_Steps/3._Recommended_Tutorials.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Read the basic concepts page to get familiar with basic drone concepts: [https:/
6666

6767
We make heavy use of offboard control for our autonomy, specially we use ROS2 and the uXRCE-DDS interface, there are quite a few pages, but skim a few to get a feel for what we are working with: [https://docs.px4.io/main/en/ros/offboard_control.html](https://docs.px4.io/main/en/ros/offboard_control.html)
6868

69+
In the container, PX4 has been setup in `/build/PX4-Autopilot`, and the `MicroXRCEAgent` has already been installed.
70+
6971
Recommended "Tutorial": [https://docs.px4.io/main/en/ros2/offboard_control](https://docs.px4.io/main/en/ros2/offboard_control)
7072

7173
- Follow the instructions to install

0 commit comments

Comments
 (0)