Skip to content

Commit

Permalink
fix typo in readme, fix apriltag_detector dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
berndpfrommer committed Sep 26, 2024
1 parent 8526838 commit f18fdcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ repo=tagslam
url=https://github.com/berndpfrommer/${repo}.git
```

and follow the ROS2 build instructions [here](https://github.com/ros-misc-utilities/.github/blob/master/docs/build_ros_repository.md)
and follow the ROS2 build instructions
[here](https://github.com/ros-misc-utilities/.github/blob/master/docs/build_ros_repository.md).
However, you need to modify the instructions to compile the ``ros2`` branch.

Make sure to source your workspace's ``install/setup.bash`` afterwards.

Expand Down Expand Up @@ -56,12 +58,6 @@ ros2 run tagslam tagslam_from_bag --ros-args -p "cameras:=./cameras.yaml" -p "ta
```


## License

This software and any future contributions to it
```
## License

This software and any future contributions to it are licensed under
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
<depend>tf2_msgs</depend>
<depend>tf2</depend>
<depend>yaml-cpp</depend>
<depend>apriltag_detector</depend>


<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>ament_cmake_clang_format</test_depend>
<test_depend>ament_cmake_gtest</test_depend>

<exec_depend>apriltag_detector</exec_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit f18fdcb

Please sign in to comment.