Repo symbol

tuw_geometry repository

tuw_geometry

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/tuw-robotics/tuw_geometry.git
VCS Type git
VCS Version ros2
Last Updated 2025-06-01
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
tuw_geometry 0.1.4

README

tuw_geometry

Classes to handle and visualize 2D and 3D objects such as points, poses, lines as well as a plot windows for debugging.

geo_handler

If using the geo_handler.hpp one must link the GeographicLib. Under Ubuntu 22.04 this can be done by installing the libgeographic-dev using sudo apt install libgeographic-dev, by adding the following statement to your CMakeLists.txt and <depend>geographiclib</depend> to your package.xml.

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "/usr/share/cmake/geographiclib/")
find_package(GeographicLib QUIET)
if(GeographicLib_FOUND)
  message(STATUS "GeographicLib found: building geo_map!")
else()
  message(ERROR "GeographicLib NOT found: not building geo_map!")
endif()

doxygen

cd tuw_geometry
doxygen Doxyfile

Build

GeographicLib

The geo_map.cpp depends on the GeographicLib. If you cannot install it or if you like to go on without the GeographicLib you have to remove the geographiclib entries from the package.xml as well as the lines pointing to geo_map.cpp and the GeographicLib from the CMakeFile.txt.

Test

Unittests can be run by

colcon build --packages-select tuw_geometry --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug --cmake-args -DBUILD_TESTING=true
run tuw_geometry test_geometry

Repo symbol

tuw_geometry repository

tuw_geometry

ROS Distro
jazzy

Repository Summary

Checkout URI https://github.com/tuw-robotics/tuw_geometry.git
VCS Type git
VCS Version ros2
Last Updated 2025-06-01
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
tuw_geometry 0.1.4

README

tuw_geometry

Classes to handle and visualize 2D and 3D objects such as points, poses, lines as well as a plot windows for debugging.

geo_handler

If using the geo_handler.hpp one must link the GeographicLib. Under Ubuntu 22.04 this can be done by installing the libgeographic-dev using sudo apt install libgeographic-dev, by adding the following statement to your CMakeLists.txt and <depend>geographiclib</depend> to your package.xml.

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "/usr/share/cmake/geographiclib/")
find_package(GeographicLib QUIET)
if(GeographicLib_FOUND)
  message(STATUS "GeographicLib found: building geo_map!")
else()
  message(ERROR "GeographicLib NOT found: not building geo_map!")
endif()

doxygen

cd tuw_geometry
doxygen Doxyfile

Build

GeographicLib

The geo_map.cpp depends on the GeographicLib. If you cannot install it or if you like to go on without the GeographicLib you have to remove the geographiclib entries from the package.xml as well as the lines pointing to geo_map.cpp and the GeographicLib from the CMakeFile.txt.

Test

Unittests can be run by

colcon build --packages-select tuw_geometry --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug --cmake-args -DBUILD_TESTING=true
run tuw_geometry test_geometry

Repo symbol

tuw_geometry repository

tuw_geometry

ROS Distro
kilted

Repository Summary

Checkout URI https://github.com/tuw-robotics/tuw_geometry.git
VCS Type git
VCS Version ros2
Last Updated 2025-06-01
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
tuw_geometry 0.1.4

README

tuw_geometry

Classes to handle and visualize 2D and 3D objects such as points, poses, lines as well as a plot windows for debugging.

geo_handler

If using the geo_handler.hpp one must link the GeographicLib. Under Ubuntu 22.04 this can be done by installing the libgeographic-dev using sudo apt install libgeographic-dev, by adding the following statement to your CMakeLists.txt and <depend>geographiclib</depend> to your package.xml.

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "/usr/share/cmake/geographiclib/")
find_package(GeographicLib QUIET)
if(GeographicLib_FOUND)
  message(STATUS "GeographicLib found: building geo_map!")
else()
  message(ERROR "GeographicLib NOT found: not building geo_map!")
endif()

doxygen

cd tuw_geometry
doxygen Doxyfile

Build

GeographicLib

The geo_map.cpp depends on the GeographicLib. If you cannot install it or if you like to go on without the GeographicLib you have to remove the geographiclib entries from the package.xml as well as the lines pointing to geo_map.cpp and the GeographicLib from the CMakeFile.txt.

Test

Unittests can be run by

colcon build --packages-select tuw_geometry --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug --cmake-args -DBUILD_TESTING=true
run tuw_geometry test_geometry

Repo symbol

tuw_geometry repository

tuw_geometry

ROS Distro
rolling

Repository Summary

Checkout URI https://github.com/tuw-robotics/tuw_geometry.git
VCS Type git
VCS Version ros2
Last Updated 2025-06-01
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
tuw_geometry 0.1.4

README

tuw_geometry

Classes to handle and visualize 2D and 3D objects such as points, poses, lines as well as a plot windows for debugging.

geo_handler

If using the geo_handler.hpp one must link the GeographicLib. Under Ubuntu 22.04 this can be done by installing the libgeographic-dev using sudo apt install libgeographic-dev, by adding the following statement to your CMakeLists.txt and <depend>geographiclib</depend> to your package.xml.

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "/usr/share/cmake/geographiclib/")
find_package(GeographicLib QUIET)
if(GeographicLib_FOUND)
  message(STATUS "GeographicLib found: building geo_map!")
else()
  message(ERROR "GeographicLib NOT found: not building geo_map!")
endif()

doxygen

cd tuw_geometry
doxygen Doxyfile

Build

GeographicLib

The geo_map.cpp depends on the GeographicLib. If you cannot install it or if you like to go on without the GeographicLib you have to remove the geographiclib entries from the package.xml as well as the lines pointing to geo_map.cpp and the GeographicLib from the CMakeFile.txt.

Test

Unittests can be run by

colcon build --packages-select tuw_geometry --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug --cmake-args -DBUILD_TESTING=true
run tuw_geometry test_geometry

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

tuw_geometry repository

tuw_geometry

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/tuw-robotics/tuw_geometry.git
VCS Type git
VCS Version ros2
Last Updated 2025-06-01
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
tuw_geometry 0.1.4

README

tuw_geometry

Classes to handle and visualize 2D and 3D objects such as points, poses, lines as well as a plot windows for debugging.

geo_handler

If using the geo_handler.hpp one must link the GeographicLib. Under Ubuntu 22.04 this can be done by installing the libgeographic-dev using sudo apt install libgeographic-dev, by adding the following statement to your CMakeLists.txt and <depend>geographiclib</depend> to your package.xml.

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "/usr/share/cmake/geographiclib/")
find_package(GeographicLib QUIET)
if(GeographicLib_FOUND)
  message(STATUS "GeographicLib found: building geo_map!")
else()
  message(ERROR "GeographicLib NOT found: not building geo_map!")
endif()

doxygen

cd tuw_geometry
doxygen Doxyfile

Build

GeographicLib

The geo_map.cpp depends on the GeographicLib. If you cannot install it or if you like to go on without the GeographicLib you have to remove the geographiclib entries from the package.xml as well as the lines pointing to geo_map.cpp and the GeographicLib from the CMakeFile.txt.

Test

Unittests can be run by

colcon build --packages-select tuw_geometry --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug --cmake-args -DBUILD_TESTING=true
run tuw_geometry test_geometry

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

tuw_geometry repository

tuw_geometry

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/tuw-robotics/tuw_geometry.git
VCS Type git
VCS Version ros2
Last Updated 2025-06-01
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
tuw_geometry 0.1.4

README

tuw_geometry

Classes to handle and visualize 2D and 3D objects such as points, poses, lines as well as a plot windows for debugging.

geo_handler

If using the geo_handler.hpp one must link the GeographicLib. Under Ubuntu 22.04 this can be done by installing the libgeographic-dev using sudo apt install libgeographic-dev, by adding the following statement to your CMakeLists.txt and <depend>geographiclib</depend> to your package.xml.

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "/usr/share/cmake/geographiclib/")
find_package(GeographicLib QUIET)
if(GeographicLib_FOUND)
  message(STATUS "GeographicLib found: building geo_map!")
else()
  message(ERROR "GeographicLib NOT found: not building geo_map!")
endif()

doxygen

cd tuw_geometry
doxygen Doxyfile

Build

GeographicLib

The geo_map.cpp depends on the GeographicLib. If you cannot install it or if you like to go on without the GeographicLib you have to remove the geographiclib entries from the package.xml as well as the lines pointing to geo_map.cpp and the GeographicLib from the CMakeFile.txt.

Test

Unittests can be run by

colcon build --packages-select tuw_geometry --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug --cmake-args -DBUILD_TESTING=true
run tuw_geometry test_geometry

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

tuw_geometry repository

tuw_geometry

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/tuw-robotics/tuw_geometry.git
VCS Type git
VCS Version ros2
Last Updated 2025-06-01
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
tuw_geometry 0.1.4

README

tuw_geometry

Classes to handle and visualize 2D and 3D objects such as points, poses, lines as well as a plot windows for debugging.

geo_handler

If using the geo_handler.hpp one must link the GeographicLib. Under Ubuntu 22.04 this can be done by installing the libgeographic-dev using sudo apt install libgeographic-dev, by adding the following statement to your CMakeLists.txt and <depend>geographiclib</depend> to your package.xml.

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "/usr/share/cmake/geographiclib/")
find_package(GeographicLib QUIET)
if(GeographicLib_FOUND)
  message(STATUS "GeographicLib found: building geo_map!")
else()
  message(ERROR "GeographicLib NOT found: not building geo_map!")
endif()

doxygen

cd tuw_geometry
doxygen Doxyfile

Build

GeographicLib

The geo_map.cpp depends on the GeographicLib. If you cannot install it or if you like to go on without the GeographicLib you have to remove the geographiclib entries from the package.xml as well as the lines pointing to geo_map.cpp and the GeographicLib from the CMakeFile.txt.

Test

Unittests can be run by

colcon build --packages-select tuw_geometry --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug --cmake-args -DBUILD_TESTING=true
run tuw_geometry test_geometry

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

tuw_geometry repository

tuw_geometry

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/tuw-robotics/tuw_geometry.git
VCS Type git
VCS Version ros2
Last Updated 2025-06-01
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
tuw_geometry 0.1.4

README

tuw_geometry

Classes to handle and visualize 2D and 3D objects such as points, poses, lines as well as a plot windows for debugging.

geo_handler

If using the geo_handler.hpp one must link the GeographicLib. Under Ubuntu 22.04 this can be done by installing the libgeographic-dev using sudo apt install libgeographic-dev, by adding the following statement to your CMakeLists.txt and <depend>geographiclib</depend> to your package.xml.

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "/usr/share/cmake/geographiclib/")
find_package(GeographicLib QUIET)
if(GeographicLib_FOUND)
  message(STATUS "GeographicLib found: building geo_map!")
else()
  message(ERROR "GeographicLib NOT found: not building geo_map!")
endif()

doxygen

cd tuw_geometry
doxygen Doxyfile

Build

GeographicLib

The geo_map.cpp depends on the GeographicLib. If you cannot install it or if you like to go on without the GeographicLib you have to remove the geographiclib entries from the package.xml as well as the lines pointing to geo_map.cpp and the GeographicLib from the CMakeFile.txt.

Test

Unittests can be run by

colcon build --packages-select tuw_geometry --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug --cmake-args -DBUILD_TESTING=true
run tuw_geometry test_geometry

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

tuw_geometry repository

tuw_geometry

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/tuw-robotics/tuw_geometry.git
VCS Type git
VCS Version ros2
Last Updated 2025-06-01
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
tuw_geometry 0.1.4

README

tuw_geometry

Classes to handle and visualize 2D and 3D objects such as points, poses, lines as well as a plot windows for debugging.

geo_handler

If using the geo_handler.hpp one must link the GeographicLib. Under Ubuntu 22.04 this can be done by installing the libgeographic-dev using sudo apt install libgeographic-dev, by adding the following statement to your CMakeLists.txt and <depend>geographiclib</depend> to your package.xml.

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "/usr/share/cmake/geographiclib/")
find_package(GeographicLib QUIET)
if(GeographicLib_FOUND)
  message(STATUS "GeographicLib found: building geo_map!")
else()
  message(ERROR "GeographicLib NOT found: not building geo_map!")
endif()

doxygen

cd tuw_geometry
doxygen Doxyfile

Build

GeographicLib

The geo_map.cpp depends on the GeographicLib. If you cannot install it or if you like to go on without the GeographicLib you have to remove the geographiclib entries from the package.xml as well as the lines pointing to geo_map.cpp and the GeographicLib from the CMakeFile.txt.

Test

Unittests can be run by

colcon build --packages-select tuw_geometry --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug --cmake-args -DBUILD_TESTING=true
run tuw_geometry test_geometry

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

tuw_geometry repository

tuw_geometry

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/tuw-robotics/tuw_geometry.git
VCS Type git
VCS Version ros2
Last Updated 2025-06-01
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
tuw_geometry 0.1.4

README

tuw_geometry

Classes to handle and visualize 2D and 3D objects such as points, poses, lines as well as a plot windows for debugging.

geo_handler

If using the geo_handler.hpp one must link the GeographicLib. Under Ubuntu 22.04 this can be done by installing the libgeographic-dev using sudo apt install libgeographic-dev, by adding the following statement to your CMakeLists.txt and <depend>geographiclib</depend> to your package.xml.

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "/usr/share/cmake/geographiclib/")
find_package(GeographicLib QUIET)
if(GeographicLib_FOUND)
  message(STATUS "GeographicLib found: building geo_map!")
else()
  message(ERROR "GeographicLib NOT found: not building geo_map!")
endif()

doxygen

cd tuw_geometry
doxygen Doxyfile

Build

GeographicLib

The geo_map.cpp depends on the GeographicLib. If you cannot install it or if you like to go on without the GeographicLib you have to remove the geographiclib entries from the package.xml as well as the lines pointing to geo_map.cpp and the GeographicLib from the CMakeFile.txt.

Test

Unittests can be run by

colcon build --packages-select tuw_geometry --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug --cmake-args -DBUILD_TESTING=true
run tuw_geometry test_geometry

Repo symbol

tuw_geometry repository

tuw_geometry

ROS Distro
foxy

Repository Summary

Checkout URI https://github.com/tuw-robotics/tuw_geometry.git
VCS Type git
VCS Version ros2
Last Updated 2025-06-01
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
tuw_geometry 0.1.4

README

tuw_geometry

Classes to handle and visualize 2D and 3D objects such as points, poses, lines as well as a plot windows for debugging.

geo_handler

If using the geo_handler.hpp one must link the GeographicLib. Under Ubuntu 22.04 this can be done by installing the libgeographic-dev using sudo apt install libgeographic-dev, by adding the following statement to your CMakeLists.txt and <depend>geographiclib</depend> to your package.xml.

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "/usr/share/cmake/geographiclib/")
find_package(GeographicLib QUIET)
if(GeographicLib_FOUND)
  message(STATUS "GeographicLib found: building geo_map!")
else()
  message(ERROR "GeographicLib NOT found: not building geo_map!")
endif()

doxygen

cd tuw_geometry
doxygen Doxyfile

Build

GeographicLib

The geo_map.cpp depends on the GeographicLib. If you cannot install it or if you like to go on without the GeographicLib you have to remove the geographiclib entries from the package.xml as well as the lines pointing to geo_map.cpp and the GeographicLib from the CMakeFile.txt.

Test

Unittests can be run by

colcon build --packages-select tuw_geometry --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug --cmake-args -DBUILD_TESTING=true
run tuw_geometry test_geometry

Repo symbol

tuw_geometry repository

tuw_geometry

ROS Distro
iron

Repository Summary

Checkout URI https://github.com/tuw-robotics/tuw_geometry.git
VCS Type git
VCS Version ros2
Last Updated 2025-06-01
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
tuw_geometry 0.1.4

README

tuw_geometry

Classes to handle and visualize 2D and 3D objects such as points, poses, lines as well as a plot windows for debugging.

geo_handler

If using the geo_handler.hpp one must link the GeographicLib. Under Ubuntu 22.04 this can be done by installing the libgeographic-dev using sudo apt install libgeographic-dev, by adding the following statement to your CMakeLists.txt and <depend>geographiclib</depend> to your package.xml.

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "/usr/share/cmake/geographiclib/")
find_package(GeographicLib QUIET)
if(GeographicLib_FOUND)
  message(STATUS "GeographicLib found: building geo_map!")
else()
  message(ERROR "GeographicLib NOT found: not building geo_map!")
endif()

doxygen

cd tuw_geometry
doxygen Doxyfile

Build

GeographicLib

The geo_map.cpp depends on the GeographicLib. If you cannot install it or if you like to go on without the GeographicLib you have to remove the geographiclib entries from the package.xml as well as the lines pointing to geo_map.cpp and the GeographicLib from the CMakeFile.txt.

Test

Unittests can be run by

colcon build --packages-select tuw_geometry --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug --cmake-args -DBUILD_TESTING=true
run tuw_geometry test_geometry

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

tuw_geometry repository

tuw_geometry

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/tuw-robotics/tuw_geometry.git
VCS Type git
VCS Version ros2
Last Updated 2025-06-01
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
tuw_geometry 0.1.4

README

tuw_geometry

Classes to handle and visualize 2D and 3D objects such as points, poses, lines as well as a plot windows for debugging.

geo_handler

If using the geo_handler.hpp one must link the GeographicLib. Under Ubuntu 22.04 this can be done by installing the libgeographic-dev using sudo apt install libgeographic-dev, by adding the following statement to your CMakeLists.txt and <depend>geographiclib</depend> to your package.xml.

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "/usr/share/cmake/geographiclib/")
find_package(GeographicLib QUIET)
if(GeographicLib_FOUND)
  message(STATUS "GeographicLib found: building geo_map!")
else()
  message(ERROR "GeographicLib NOT found: not building geo_map!")
endif()

doxygen

cd tuw_geometry
doxygen Doxyfile

Build

GeographicLib

The geo_map.cpp depends on the GeographicLib. If you cannot install it or if you like to go on without the GeographicLib you have to remove the geographiclib entries from the package.xml as well as the lines pointing to geo_map.cpp and the GeographicLib from the CMakeFile.txt.

Test

Unittests can be run by

colcon build --packages-select tuw_geometry --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug --cmake-args -DBUILD_TESTING=true
run tuw_geometry test_geometry

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

tuw_geometry repository

tuw_geometry

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/tuw-robotics/tuw_geometry.git
VCS Type git
VCS Version ros2
Last Updated 2025-06-01
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
tuw_geometry 0.1.4

README

tuw_geometry

Classes to handle and visualize 2D and 3D objects such as points, poses, lines as well as a plot windows for debugging.

geo_handler

If using the geo_handler.hpp one must link the GeographicLib. Under Ubuntu 22.04 this can be done by installing the libgeographic-dev using sudo apt install libgeographic-dev, by adding the following statement to your CMakeLists.txt and <depend>geographiclib</depend> to your package.xml.

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "/usr/share/cmake/geographiclib/")
find_package(GeographicLib QUIET)
if(GeographicLib_FOUND)
  message(STATUS "GeographicLib found: building geo_map!")
else()
  message(ERROR "GeographicLib NOT found: not building geo_map!")
endif()

doxygen

cd tuw_geometry
doxygen Doxyfile

Build

GeographicLib

The geo_map.cpp depends on the GeographicLib. If you cannot install it or if you like to go on without the GeographicLib you have to remove the geographiclib entries from the package.xml as well as the lines pointing to geo_map.cpp and the GeographicLib from the CMakeFile.txt.

Test

Unittests can be run by

colcon build --packages-select tuw_geometry --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug --cmake-args -DBUILD_TESTING=true
run tuw_geometry test_geometry

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

tuw_geometry repository

tuw_geometry

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/tuw-robotics/tuw_geometry.git
VCS Type git
VCS Version ros2
Last Updated 2025-06-01
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
tuw_geometry 0.1.4

README

tuw_geometry

Classes to handle and visualize 2D and 3D objects such as points, poses, lines as well as a plot windows for debugging.

geo_handler

If using the geo_handler.hpp one must link the GeographicLib. Under Ubuntu 22.04 this can be done by installing the libgeographic-dev using sudo apt install libgeographic-dev, by adding the following statement to your CMakeLists.txt and <depend>geographiclib</depend> to your package.xml.

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "/usr/share/cmake/geographiclib/")
find_package(GeographicLib QUIET)
if(GeographicLib_FOUND)
  message(STATUS "GeographicLib found: building geo_map!")
else()
  message(ERROR "GeographicLib NOT found: not building geo_map!")
endif()

doxygen

cd tuw_geometry
doxygen Doxyfile

Build

GeographicLib

The geo_map.cpp depends on the GeographicLib. If you cannot install it or if you like to go on without the GeographicLib you have to remove the geographiclib entries from the package.xml as well as the lines pointing to geo_map.cpp and the GeographicLib from the CMakeFile.txt.

Test

Unittests can be run by

colcon build --packages-select tuw_geometry --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug --cmake-args -DBUILD_TESTING=true
run tuw_geometry test_geometry

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

tuw_geometry repository

tuw_geometry

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/tuw-robotics/tuw_geometry.git
VCS Type git
VCS Version ros2
Last Updated 2025-06-01
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
tuw_geometry 0.1.4

README

tuw_geometry

Classes to handle and visualize 2D and 3D objects such as points, poses, lines as well as a plot windows for debugging.

geo_handler

If using the geo_handler.hpp one must link the GeographicLib. Under Ubuntu 22.04 this can be done by installing the libgeographic-dev using sudo apt install libgeographic-dev, by adding the following statement to your CMakeLists.txt and <depend>geographiclib</depend> to your package.xml.

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "/usr/share/cmake/geographiclib/")
find_package(GeographicLib QUIET)
if(GeographicLib_FOUND)
  message(STATUS "GeographicLib found: building geo_map!")
else()
  message(ERROR "GeographicLib NOT found: not building geo_map!")
endif()

doxygen

cd tuw_geometry
doxygen Doxyfile

Build

GeographicLib

The geo_map.cpp depends on the GeographicLib. If you cannot install it or if you like to go on without the GeographicLib you have to remove the geographiclib entries from the package.xml as well as the lines pointing to geo_map.cpp and the GeographicLib from the CMakeFile.txt.

Test

Unittests can be run by

colcon build --packages-select tuw_geometry --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug --cmake-args -DBUILD_TESTING=true
run tuw_geometry test_geometry

Repo symbol

tuw_geometry repository

tuw_geometry

ROS Distro
kinetic

Repository Summary

Checkout URI https://github.com/tuw-robotics/tuw_geometry.git
VCS Type git
VCS Version kinetic
Last Updated 2018-11-08
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
tuw_geometry 0.0.3

README

No README found.
Repo symbol

tuw_geometry repository

tuw_geometry

ROS Distro
melodic

Repository Summary

Checkout URI https://github.com/tuw-robotics/tuw_geometry.git
VCS Type git
VCS Version melodic
Last Updated 2020-12-18
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
tuw_geometry 0.0.3

README

No README found.
Repo symbol

tuw_geometry repository

tuw_geometry

ROS Distro
noetic

Repository Summary

Checkout URI https://github.com/tuw-robotics/tuw_geometry.git
VCS Type git
VCS Version noetic
Last Updated 2023-02-23
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
tuw_geometry 0.0.3

README

tuw_geometry

Classes to handle and visualize 2D and 3D objects such as points, poses, lines as well as a plot windows for debugging.