Skip to content

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 <[email protected]>
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 <[email protected]>
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