Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dimianx authored Aug 3, 2024
1 parent 69fe568 commit d153a1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ This ROS2 package is designed to detect and estimate the pose of ArUco fractal m

1. Clone this repository into your ROS2 workspace:
```sh
cd <your_workspace>
cd <your_workspace>/src
git clone https://github.com/dimianx/aruco_fractal_tracker.git
```
2. Navigate to the workspace root and build the package:
```sh
cd ~/ros2_ws
cd <your_workspace>
colcon build
```

3. Source your workspace:
```sh
source ~/ros2_ws/install/setup.bash
source ~/<your_workspace>/install/setup.bash
```

## Usage
Expand Down

0 comments on commit d153a1b

Please sign in to comment.