Skip to content

Commit

Permalink
Fixed Nested Bullet Point Rendering (microsoft#2908)
Browse files Browse the repository at this point in the history
  • Loading branch information
ash-xyz authored Sep 1, 2020
1 parent 5d60608 commit 8e54fea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/airsim_ros_pkgs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ A ROS wrapper over the AirSim C++ client library.
Verify version by `gcc --version`

- Ubuntu 16.04
* Install [ROS kinetic](https://wiki.ros.org/kinetic/Installation/Ubuntu)
* Install tf2 sensor and mavros packages: `sudo apt-get install ros-kinetic-tf2-sensor-msgs ros-kinetic-mavros*`
* Install [ROS kinetic](https://wiki.ros.org/kinetic/Installation/Ubuntu)
* Install tf2 sensor and mavros packages: `sudo apt-get install ros-kinetic-tf2-sensor-msgs ros-kinetic-mavros*`

- Ubuntu 18.04
* Install [ROS melodic](https://wiki.ros.org/melodic/Installation/Ubuntu)
* Install tf2 sensor and mavros packages: `sudo apt-get install ros-melodic-tf2-sensor-msgs ros-melodic-mavros*`
* Install [ROS melodic](https://wiki.ros.org/melodic/Installation/Ubuntu)
* Install tf2 sensor and mavros packages: `sudo apt-get install ros-melodic-tf2-sensor-msgs ros-melodic-mavros*`

- Install [catkin_tools](https://catkin-tools.readthedocs.io/en/latest/installing.html)
`sudo apt-get install python-catkin-tools` or
Expand Down

0 comments on commit 8e54fea

Please sign in to comment.