Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Update HRIM instructions in README. #9

Merged
merged 1 commit into from
Jan 2, 2019
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: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ git clone https://github.com/ros-perception/vision_opencv -b ros2
sudo apt install python3-numpy
```

Generate HRIM dependencies:

```bash
sudo apt-get install python-lxml
cd ~/ros2_mara_ws/src/HRIM
python hrim.py generate models/actuator/servo/servo.xml
python hrim.py generate models/actuator/gripper/gripper.xml
```

## Compile

**Optional note**: If you want to use MoveIT! you need to source ROS 1.0 environment variables. Typically, if you have installed ROS `Kinetic`, you need to source the following file:
Expand Down