Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Use rcpputils::find_and_replace instead of std::regex_replace #272

Merged
merged 1 commit into from
Jun 28, 2019

Conversation

jacobperron
Copy link
Member

The rcpputils implementation is more performant.

Relates to ros2/rmw_fastrtps#277
Requires ros2/rcpputils#13

The rcpputils implementation is more performant.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
@jacobperron
Copy link
Member Author

jacobperron commented Jun 12, 2019

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@jacobperron
Copy link
Member Author

After running CI against master (#264 (comment)), it looks like the test failures already exist and are related to builds with OpenSplice.

find_package(rcutils REQUIRED)
find_package(rmw REQUIRED)
find_package(rosidl_generator_c REQUIRED)
find_package(rosidl_generator_cpp REQUIRED)

ament_export_dependencies(
rcpputils
Copy link
Member

Choose a reason for hiding this comment

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

@jacobperron The package exports the rcpputils dependency but doesn't declare that run dependency in the manifest.

Copy link
Member Author

Choose a reason for hiding this comment

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

Addressed in #277

jacobperron added a commit that referenced this pull request Jul 26, 2019
The rcpputils implementation is more performant.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
jacobperron added a commit that referenced this pull request Jul 29, 2019
The rcpputils implementation is more performant.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
cwyark pushed a commit to cwyark/rmw_opensplice that referenced this pull request Jul 31, 2019
The rcpputils implementation is more performant.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
cwyark pushed a commit to cwyark/rmw_opensplice that referenced this pull request Jul 31, 2019
The rcpputils implementation is more performant.

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

Successfully merging this pull request may close these issues.

3 participants