Skip to content

Commit

Permalink
updated install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Herpderk committed Aug 17, 2023
1 parent af34c12 commit eda7681
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

## Install instructions

### ROS 2 Foxy for Ubuntu 20.04 Focal
#### Source: https://docs.ros.org/en/foxy/Installation/Ubuntu-Install-Debians.html
### [ROS 2 Foxy for Ubuntu 20.04 Focal](https://docs.ros.org/en/foxy/Installation/Ubuntu-Install-Debians.html)

1. Uninstall ROS Noetic.
```
Expand Down Expand Up @@ -64,8 +63,7 @@
```


### PX4 SITL for Ubuntu 20.04 Focal
#### Source: https://docs.px4.io/main/en/ros/ros2_comm.html#humble
### [PX4 SITL for Ubuntu 20.04 Focal](https://docs.px4.io/main/en/ros/ros2_comm.html#foxy)

1. Install PX4 development environment in your directory of choice.
```
Expand All @@ -76,8 +74,7 @@
```


### Micro XRCE-DDS Agent and Client (the middleware PX4 uses for ROS 2)
#### Source: https://docs.px4.io/main/en/ros/ros2_comm.html#humble
### [Micro XRCE-DDS Agent and Client (ROS 2 Middleware)](https://docs.px4.io/main/en/ros/ros2_comm.html#foxy)

1. Clone the DDS agent library to your directory of choice.
```
Expand Down Expand Up @@ -108,8 +105,7 @@
After it successfully builds, you should see the simulation environment in one window and the DDS agent outputting "INFO" messages in its terminal window.


### Set up PX4 ROS 2 workspace
#### Source: https://docs.px4.io/main/en/ros/ros2_comm.html#humble
### [Set up PX4 ROS 2 workspace](https://docs.px4.io/main/en/ros/ros2_comm.html#foxy)

1. Create a ROS 2 workspace and name it whatever you want. This is where all you develop in.
```
Expand Down

0 comments on commit eda7681

Please sign in to comment.