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

added rosidl_runtime c and cpp depencencies #310

Merged
merged 11 commits into from Apr 10, 2020
Merged

Conversation

ahcorde
Copy link
Contributor

@ahcorde ahcorde commented Mar 4, 2020

This PR is related to the changes introduced in this PR ros2/rosidl#442. The full process can be followed here ros2/rosidl#443

Signed-off-by: ahcorde ahcorde@gmail.com

Signed-off-by: ahcorde <ahcorde@gmail.com>
rosbag2_cpp/package.xml Outdated Show resolved Hide resolved
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
@ahcorde
Copy link
Contributor Author

ahcorde commented Mar 6, 2020

By the way, I'm not really sure why we should include this dependency here. rosidl_typesupport_cpp ( which is a dependency here ) export in the CMakeLists.txt rosidl_runtime_c/cpp but this package is not using explicitly the dependency. In this case can we remove it?

@wjwwood
Copy link
Member

wjwwood commented Mar 6, 2020

By the way, I'm not really sure why we should include this dependency here.

Just quickly searching the repo I don't see rosidl_generator_cpp either, could be that it should be removed here and just brought in as a transitive dependency implicitly.

@Karsten1987
Copy link
Collaborator

I could imagine it's a leftover from this change here: b4c459a

If the dependency is not being used in this repo, we should remove it.

@wjwwood
Copy link
Member

wjwwood commented Mar 12, 2020

👍 to removing it or leaving it btw, I'll leave that up to you @ahcorde and @Karsten1987.

…ter_default_plugins

Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
@ahcorde
Copy link
Contributor Author

ahcorde commented Mar 13, 2020

rosbag2_converter_default_plugins

this package use rosidl_generator_cpp headers located now in rosidl_runtime_cpp

#include "rosidl_generator_cpp/message_type_support_decl.hpp"

No need to ament_export_dependency the package or <exec_depend> (rosidl_runtime_cpp is not generating any .so/dll/dylib)

@ahcorde
Copy link
Contributor Author

ahcorde commented Mar 13, 2020

I have created this other PR #321 (because the change is not related with this PR) Removing rosidl_generator_cpp in rosbag2_transport because it's not been used.

Copy link
Collaborator

@Karsten1987 Karsten1987 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm with green CI

@ahcorde
Copy link
Contributor Author

ahcorde commented Apr 10, 2020

  • Updated all repos involved in this change.
  • Skipping ros1_bridge, qt_*, rqt_*, and rviz_* packages.
  • Testing against test_rclcpp and rosbag2_tests.
  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status
  • One warning made the builds unstable but there is a (PR pending)
CMake Deprecation Warning at /home/jenkins-agent/workspace/ci_linux-aarch64/ws/install/ament_cmake_export_interfaces/share/ament_cmake_export_interfaces/cmake/ament_export_interfaces.cmake:37 (message):
ament_export_interfaces() is deprecated, use ament_export_targets() instead
Call Stack (most recent call first):
CMakeLists.txt:85 (ament_export_interfaces)

In MacOS

  • projectroot.cppcheck

Windows

  • some failures in test_rclcpp

@ahcorde ahcorde merged commit 68cffda into master Apr 10, 2020
@delete-merged-branch delete-merged-branch bot deleted the ahcorde/rosidl_runtime branch April 10, 2020 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants