Skip to content

Commit e0ad8ba

Browse files
committed
Add note about g3log_ros to README
1 parent 09ac187 commit e0ad8ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ This is a hybrid repository:
3030
* Historically, the repo has also supported the [fips](http://floooh.github.io/fips/) C++ dependency management tool. To build with fips: `./fips build`
3131

3232
The primary dependency is on [g3log](https://github.com/KjellKod/g3log).
33-
* If using ROS1 or ROS2, there are two options:
33+
* If using either ROS1 or ROS2, there are two options:
3434
* clone [g3log_ros](https://gitlab.com/apl-ocean-engineering/g3log_ros) into your workspace's `src/` directory
35-
* use the provided `liboculus.rosinstall` file: `cd <catkin_ws>/src`; `vcs import --input liboculus/liboculus.repos`
35+
* use the provided `liboculus.rosinstall` file: `cd <catkin_ws>/src`; `vcs import --input liboculus/liboculus.repos`. The `main` branch of `g3log_ros` is also a ROS1-ROS2 hybrid.
3636
* It will be handled automagically if using fips.
3737

3838
The (optional) test suite also requires Googletest and the (also optional)

0 commit comments

Comments
 (0)