Skip to content

Commit 1c2a384

Browse files
1222-takeshiYamatoAndoharihitodekenji-miyakemitsudome-r
authored
feat: add gnss packages (autowarefoundation#23)
* rename gnss package (autowarefoundation#714) Signed-off-by: Yamato Ando <yamato.ando@gmail.com> * Avoid setting CMAKE_BUILD_TYPE=Release in each CMakeLists.txt (autowarefoundation#720) * remove set CMAKE_BUILD_TYPE Release in each CMakeLists.txt * remove set CMAKE_BUILD_TYPE Release in ndt_pcl_modified * set compile options for debug in ndt_omp * Fix indent * add warning if -DCMAKE_BUILD_TYPE=Release is not set in ndt_omp Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> * remove ROS1 packages temporarily Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * Revert "remove ROS1 packages temporarily" This reverts commit bc523d679e6737ec37be4fdcbdedca141411bd9d. Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * add COLCON_IGNORE to ros1 packages Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> * ROS2 Porting: geo_pos_conv (#8) * Convert to ROS2 package - Update changelog -> 2.0.0 - Update package xml to use the ROS2 xml schema - Update CMakelist with ament cmake commands - Add ROS2 compile options * Convert CMakelist for foxy * Clean up - Remove comments * Remove colcon ignore * Rename launch files to launch.xml (autowarefoundation#28) * ROS2 Porting: gnss_poser (autowarefoundation#18) * Fix CMakelist - Add ublox_msgs package dependency - Rename header files to use the .hpp extention - Remove colcon ignore - Fix Cmake ref to ublox in dependency * Fix compilation issues with convert.hpp - Add sensor_msgs::NavSatFix header which was missing before (?) - Remove logging for now - Contains warnings - geographic lib error polymorphous error - Fix geographic lib -Wcatch-value warnings - Add ifndef guard in gnss_stat.hpp * First pass - successful compilation - Fix CMakelist geographic library - Remove references to main ROS functions - Convert msg references - Add ifndef guards - Convert tf2 methods - Add functionality back - Fix type errors * Add publishers and subscribers - Add parameters * Convert launch files to ROS2 format * Add logging * Convert to component * Fix define guards to follow ROS2/Google style * Add -Werror compile flag * Clean up * Fix CMakelist to allow for the node to be found via ros2 launch - Revert filenames so it is easier to review * Address PR Comments: - Fix CMakelist and package.xml - Remove redundant depend/exec_depend calls - Remove redundant find_package calls - Explicitly add headers to the library * Address PR comments: - Revert removal of GNSSPoser namespace - Use std::make_shared in place of new - Reorder includes to conform with standard * Address PR Comments: - Rename variable to conform with the google style guide - Use the node clock in logging method calls * Address PR Comment: - Convert transform broadcaster to shared pointer * Address PR comment: - Remove -Werror compile flag post discussion * fix duration unit for RCLCPP_*_THROTTLE (autowarefoundation#75) Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * [gnss_poser] switch broadcaster to full member... (autowarefoundation#136) instead of `shared_ptr` to avoid undefined behavior when executing the node because it used `shared_from_this()` in the constructor * Adjust copyright notice on 532 out of 699 source files (autowarefoundation#143) * Use quotes for includes where appropriate (autowarefoundation#144) * Use quotes for includes where appropriate * Fix lint tests * Make tests pass hopefully * Run uncrustify on the entire Pilot.Auto codebase (autowarefoundation#151) * Run uncrustify on the entire Pilot.Auto codebase * Exclude open PRs * ROS2 Linting: geo_pos_conv (autowarefoundation#165) * Add linters and fix linter issues - convert Cmake to use ament_cmake_auto * Address PR comments: - Remove unneeded cast - Throw error instead of setting default values to zero * ROS2 Linting: gnss_poser (autowarefoundation#166) * Add linting and fix litner errors * Address PR comment: - Use author name instead of user - Remove ROS2 maintainer (remnants of older porting) * apply env_var to use_sim_time (autowarefoundation#222) * [gnss_poser] fix namespace for component (autowarefoundation#295) Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * [gnss_poser] fix link to Geographiclib (autowarefoundation#296) * [gnss_poser] fix link to Geographiclib * Fix mismatching spaces inside () after command Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Autoware <autoware@tier4.jp> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> * Ros2 v0.8.0 gnss poser (autowarefoundation#287) * [gnss poser]: Remove std_msgs (autowarefoundation#341) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * add use_sim-time option (autowarefoundation#454) * Format launch files (autowarefoundation#1219) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix for rolling (autowarefoundation#1226) * Replace doc by description Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Replace ns by push-ros-namespace Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove use_sim_time for set_parameter (autowarefoundation#1260) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Add pre-commit (autowarefoundation#1560) * add pre-commit * add pre-commit-config * add additional settings for private repository * use default pre-commit-config * update pre-commit setting * Ignore whitespace for line breaks in markdown * Update .github/workflows/pre-commit.yml Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * exclude svg * remove pretty-format-json * add double-quote-string-fixer * consider COLCON_IGNORE file when seaching modified package * format file * pre-commit fixes * Update pre-commit.yml * Update .pre-commit-config.yaml Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: pre-commit <pre-commit@example.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> * Add markdownlint and prettier (autowarefoundation#1661) * Add markdownlint and prettier Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ignore .param.yaml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * suppress warnings for sensing packages (autowarefoundation#1729) * add Werror for tier4_pcl_extensions * use std::type instead of pcl::type * use std::isfinite instead of pcl_isfinite * fix getFieldIndex * add Werror * fix uninitialized * add Werror * fix string to char* * Fix -Wunused-parameter (autowarefoundation#1836) * Fix -Wunused-parameter Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix mistake Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * fix spell * Fix lint issues Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ignore flake8 warnings Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> * Fix clang warnings (autowarefoundation#1859) * Fix -Wreturn-std-move Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix -Wunused-private-field Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Ignore -Wnonportable-include-path for mussp Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix -Wunused-const-variable Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix "can not be used when making a shared object" Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * add sort-package-xml hook in pre-commit (autowarefoundation#1881) * add sort xml hook in pre-commit * change retval to exit_status * rename * add prettier plugin-xml * use early return * add license note * add tier4 license * restore prettier * change license order * move local hooks to public repo * move prettier-xml to pre-commit-hooks-ros * update version for bug-fix * apply pre-commit * fix gnss_poser transform (autowarefoundation#1493) (autowarefoundation#1623) * fix gnss_poser transform (autowarefoundation#1493) * fix gnss_poser transform * change transformation method from doTransform to tf2::Transform multiplication * rename tf variables * correct variable spelling Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Fix lint Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: hiro-ya-iv <30652835+hiro-ya-iv@users.noreply.github.com> * Change formatter to clang-format and black (autowarefoundation#2332) * Revert "Temporarily comment out pre-commit hooks" This reverts commit 748e9cdb145ce12f8b520bcbd97f5ff899fc28a3. * Replace ament_lint_common with autoware_lint_common Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Remove ament_cmake_uncrustify and ament_clang_format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply Black Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix for cpplint * Fix include double quotes to angle brackets Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Apply clang-format Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Fix build errors Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * Add COLCON_IGNORE (autowarefoundation#500) Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * remove COLCON_IGNORE (autowarefoundation#515) * doc gnss poser (autowarefoundation#580) * add minimal doc * fix document title * doc geo conv pos (autowarefoundation#573) * add minimal doc * fix document title * Remove template comments from node documents (autowarefoundation#608) * rename document file * remove template comment Co-authored-by: YamatoAndo <yamato.ando@gmail.com> Co-authored-by: Daichi Murakami <harihitode@gmail.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp> Co-authored-by: Jilada Eccleston <jilada.eccleston@gmail.com> Co-authored-by: Nikolai Morin <nnmmgit@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Frederik Beaujean <72439809+fred-apex-ai@users.noreply.github.com> Co-authored-by: Kosuke Murakami <kosuke.murakami@tier4.jp> Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com> Co-authored-by: Autoware <autoware@tier4.jp> Co-authored-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com> Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: pre-commit <pre-commit@example.com> Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp> Co-authored-by: hiro-ya-iv <30652835+hiro-ya-iv@users.noreply.github.com> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com>
1 parent 2d91351 commit 1c2a384

15 files changed

+1462
-0
lines changed

sensing/geo_pos_conv/CHANGELOG.rst

+203
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,203 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package geo_pos_conv
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
2.0.0 (2020-10-03)
6+
------------------
7+
* Convert package to ROS2
8+
9+
1.11.0 (2019-03-21)
10+
-------------------
11+
* add constructor (`#1913 <https://github.com/CPFL/Autoware/issues/1913>`_)
12+
* Fix license notice in corresponding package.xml
13+
* Contributors: YamatoAndo, amc-nu
14+
15+
1.10.0 (2019-01-17)
16+
-------------------
17+
* Switch to Apache 2 license (develop branch) (`#1741 <https://github.com/CPFL/Autoware/issues/1741>`_)
18+
* Switch to Apache 2
19+
* Replace BSD-3 license header with Apache 2 and reassign copyright to the
20+
Autoware Foundation.
21+
* Update license on Python files
22+
* Update copyright years
23+
* Add #ifndef/define _POINTS_IMAGE_H\_
24+
* Updated license comment
25+
* Contributors: Esteve Fernandez
26+
27+
1.9.1 (2018-11-06)
28+
------------------
29+
30+
1.9.0 (2018-10-31)
31+
------------------
32+
33+
1.8.0 (2018-08-31)
34+
------------------
35+
36+
1.7.0 (2018-05-18)
37+
------------------
38+
* update Version from 1.6.3 to 1.7.0 in package.xml and CHANGELOG.rst
39+
* [fix] Fixes for all packages and dependencies (`#1240 <https://github.com/CPFL/Autoware/pull/1240>`_)
40+
* Initial Cleanup
41+
* fixed also for indigo
42+
* kf cjeck
43+
* Fix road wizard
44+
* Added travis ci
45+
* Trigger CI
46+
* Fixes to cv_tracker and lidar_tracker cmake
47+
* Fix kitti player dependencies
48+
* Removed unnecessary dependencies
49+
* messages fixing for can
50+
* Update build script travis
51+
* Travis Path
52+
* Travis Paths fix
53+
* Travis test
54+
* Eigen checks
55+
* removed unnecessary dependencies
56+
* Eigen Detection
57+
* Job number reduced
58+
* Eigen3 more fixes
59+
* More Eigen3
60+
* Even more Eigen
61+
* find package cmake modules included
62+
* More fixes to cmake modules
63+
* Removed non ros dependency
64+
* Enable industrial_ci for indidog and kinetic
65+
* Wrong install command
66+
* fix rviz_plugin install
67+
* FastVirtualScan fix
68+
* Fix Qt5 Fastvirtualscan
69+
* Fixed qt5 system dependencies for rosdep
70+
* NDT TKU Fix catkin not pacakged
71+
* More in detail dependencies fixes for more packages
72+
* GLEW library for ORB
73+
* Ignore OrbLocalizer
74+
* Ignore Version checker
75+
* Fix for driveworks interface
76+
* driveworks not catkinpackagedd
77+
* Missing catkin for driveworks
78+
* libdpm opencv not catkin packaged
79+
* catkin lib gnss not included in obj_db
80+
* Points2Polygon fix
81+
* More missing dependencies
82+
* image viewer not packaged
83+
* Fixed SSH2 detection, added viewers for all distros
84+
* Fix gnss localizer incorrect dependency config
85+
* Fixes to multiple packages dependencies
86+
* gnss plib and package
87+
* More fixes to gnss
88+
* gnss dependencies for gnss_loclaizer
89+
* Missing gnss dependency for gnss on localizer
90+
* More fixes for dependencies
91+
Replaced gnss for autoware_gnss_library
92+
* gnss more fixes
93+
* fixes to more dependencies
94+
* header dependency
95+
* Debug message
96+
* more debug messages changed back to gnss
97+
* debud messages
98+
* gnss test
99+
* gnss install command
100+
* Several fixes for OpenPlanner and its lbiraries
101+
* Fixes to ROSInterface
102+
* More fixes to robotsdk and rosinterface
103+
* robotsdk calibration fix
104+
* Fixes to rosinterface robotsdk libraries and its nodes
105+
* Fixes to Qt5 missing dependencies in robotsdk
106+
* glviewer missing dependencies
107+
* Missing qt specific config cmake for robotsdk
108+
* disable cv_tracker
109+
* Fix to open planner un needed dependendecies
110+
* Fixes for libraries indecision maker
111+
* Fixes to libraries decision_maker installation
112+
* Gazebo on Kinetic
113+
* Added Missing library
114+
* * Removed Gazebo and synchonization packages
115+
* Renames vmap in lane_planner
116+
* Added installation commands for missing pakcages
117+
* Fixes to lane_planner
118+
* Added NDT TKU Glut extra dependencies
119+
* ndt localizer/lib fast pcl fixes
120+
re enable cv_tracker
121+
* Fix kf_lib
122+
* Keep industrial_ci
123+
* Fixes for dpm library
124+
* Fusion lib fixed
125+
* dpm and fusion header should match exported project name
126+
* Fixes to dpm_ocv ndt_localizer and pcl_omp
127+
* no fast_pcl anymore
128+
* fixes to libdpm and its package
129+
* CI test
130+
* test with native travis ci
131+
* missing update for apt
132+
* Fixes to pcl_omp installation and headers
133+
* Final fixes for tests, modified README
134+
* * Fixes to README
135+
* Enable industrial_ci
136+
* re enable native travis tests
137+
* Contributors: Abraham Monrroy, Kosuke Murakami
138+
139+
1.6.3 (2018-03-06)
140+
------------------
141+
142+
1.6.2 (2018-02-27)
143+
------------------
144+
* Update CHANGELOG
145+
* Contributors: Yusuke FUJII
146+
147+
1.6.1 (2018-01-20)
148+
------------------
149+
* update CHANGELOG
150+
* Contributors: Yusuke FUJII
151+
152+
1.6.0 (2017-12-11)
153+
------------------
154+
* Prepare release for 1.6.0
155+
* support all plane(1-19) in geo_pos_conv
156+
* Contributors: Yamato ANDO, yukikitsukawa
157+
158+
1.5.1 (2017-09-25)
159+
------------------
160+
* Release/1.5.1 (`#816 <https://github.com/cpfl/autoware/issues/816>`_)
161+
* fix a build error by gcc version
162+
* fix build error for older indigo version
163+
* update changelog for v1.5.1
164+
* 1.5.1
165+
* Contributors: Yusuke FUJII
166+
167+
1.5.0 (2017-09-21)
168+
------------------
169+
* Update changelog
170+
* install target
171+
* Contributors: Dejan Pangercic, Yusuke FUJII
172+
173+
1.4.0 (2017-08-04)
174+
------------------
175+
* version number must equal current release number so we can start releasing in the future
176+
* added changelogs
177+
* Contributors: Dejan Pangercic
178+
179+
1.3.1 (2017-07-16)
180+
------------------
181+
182+
1.3.0 (2017-07-14)
183+
------------------
184+
185+
1.2.0 (2017-06-07)
186+
------------------
187+
188+
1.1.2 (2017-02-27 23:10)
189+
------------------------
190+
191+
1.1.1 (2017-02-27 22:25)
192+
------------------------
193+
194+
1.1.0 (2017-02-24)
195+
------------------
196+
197+
1.0.1 (2017-01-14)
198+
------------------
199+
200+
1.0.0 (2016-12-22)
201+
------------------
202+
* Initial commit for public release
203+
* Contributors: Shinpei Kato

sensing/geo_pos_conv/CMakeLists.txt

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
cmake_minimum_required(VERSION 3.5)
2+
project(geo_pos_conv)
3+
4+
### Compile options
5+
if(NOT CMAKE_CXX_STANDARD)
6+
set(CMAKE_CXX_STANDARD 14)
7+
set(CMAKE_CXX_STANDARD_REQUIRED ON)
8+
set(CMAKE_CXX_EXTENSIONS OFF)
9+
endif()
10+
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
11+
add_compile_options(-Wall -Wextra -Wpedantic)
12+
endif()
13+
14+
### Add dependencies
15+
find_package(ament_cmake_auto REQUIRED)
16+
ament_auto_find_build_dependencies()
17+
18+
### Create library
19+
ament_auto_add_library(geo_pos_conv SHARED
20+
src/geo_pos_conv.cpp
21+
)
22+
23+
if(BUILD_TESTING)
24+
find_package(ament_lint_auto REQUIRED)
25+
ament_lint_auto_find_test_dependencies()
26+
endif()
27+
28+
ament_auto_package()

sensing/geo_pos_conv/README.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# geo_pos_conv
2+
3+
## Purpose
4+
5+
The `geo_pos_conv` is a library to calculate the conversion between **x, y positions on the plane rectangular coordinate** and **latitude/longitude on the earth**.
6+
7+
## Inner-workings / Algorithms
8+
9+
## Inputs / Outputs
10+
11+
## Parameters
12+
13+
## Assumptions / Known limits
14+
15+
## (Optional) Error detection and handling
16+
17+
## (Optional) Performance characterization
18+
19+
## (Optional) References/External links
20+
21+
## (Optional) Future extensions / Unimplemented parts
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
// Copyright 2015-2019 Autoware Foundation
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
15+
#ifndef GEO_POS_CONV__GEO_POS_CONV_HPP_
16+
#define GEO_POS_CONV__GEO_POS_CONV_HPP_
17+
18+
#include <math.h>
19+
20+
class geo_pos_conv
21+
{
22+
private:
23+
double m_x; // m
24+
double m_y; // m
25+
double m_z; // m
26+
27+
double m_lat; // latitude
28+
double m_lon; // longitude
29+
double m_h;
30+
31+
double m_PLato; // plane lat
32+
double m_PLo; // plane lon
33+
34+
public:
35+
geo_pos_conv();
36+
double x() const;
37+
double y() const;
38+
double z() const;
39+
40+
void set_plane(double lat, double lon);
41+
void set_plane(int num);
42+
void set_xyz(double cx, double cy, double cz);
43+
44+
// set llh in radians
45+
void set_llh(double lat, double lon, double h);
46+
47+
// set llh in nmea degrees
48+
void set_llh_nmea_degrees(double latd, double lond, double h);
49+
50+
void llh_to_xyz(double lat, double lon, double ele);
51+
52+
void conv_llh2xyz(void);
53+
void conv_xyz2llh(void);
54+
};
55+
56+
#endif // GEO_POS_CONV__GEO_POS_CONV_HPP_

sensing/geo_pos_conv/package.xml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
4+
<name>geo_pos_conv</name>
5+
<version>2.0.0</version>
6+
<description>The ROS2 geo_pos_conv package</description>
7+
<maintainer email="ryo.watanabe@tier4.jp">Ryo Watanabe</maintainer>
8+
<maintainer email="tomo@axe.bz">Tomomi HORII</maintainer>
9+
<!-- ROS2 -->
10+
<license>Apache License 2.0</license>
11+
12+
<buildtool_depend>ament_cmake_auto</buildtool_depend>
13+
14+
<depend>rclcpp</depend>
15+
16+
<test_depend>ament_lint_auto</test_depend>
17+
<test_depend>autoware_lint_common</test_depend>
18+
19+
<export>
20+
<build_type>ament_cmake</build_type>
21+
</export>
22+
</package>

0 commit comments

Comments
 (0)