-
Notifications
You must be signed in to change notification settings - Fork 528
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
[Build fails] rosapi: targets with same name #581
Labels
ros2
ros2
Comments
This is the problem with all new cmake_policy(SET CMP0002 OLD) Also tried setting ALLOW_DUPLICATE_CUSTOM_TARGETS set_property(GLOBAL PROPERTY ALLOW_DUPLICATE_CUSTOM_TARGETS 1) This also not working, I think these properties have to be set by the core packages. |
This issue is caused by ros2/rosidl_python#131 / ros2/rosidl_python#141. |
This was referenced Aug 19, 2021
jtbandes
added a commit
that referenced
this issue
Oct 15, 2021
…; enable Rolling in CI (#665) **Public API Changes** The msg and srv interfaces under `rosapi` are moving to a new package `rosapi_msgs`. The ones from `rosbridge_library` were used only for testing and are moving to a new package `rosbridge_test_msgs`. **Description** Fixes #581. Closes #602. Due to a [change](ros2/rosidl_python#131) in rosidl_python, the generated python packages containing msg classes were conflicting with the python package these libraries export (ros2/rosidl_python#141). The solution recommended in that thread was to split these definitions into separate packages.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! all,
I am facing some problems with the build of
rosapi
withcolcon
.Command used
Errors
I am not able to intercept/interpret this problem, I have checked, and there isn't any other previous install for such packages.
Specifications
echo $ROS_DISTRO
): rolling/galacticgrep DISTRIB_CODENAME /etc/lsb-release
): Ubuntu 20.04roscat rosbridge_server package.xml | grep '<version>'
): ros2python -c 'import twisted; print twisted.version'
): 18.9.0The text was updated successfully, but these errors were encountered: