Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor-99 committed Jul 7, 2024
1 parent 9836287 commit c1e6711
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,24 @@ And to trigger grasp_service just call:
```bash
ros2 service call grasp_service std_srvs/srv/Empty
```

# Setup
You can clone it and run in docker devcontainer or use native setup. Docker container is setup with all dependencies.

To setup with docker devcontainer:

```bash
./build.sh &&
source install/setup.bash
```

To setup it without docker:

```bash
mkdir -p ~/ros_ws/ && cd ~/ros_ws/src
git clone https://github.com/Wiktor-99/ros2_grasp_service.git
cd ..
rosdep install --from-paths src --ignore-src -r -y
./build.sh
. install/setup.bash
```

0 comments on commit c1e6711

Please sign in to comment.