No version for distro humble showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

geos_cmake_module package from geos_cmake_module repo

geos_cmake_module

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/swri-robotics/geos_cmake_module.git
VCS Type git
VCS Version master
Last Updated 2020-09-04
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

cmake module for using the libgeos geometry library with ROS

Additional Links

Maintainers

  • Daniel D'Souza

Authors

  • Mateusz Loskot
  • Daniel D'Souza
# geos_cmake_module
A package providing FindGEOS.cmake

## Usage
To use the CMake modules provided by this catkin package, you must `<build_depend> `on it in your `package.xml`, like so:


geos_cmake_module

Then you must find_package it in your `CMakeLists.txt` along with your other catkin build dependencies:


find_package(catkin REQUIRED COMPONENTS … geos_cmake_module …)


After the above find_package invocations, the modules provided by cmake_modules will be available in your CMAKE_MODULE_PATH to be found. For example you can find `libgeos` by using the following:


find_package(GEOS REQUIRED)


To use libgeos, be sure to add the GEOS variables to the following:


include_directories( … ${GEOS_INCLUDE_DIRS} )



target_link_libraries( … ${GEOS_LIBRARIES} )



CHANGELOG

Changelog for package geos_cmake_module

0.0.2 (2020-09-04)

  • added license
  • Merge branch 'tweak-cmake-extras' into 'master' Tweak cmake extras See merge request daniel_dsouza/geos_cmake_module!1
  • Tweak cmake extras This renames the extras.cmake files to be consistent with the package name, and it also changes a variable in the installspace file to reference the right package.
  • works for me
  • Contributors: Daniel D'Souza, P. J. Reed

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geos_cmake_module at Robotics Stack Exchange

No version for distro jazzy showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

geos_cmake_module package from geos_cmake_module repo

geos_cmake_module

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/swri-robotics/geos_cmake_module.git
VCS Type git
VCS Version master
Last Updated 2020-09-04
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

cmake module for using the libgeos geometry library with ROS

Additional Links

Maintainers

  • Daniel D'Souza

Authors

  • Mateusz Loskot
  • Daniel D'Souza
# geos_cmake_module
A package providing FindGEOS.cmake

## Usage
To use the CMake modules provided by this catkin package, you must `<build_depend> `on it in your `package.xml`, like so:


geos_cmake_module

Then you must find_package it in your `CMakeLists.txt` along with your other catkin build dependencies:


find_package(catkin REQUIRED COMPONENTS … geos_cmake_module …)


After the above find_package invocations, the modules provided by cmake_modules will be available in your CMAKE_MODULE_PATH to be found. For example you can find `libgeos` by using the following:


find_package(GEOS REQUIRED)


To use libgeos, be sure to add the GEOS variables to the following:


include_directories( … ${GEOS_INCLUDE_DIRS} )



target_link_libraries( … ${GEOS_LIBRARIES} )



CHANGELOG

Changelog for package geos_cmake_module

0.0.2 (2020-09-04)

  • added license
  • Merge branch 'tweak-cmake-extras' into 'master' Tweak cmake extras See merge request daniel_dsouza/geos_cmake_module!1
  • Tweak cmake extras This renames the extras.cmake files to be consistent with the package name, and it also changes a variable in the installspace file to reference the right package.
  • works for me
  • Contributors: Daniel D'Souza, P. J. Reed

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geos_cmake_module at Robotics Stack Exchange

No version for distro kilted showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

geos_cmake_module package from geos_cmake_module repo

geos_cmake_module

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/swri-robotics/geos_cmake_module.git
VCS Type git
VCS Version master
Last Updated 2020-09-04
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

cmake module for using the libgeos geometry library with ROS

Additional Links

Maintainers

  • Daniel D'Souza

Authors

  • Mateusz Loskot
  • Daniel D'Souza
# geos_cmake_module
A package providing FindGEOS.cmake

## Usage
To use the CMake modules provided by this catkin package, you must `<build_depend> `on it in your `package.xml`, like so:


geos_cmake_module

Then you must find_package it in your `CMakeLists.txt` along with your other catkin build dependencies:


find_package(catkin REQUIRED COMPONENTS … geos_cmake_module …)


After the above find_package invocations, the modules provided by cmake_modules will be available in your CMAKE_MODULE_PATH to be found. For example you can find `libgeos` by using the following:


find_package(GEOS REQUIRED)


To use libgeos, be sure to add the GEOS variables to the following:


include_directories( … ${GEOS_INCLUDE_DIRS} )



target_link_libraries( … ${GEOS_LIBRARIES} )



CHANGELOG

Changelog for package geos_cmake_module

0.0.2 (2020-09-04)

  • added license
  • Merge branch 'tweak-cmake-extras' into 'master' Tweak cmake extras See merge request daniel_dsouza/geos_cmake_module!1
  • Tweak cmake extras This renames the extras.cmake files to be consistent with the package name, and it also changes a variable in the installspace file to reference the right package.
  • works for me
  • Contributors: Daniel D'Souza, P. J. Reed

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geos_cmake_module at Robotics Stack Exchange

No version for distro rolling showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

geos_cmake_module package from geos_cmake_module repo

geos_cmake_module

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/swri-robotics/geos_cmake_module.git
VCS Type git
VCS Version master
Last Updated 2020-09-04
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

cmake module for using the libgeos geometry library with ROS

Additional Links

Maintainers

  • Daniel D'Souza

Authors

  • Mateusz Loskot
  • Daniel D'Souza
# geos_cmake_module
A package providing FindGEOS.cmake

## Usage
To use the CMake modules provided by this catkin package, you must `<build_depend> `on it in your `package.xml`, like so:


geos_cmake_module

Then you must find_package it in your `CMakeLists.txt` along with your other catkin build dependencies:


find_package(catkin REQUIRED COMPONENTS … geos_cmake_module …)


After the above find_package invocations, the modules provided by cmake_modules will be available in your CMAKE_MODULE_PATH to be found. For example you can find `libgeos` by using the following:


find_package(GEOS REQUIRED)


To use libgeos, be sure to add the GEOS variables to the following:


include_directories( … ${GEOS_INCLUDE_DIRS} )



target_link_libraries( … ${GEOS_LIBRARIES} )



CHANGELOG

Changelog for package geos_cmake_module

0.0.2 (2020-09-04)

  • added license
  • Merge branch 'tweak-cmake-extras' into 'master' Tweak cmake extras See merge request daniel_dsouza/geos_cmake_module!1
  • Tweak cmake extras This renames the extras.cmake files to be consistent with the package name, and it also changes a variable in the installspace file to reference the right package.
  • works for me
  • Contributors: Daniel D'Souza, P. J. Reed

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geos_cmake_module at Robotics Stack Exchange

No version for distro ardent showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

geos_cmake_module package from geos_cmake_module repo

geos_cmake_module

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/swri-robotics/geos_cmake_module.git
VCS Type git
VCS Version master
Last Updated 2020-09-04
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

cmake module for using the libgeos geometry library with ROS

Additional Links

Maintainers

  • Daniel D'Souza

Authors

  • Mateusz Loskot
  • Daniel D'Souza
# geos_cmake_module
A package providing FindGEOS.cmake

## Usage
To use the CMake modules provided by this catkin package, you must `<build_depend> `on it in your `package.xml`, like so:


geos_cmake_module

Then you must find_package it in your `CMakeLists.txt` along with your other catkin build dependencies:


find_package(catkin REQUIRED COMPONENTS … geos_cmake_module …)


After the above find_package invocations, the modules provided by cmake_modules will be available in your CMAKE_MODULE_PATH to be found. For example you can find `libgeos` by using the following:


find_package(GEOS REQUIRED)


To use libgeos, be sure to add the GEOS variables to the following:


include_directories( … ${GEOS_INCLUDE_DIRS} )



target_link_libraries( … ${GEOS_LIBRARIES} )



CHANGELOG

Changelog for package geos_cmake_module

0.0.2 (2020-09-04)

  • added license
  • Merge branch 'tweak-cmake-extras' into 'master' Tweak cmake extras See merge request daniel_dsouza/geos_cmake_module!1
  • Tweak cmake extras This renames the extras.cmake files to be consistent with the package name, and it also changes a variable in the installspace file to reference the right package.
  • works for me
  • Contributors: Daniel D'Souza, P. J. Reed

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geos_cmake_module at Robotics Stack Exchange

No version for distro bouncy showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

geos_cmake_module package from geos_cmake_module repo

geos_cmake_module

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/swri-robotics/geos_cmake_module.git
VCS Type git
VCS Version master
Last Updated 2020-09-04
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

cmake module for using the libgeos geometry library with ROS

Additional Links

Maintainers

  • Daniel D'Souza

Authors

  • Mateusz Loskot
  • Daniel D'Souza
# geos_cmake_module
A package providing FindGEOS.cmake

## Usage
To use the CMake modules provided by this catkin package, you must `<build_depend> `on it in your `package.xml`, like so:


geos_cmake_module

Then you must find_package it in your `CMakeLists.txt` along with your other catkin build dependencies:


find_package(catkin REQUIRED COMPONENTS … geos_cmake_module …)


After the above find_package invocations, the modules provided by cmake_modules will be available in your CMAKE_MODULE_PATH to be found. For example you can find `libgeos` by using the following:


find_package(GEOS REQUIRED)


To use libgeos, be sure to add the GEOS variables to the following:


include_directories( … ${GEOS_INCLUDE_DIRS} )



target_link_libraries( … ${GEOS_LIBRARIES} )



CHANGELOG

Changelog for package geos_cmake_module

0.0.2 (2020-09-04)

  • added license
  • Merge branch 'tweak-cmake-extras' into 'master' Tweak cmake extras See merge request daniel_dsouza/geos_cmake_module!1
  • Tweak cmake extras This renames the extras.cmake files to be consistent with the package name, and it also changes a variable in the installspace file to reference the right package.
  • works for me
  • Contributors: Daniel D'Souza, P. J. Reed

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geos_cmake_module at Robotics Stack Exchange

No version for distro crystal showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

geos_cmake_module package from geos_cmake_module repo

geos_cmake_module

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/swri-robotics/geos_cmake_module.git
VCS Type git
VCS Version master
Last Updated 2020-09-04
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

cmake module for using the libgeos geometry library with ROS

Additional Links

Maintainers

  • Daniel D'Souza

Authors

  • Mateusz Loskot
  • Daniel D'Souza
# geos_cmake_module
A package providing FindGEOS.cmake

## Usage
To use the CMake modules provided by this catkin package, you must `<build_depend> `on it in your `package.xml`, like so:


geos_cmake_module

Then you must find_package it in your `CMakeLists.txt` along with your other catkin build dependencies:


find_package(catkin REQUIRED COMPONENTS … geos_cmake_module …)


After the above find_package invocations, the modules provided by cmake_modules will be available in your CMAKE_MODULE_PATH to be found. For example you can find `libgeos` by using the following:


find_package(GEOS REQUIRED)


To use libgeos, be sure to add the GEOS variables to the following:


include_directories( … ${GEOS_INCLUDE_DIRS} )



target_link_libraries( … ${GEOS_LIBRARIES} )



CHANGELOG

Changelog for package geos_cmake_module

0.0.2 (2020-09-04)

  • added license
  • Merge branch 'tweak-cmake-extras' into 'master' Tweak cmake extras See merge request daniel_dsouza/geos_cmake_module!1
  • Tweak cmake extras This renames the extras.cmake files to be consistent with the package name, and it also changes a variable in the installspace file to reference the right package.
  • works for me
  • Contributors: Daniel D'Souza, P. J. Reed

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geos_cmake_module at Robotics Stack Exchange

No version for distro eloquent showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

geos_cmake_module package from geos_cmake_module repo

geos_cmake_module

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/swri-robotics/geos_cmake_module.git
VCS Type git
VCS Version master
Last Updated 2020-09-04
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

cmake module for using the libgeos geometry library with ROS

Additional Links

Maintainers

  • Daniel D'Souza

Authors

  • Mateusz Loskot
  • Daniel D'Souza
# geos_cmake_module
A package providing FindGEOS.cmake

## Usage
To use the CMake modules provided by this catkin package, you must `<build_depend> `on it in your `package.xml`, like so:


geos_cmake_module

Then you must find_package it in your `CMakeLists.txt` along with your other catkin build dependencies:


find_package(catkin REQUIRED COMPONENTS … geos_cmake_module …)


After the above find_package invocations, the modules provided by cmake_modules will be available in your CMAKE_MODULE_PATH to be found. For example you can find `libgeos` by using the following:


find_package(GEOS REQUIRED)


To use libgeos, be sure to add the GEOS variables to the following:


include_directories( … ${GEOS_INCLUDE_DIRS} )



target_link_libraries( … ${GEOS_LIBRARIES} )



CHANGELOG

Changelog for package geos_cmake_module

0.0.2 (2020-09-04)

  • added license
  • Merge branch 'tweak-cmake-extras' into 'master' Tweak cmake extras See merge request daniel_dsouza/geos_cmake_module!1
  • Tweak cmake extras This renames the extras.cmake files to be consistent with the package name, and it also changes a variable in the installspace file to reference the right package.
  • works for me
  • Contributors: Daniel D'Souza, P. J. Reed

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geos_cmake_module at Robotics Stack Exchange

No version for distro dashing showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

geos_cmake_module package from geos_cmake_module repo

geos_cmake_module

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/swri-robotics/geos_cmake_module.git
VCS Type git
VCS Version master
Last Updated 2020-09-04
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

cmake module for using the libgeos geometry library with ROS

Additional Links

Maintainers

  • Daniel D'Souza

Authors

  • Mateusz Loskot
  • Daniel D'Souza
# geos_cmake_module
A package providing FindGEOS.cmake

## Usage
To use the CMake modules provided by this catkin package, you must `<build_depend> `on it in your `package.xml`, like so:


geos_cmake_module

Then you must find_package it in your `CMakeLists.txt` along with your other catkin build dependencies:


find_package(catkin REQUIRED COMPONENTS … geos_cmake_module …)


After the above find_package invocations, the modules provided by cmake_modules will be available in your CMAKE_MODULE_PATH to be found. For example you can find `libgeos` by using the following:


find_package(GEOS REQUIRED)


To use libgeos, be sure to add the GEOS variables to the following:


include_directories( … ${GEOS_INCLUDE_DIRS} )



target_link_libraries( … ${GEOS_LIBRARIES} )



CHANGELOG

Changelog for package geos_cmake_module

0.0.2 (2020-09-04)

  • added license
  • Merge branch 'tweak-cmake-extras' into 'master' Tweak cmake extras See merge request daniel_dsouza/geos_cmake_module!1
  • Tweak cmake extras This renames the extras.cmake files to be consistent with the package name, and it also changes a variable in the installspace file to reference the right package.
  • works for me
  • Contributors: Daniel D'Souza, P. J. Reed

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geos_cmake_module at Robotics Stack Exchange

No version for distro galactic showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

geos_cmake_module package from geos_cmake_module repo

geos_cmake_module

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/swri-robotics/geos_cmake_module.git
VCS Type git
VCS Version master
Last Updated 2020-09-04
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

cmake module for using the libgeos geometry library with ROS

Additional Links

Maintainers

  • Daniel D'Souza

Authors

  • Mateusz Loskot
  • Daniel D'Souza
# geos_cmake_module
A package providing FindGEOS.cmake

## Usage
To use the CMake modules provided by this catkin package, you must `<build_depend> `on it in your `package.xml`, like so:


geos_cmake_module

Then you must find_package it in your `CMakeLists.txt` along with your other catkin build dependencies:


find_package(catkin REQUIRED COMPONENTS … geos_cmake_module …)


After the above find_package invocations, the modules provided by cmake_modules will be available in your CMAKE_MODULE_PATH to be found. For example you can find `libgeos` by using the following:


find_package(GEOS REQUIRED)


To use libgeos, be sure to add the GEOS variables to the following:


include_directories( … ${GEOS_INCLUDE_DIRS} )



target_link_libraries( … ${GEOS_LIBRARIES} )



CHANGELOG

Changelog for package geos_cmake_module

0.0.2 (2020-09-04)

  • added license
  • Merge branch 'tweak-cmake-extras' into 'master' Tweak cmake extras See merge request daniel_dsouza/geos_cmake_module!1
  • Tweak cmake extras This renames the extras.cmake files to be consistent with the package name, and it also changes a variable in the installspace file to reference the right package.
  • works for me
  • Contributors: Daniel D'Souza, P. J. Reed

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geos_cmake_module at Robotics Stack Exchange

No version for distro foxy showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

geos_cmake_module package from geos_cmake_module repo

geos_cmake_module

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/swri-robotics/geos_cmake_module.git
VCS Type git
VCS Version master
Last Updated 2020-09-04
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

cmake module for using the libgeos geometry library with ROS

Additional Links

Maintainers

  • Daniel D'Souza

Authors

  • Mateusz Loskot
  • Daniel D'Souza
# geos_cmake_module
A package providing FindGEOS.cmake

## Usage
To use the CMake modules provided by this catkin package, you must `<build_depend> `on it in your `package.xml`, like so:


geos_cmake_module

Then you must find_package it in your `CMakeLists.txt` along with your other catkin build dependencies:


find_package(catkin REQUIRED COMPONENTS … geos_cmake_module …)


After the above find_package invocations, the modules provided by cmake_modules will be available in your CMAKE_MODULE_PATH to be found. For example you can find `libgeos` by using the following:


find_package(GEOS REQUIRED)


To use libgeos, be sure to add the GEOS variables to the following:


include_directories( … ${GEOS_INCLUDE_DIRS} )



target_link_libraries( … ${GEOS_LIBRARIES} )



CHANGELOG

Changelog for package geos_cmake_module

0.0.2 (2020-09-04)

  • added license
  • Merge branch 'tweak-cmake-extras' into 'master' Tweak cmake extras See merge request daniel_dsouza/geos_cmake_module!1
  • Tweak cmake extras This renames the extras.cmake files to be consistent with the package name, and it also changes a variable in the installspace file to reference the right package.
  • works for me
  • Contributors: Daniel D'Souza, P. J. Reed

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geos_cmake_module at Robotics Stack Exchange

No version for distro iron showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

geos_cmake_module package from geos_cmake_module repo

geos_cmake_module

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/swri-robotics/geos_cmake_module.git
VCS Type git
VCS Version master
Last Updated 2020-09-04
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

cmake module for using the libgeos geometry library with ROS

Additional Links

Maintainers

  • Daniel D'Souza

Authors

  • Mateusz Loskot
  • Daniel D'Souza
# geos_cmake_module
A package providing FindGEOS.cmake

## Usage
To use the CMake modules provided by this catkin package, you must `<build_depend> `on it in your `package.xml`, like so:


geos_cmake_module

Then you must find_package it in your `CMakeLists.txt` along with your other catkin build dependencies:


find_package(catkin REQUIRED COMPONENTS … geos_cmake_module …)


After the above find_package invocations, the modules provided by cmake_modules will be available in your CMAKE_MODULE_PATH to be found. For example you can find `libgeos` by using the following:


find_package(GEOS REQUIRED)


To use libgeos, be sure to add the GEOS variables to the following:


include_directories( … ${GEOS_INCLUDE_DIRS} )



target_link_libraries( … ${GEOS_LIBRARIES} )



CHANGELOG

Changelog for package geos_cmake_module

0.0.2 (2020-09-04)

  • added license
  • Merge branch 'tweak-cmake-extras' into 'master' Tweak cmake extras See merge request daniel_dsouza/geos_cmake_module!1
  • Tweak cmake extras This renames the extras.cmake files to be consistent with the package name, and it also changes a variable in the installspace file to reference the right package.
  • works for me
  • Contributors: Daniel D'Souza, P. J. Reed

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geos_cmake_module at Robotics Stack Exchange

No version for distro lunar showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

geos_cmake_module package from geos_cmake_module repo

geos_cmake_module

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/swri-robotics/geos_cmake_module.git
VCS Type git
VCS Version master
Last Updated 2020-09-04
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

cmake module for using the libgeos geometry library with ROS

Additional Links

Maintainers

  • Daniel D'Souza

Authors

  • Mateusz Loskot
  • Daniel D'Souza
# geos_cmake_module
A package providing FindGEOS.cmake

## Usage
To use the CMake modules provided by this catkin package, you must `<build_depend> `on it in your `package.xml`, like so:


geos_cmake_module

Then you must find_package it in your `CMakeLists.txt` along with your other catkin build dependencies:


find_package(catkin REQUIRED COMPONENTS … geos_cmake_module …)


After the above find_package invocations, the modules provided by cmake_modules will be available in your CMAKE_MODULE_PATH to be found. For example you can find `libgeos` by using the following:


find_package(GEOS REQUIRED)


To use libgeos, be sure to add the GEOS variables to the following:


include_directories( … ${GEOS_INCLUDE_DIRS} )



target_link_libraries( … ${GEOS_LIBRARIES} )



CHANGELOG

Changelog for package geos_cmake_module

0.0.2 (2020-09-04)

  • added license
  • Merge branch 'tweak-cmake-extras' into 'master' Tweak cmake extras See merge request daniel_dsouza/geos_cmake_module!1
  • Tweak cmake extras This renames the extras.cmake files to be consistent with the package name, and it also changes a variable in the installspace file to reference the right package.
  • works for me
  • Contributors: Daniel D'Souza, P. J. Reed

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geos_cmake_module at Robotics Stack Exchange

No version for distro jade showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

geos_cmake_module package from geos_cmake_module repo

geos_cmake_module

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/swri-robotics/geos_cmake_module.git
VCS Type git
VCS Version master
Last Updated 2020-09-04
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

cmake module for using the libgeos geometry library with ROS

Additional Links

Maintainers

  • Daniel D'Souza

Authors

  • Mateusz Loskot
  • Daniel D'Souza
# geos_cmake_module
A package providing FindGEOS.cmake

## Usage
To use the CMake modules provided by this catkin package, you must `<build_depend> `on it in your `package.xml`, like so:


geos_cmake_module

Then you must find_package it in your `CMakeLists.txt` along with your other catkin build dependencies:


find_package(catkin REQUIRED COMPONENTS … geos_cmake_module …)


After the above find_package invocations, the modules provided by cmake_modules will be available in your CMAKE_MODULE_PATH to be found. For example you can find `libgeos` by using the following:


find_package(GEOS REQUIRED)


To use libgeos, be sure to add the GEOS variables to the following:


include_directories( … ${GEOS_INCLUDE_DIRS} )



target_link_libraries( … ${GEOS_LIBRARIES} )



CHANGELOG

Changelog for package geos_cmake_module

0.0.2 (2020-09-04)

  • added license
  • Merge branch 'tweak-cmake-extras' into 'master' Tweak cmake extras See merge request daniel_dsouza/geos_cmake_module!1
  • Tweak cmake extras This renames the extras.cmake files to be consistent with the package name, and it also changes a variable in the installspace file to reference the right package.
  • works for me
  • Contributors: Daniel D'Souza, P. J. Reed

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geos_cmake_module at Robotics Stack Exchange

No version for distro indigo showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

geos_cmake_module package from geos_cmake_module repo

geos_cmake_module

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/swri-robotics/geos_cmake_module.git
VCS Type git
VCS Version master
Last Updated 2020-09-04
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

cmake module for using the libgeos geometry library with ROS

Additional Links

Maintainers

  • Daniel D'Souza

Authors

  • Mateusz Loskot
  • Daniel D'Souza
# geos_cmake_module
A package providing FindGEOS.cmake

## Usage
To use the CMake modules provided by this catkin package, you must `<build_depend> `on it in your `package.xml`, like so:


geos_cmake_module

Then you must find_package it in your `CMakeLists.txt` along with your other catkin build dependencies:


find_package(catkin REQUIRED COMPONENTS … geos_cmake_module …)


After the above find_package invocations, the modules provided by cmake_modules will be available in your CMAKE_MODULE_PATH to be found. For example you can find `libgeos` by using the following:


find_package(GEOS REQUIRED)


To use libgeos, be sure to add the GEOS variables to the following:


include_directories( … ${GEOS_INCLUDE_DIRS} )



target_link_libraries( … ${GEOS_LIBRARIES} )



CHANGELOG

Changelog for package geos_cmake_module

0.0.2 (2020-09-04)

  • added license
  • Merge branch 'tweak-cmake-extras' into 'master' Tweak cmake extras See merge request daniel_dsouza/geos_cmake_module!1
  • Tweak cmake extras This renames the extras.cmake files to be consistent with the package name, and it also changes a variable in the installspace file to reference the right package.
  • works for me
  • Contributors: Daniel D'Souza, P. J. Reed

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geos_cmake_module at Robotics Stack Exchange

No version for distro hydro showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

geos_cmake_module package from geos_cmake_module repo

geos_cmake_module

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/swri-robotics/geos_cmake_module.git
VCS Type git
VCS Version master
Last Updated 2020-09-04
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

cmake module for using the libgeos geometry library with ROS

Additional Links

Maintainers

  • Daniel D'Souza

Authors

  • Mateusz Loskot
  • Daniel D'Souza
# geos_cmake_module
A package providing FindGEOS.cmake

## Usage
To use the CMake modules provided by this catkin package, you must `<build_depend> `on it in your `package.xml`, like so:


geos_cmake_module

Then you must find_package it in your `CMakeLists.txt` along with your other catkin build dependencies:


find_package(catkin REQUIRED COMPONENTS … geos_cmake_module …)


After the above find_package invocations, the modules provided by cmake_modules will be available in your CMAKE_MODULE_PATH to be found. For example you can find `libgeos` by using the following:


find_package(GEOS REQUIRED)


To use libgeos, be sure to add the GEOS variables to the following:


include_directories( … ${GEOS_INCLUDE_DIRS} )



target_link_libraries( … ${GEOS_LIBRARIES} )



CHANGELOG

Changelog for package geos_cmake_module

0.0.2 (2020-09-04)

  • added license
  • Merge branch 'tweak-cmake-extras' into 'master' Tweak cmake extras See merge request daniel_dsouza/geos_cmake_module!1
  • Tweak cmake extras This renames the extras.cmake files to be consistent with the package name, and it also changes a variable in the installspace file to reference the right package.
  • works for me
  • Contributors: Daniel D'Souza, P. J. Reed

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geos_cmake_module at Robotics Stack Exchange

No version for distro kinetic showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

geos_cmake_module package from geos_cmake_module repo

geos_cmake_module

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/swri-robotics/geos_cmake_module.git
VCS Type git
VCS Version master
Last Updated 2020-09-04
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

cmake module for using the libgeos geometry library with ROS

Additional Links

Maintainers

  • Daniel D'Souza

Authors

  • Mateusz Loskot
  • Daniel D'Souza
# geos_cmake_module
A package providing FindGEOS.cmake

## Usage
To use the CMake modules provided by this catkin package, you must `<build_depend> `on it in your `package.xml`, like so:


geos_cmake_module

Then you must find_package it in your `CMakeLists.txt` along with your other catkin build dependencies:


find_package(catkin REQUIRED COMPONENTS … geos_cmake_module …)


After the above find_package invocations, the modules provided by cmake_modules will be available in your CMAKE_MODULE_PATH to be found. For example you can find `libgeos` by using the following:


find_package(GEOS REQUIRED)


To use libgeos, be sure to add the GEOS variables to the following:


include_directories( … ${GEOS_INCLUDE_DIRS} )



target_link_libraries( … ${GEOS_LIBRARIES} )



CHANGELOG

Changelog for package geos_cmake_module

0.0.2 (2020-09-04)

  • added license
  • Merge branch 'tweak-cmake-extras' into 'master' Tweak cmake extras See merge request daniel_dsouza/geos_cmake_module!1
  • Tweak cmake extras This renames the extras.cmake files to be consistent with the package name, and it also changes a variable in the installspace file to reference the right package.
  • works for me
  • Contributors: Daniel D'Souza, P. J. Reed

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geos_cmake_module at Robotics Stack Exchange

Package symbol

geos_cmake_module package from geos_cmake_module repo

geos_cmake_module

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/swri-robotics/geos_cmake_module.git
VCS Type git
VCS Version master
Last Updated 2020-09-04
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

cmake module for using the libgeos geometry library with ROS

Additional Links

Maintainers

  • Daniel D'Souza

Authors

  • Mateusz Loskot
  • Daniel D'Souza
# geos_cmake_module
A package providing FindGEOS.cmake

## Usage
To use the CMake modules provided by this catkin package, you must `<build_depend> `on it in your `package.xml`, like so:


geos_cmake_module

Then you must find_package it in your `CMakeLists.txt` along with your other catkin build dependencies:


find_package(catkin REQUIRED COMPONENTS … geos_cmake_module …)


After the above find_package invocations, the modules provided by cmake_modules will be available in your CMAKE_MODULE_PATH to be found. For example you can find `libgeos` by using the following:


find_package(GEOS REQUIRED)


To use libgeos, be sure to add the GEOS variables to the following:


include_directories( … ${GEOS_INCLUDE_DIRS} )



target_link_libraries( … ${GEOS_LIBRARIES} )



CHANGELOG

Changelog for package geos_cmake_module

0.0.2 (2020-09-04)

  • added license
  • Merge branch 'tweak-cmake-extras' into 'master' Tweak cmake extras See merge request daniel_dsouza/geos_cmake_module!1
  • Tweak cmake extras This renames the extras.cmake files to be consistent with the package name, and it also changes a variable in the installspace file to reference the right package.
  • works for me
  • Contributors: Daniel D'Souza, P. J. Reed

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geos_cmake_module at Robotics Stack Exchange

No version for distro noetic showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

geos_cmake_module package from geos_cmake_module repo

geos_cmake_module

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/swri-robotics/geos_cmake_module.git
VCS Type git
VCS Version master
Last Updated 2020-09-04
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

cmake module for using the libgeos geometry library with ROS

Additional Links

Maintainers

  • Daniel D'Souza

Authors

  • Mateusz Loskot
  • Daniel D'Souza
# geos_cmake_module
A package providing FindGEOS.cmake

## Usage
To use the CMake modules provided by this catkin package, you must `<build_depend> `on it in your `package.xml`, like so:


geos_cmake_module

Then you must find_package it in your `CMakeLists.txt` along with your other catkin build dependencies:


find_package(catkin REQUIRED COMPONENTS … geos_cmake_module …)


After the above find_package invocations, the modules provided by cmake_modules will be available in your CMAKE_MODULE_PATH to be found. For example you can find `libgeos` by using the following:


find_package(GEOS REQUIRED)


To use libgeos, be sure to add the GEOS variables to the following:


include_directories( … ${GEOS_INCLUDE_DIRS} )



target_link_libraries( … ${GEOS_LIBRARIES} )



CHANGELOG

Changelog for package geos_cmake_module

0.0.2 (2020-09-04)

  • added license
  • Merge branch 'tweak-cmake-extras' into 'master' Tweak cmake extras See merge request daniel_dsouza/geos_cmake_module!1
  • Tweak cmake extras This renames the extras.cmake files to be consistent with the package name, and it also changes a variable in the installspace file to reference the right package.
  • works for me
  • Contributors: Daniel D'Souza, P. J. Reed

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged geos_cmake_module at Robotics Stack Exchange