Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rcl_interfaces can't use master #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DanialLiu
Copy link

use newest master cause

Could not find a package configuration file provided by
"unique_identifier_msgs"

use newest master cause 
Could not find a package configuration file provided by
  "unique_identifier_msgs"
@jacobperron
Copy link
Contributor

Which version of ROS are you using? Currently the master branch only supports Bouncy. We will update the master branch with what's on the dashing branch, once that work is complete.

@DanialLiu
Copy link
Author

Which version of ROS are you using? Currently the master branch only supports Bouncy. We will update the master branch with what's on the dashing branch, once that work is complete.

I use dashing.
The repo rcl_interfaces is no longer the version when you create ros2_java.
So it have to link the tag 0.5.0 .

@YasuChiba
Copy link

YasuChiba commented Jun 7, 2020

I'm also trying to build ros2_java for android and get stacked by similar problem.
In the master branch of ros2_java, the branch of rcl_interfaces is master. However, current master branch of rcl_interfaces deleted 'TRANSITION_SHUTDOWN' constant in lifecycle_msgs/msg/Transition.msg which is required from rcl/rcl_lifecycle version: 0.5.1.
So, I change ros2_java_android.repos to

ros2/rcl_interfaces:
    type: git
    url: https://github.com/ros2/rcl_interfaces.git
    version: bouncy

maybe tag 0.5.0 also works correctly.

ivanpauno pushed a commit that referenced this pull request Apr 27, 2022
Fixes a build issue with newer versions of ROS Rolling:

    fatal error: rcpputils/scope_exit.hpp: No such file or directory

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
ivanpauno pushed a commit that referenced this pull request Jul 12, 2022
Fixes a build issue with newer versions of ROS Rolling:

    fatal error: rcpputils/scope_exit.hpp: No such file or directory

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants