Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion tutorial_7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ Having completed [tutorial 6](../tutorial_6/README.md).
## Overview

This tutorial plans a simple arm motion for the Franka FR3 robot and executes it
on a Gazebo simulation via ROS2. It introduces the `hpp_exec` package which
on a Gazebo simulation via ROS2. It introduces the `hpp-exec` package which
bridges HPP paths to `ros2_control`.

## Terminal 1: Compiling hpp-exec

In the docker terminal, install package hpp-exec
```
cd ~/devel/src
make hpp-exec.install_nodep
```

## Terminal 1: Launching the simulation

Expand Down