Skip to content

use rcutils_get_env.#609

Merged
clalancette merged 2 commits intoros2:ros2from
fujitatomoya:topic-20201010-use-rcutils_get_env
Oct 13, 2020
Merged

use rcutils_get_env.#609
clalancette merged 2 commits intoros2:ros2from
fujitatomoya:topic-20201010-use-rcutils_get_env

Conversation

@fujitatomoya
Copy link
Copy Markdown
Contributor

close ros2/ros2#856

Signed-off-by: Tomoya.Fujita Tomoya.Fujita@sony.com

  • Note

all rviz related tests are pass,

> colcon test --packages-select rviz_visual_testing_framework rviz2 rviz_assimp_vendor rviz_common rviz_default_plugins rviz_ogre_vendor rviz_rendering rviz_rendering_tests

Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
@fujitatomoya
Copy link
Copy Markdown
Contributor Author

@jacobperron
CC: @dirk-thomas @clalancette

could you take a look when you got time?

Copy link
Copy Markdown
Contributor

@clalancette clalancette left a comment

Choose a reason for hiding this comment

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

Since we are now explicitly relying on rcutils, please add a build dependency to the package.xml and do a find_package in the CMakeLists.txt.

Otherwise, the code looks good.

Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
@fujitatomoya
Copy link
Copy Markdown
Contributor Author

@clalancette

Since we are now explicitly relying on rcutils, please add a build dependency to the package.xml and do a find_package in the CMakeLists.txt.

that is correct, thanks! it's done with 77a5ac4

@clalancette
Copy link
Copy Markdown
Contributor

CI:

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

@clalancette clalancette merged commit 3d1b082 into ros2:ros2 Oct 13, 2020
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.

replace custom get env logic in various places with rcutils_get_env()

2 participants