Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Dąbrowski <adam.dabrowski@robotec.ai>
Signed-off-by: Michał Pełka <michalpelka@gmail.com>
  • Loading branch information
michalpelka and adamdbrw authored Aug 29, 2023
1 parent 6864a1f commit fd81bc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Templates/Ros2RoboticManipulationTemplate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ This template focuses on robotic arm manipulation with ROS 2 and [MoveIt 2](http

## Prerequisites

Make sure that your system follow [Requirements](https://development--o3deorg.netlify.app/docs/welcome-guide/requirements/).
Make sure that your system meets [Requirements](https://development--o3deorg.netlify.app/docs/welcome-guide/requirements/).

Install necessary ROS2 packages required by this template:
Install ROS2 dependencies for this template:
```bash
sudo apt-get install ros-humble-moveit ros-humble-moveit-resources ros-humble-depth-image-proc
sudo apt install ros-humble-moveit ros-humble-moveit-resources ros-humble-depth-image-proc
```
## How to set up a new project with the template

Expand Down

0 comments on commit fd81bc2

Please sign in to comment.