forked from aldebaran/libqicore
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# naoqi_libqicore [![build](https://github.com/ros-naoqi/libqicore/actions/workflows/build.yml/badge.svg?branch=ros)](https://github.com/ros-naoqi/libqicore/actions/workflows/build.yml) | ||
# naoqi_libqicore [![build](https://github.com/ros-naoqi/libqicore/actions/workflows/build.yml/badge.svg?branch=ros2)](https://github.com/ros-naoqi/libqicore/actions/workflows/build.yml) | ||
|
||
This fork is used to define the __naoqi_libqicore__ ROS package, based on [__libqicore__](https://github.com/aldebaran/libqicore). | ||
This fork is used to define the __naoqi_libqicore__ ROS2 package, based on [__libqicore__](https://github.com/aldebaran/libqicore). | ||
|
||
## Compilation | ||
To compile __naoqi_libqicore__, clone this repository in a ROS workspace and use the `catkin_make` command. Please note that [__naoqi_libqi__](https://github.com/ros-naoqi/libqi) is a dependency of that project, you should have the package `ros-distro-naoqi-libqi` installed, or build the naoqi_libqi project from source in the same workspace. | ||
To compile __naoqi_libqicore__, clone this repository in a ROS workspace and use the `colcon build` command. Please note that [__naoqi_libqi__](https://github.com/ros-naoqi/libqi) is a dependency of that project, you should have the package `ros-distro-naoqi-libqi` installed, or build the naoqi_libqi project from source in the same workspace. | ||
|
||
Please note that you should checkout the branch corresponding to your ROS distro (eg. `melodic-devel` for Melodic, `noetic-devel` for Noetic, etc...) | ||
Please note that you should checkout the branch corresponding to your ROS distro (eg. `galactic-devel` for Galactic, `foxy-devel` for Foxy, etc...) | ||
|
||
## Status | ||
|
||
The project can currently be successfully built for `Noetic (focal)` and `Melodic (bionic)`. Please refer to the [build workflow](https://github.com/ros-naoqi/libqicore/actions/workflows/build.yml) for more information | ||
The project can currently be successfully built for `Galactic (focal)` and `Foxy (focal)`. Please refer to the [build workflow](https://github.com/ros-naoqi/libqicore/actions/workflows/build.yml) for more information |