PickNikRobotics / rviz_visual_tools

C++ API wrapper for displaying shapes and meshes in Rviz
769 stars 243 forks source link

Fixes for new ros2 branch #198

Closed henningkayser closed 3 years ago

henningkayser commented 3 years ago

Since we are also running Galactic and Rolling, I thought it would make sense to start a ros2 branch from foxy-devel. This PR also includes the header guards required to silence deprecation warnings in Rolling.

This PR addresses #192

codecov[bot] commented 3 years ago

Codecov Report

Merging #198 (aa1f588) into ros2 (948da43) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             ros2     #198   +/-   ##
=======================================
  Coverage   19.20%   19.20%           
=======================================
  Files           5        5           
  Lines        1776     1776           
=======================================
  Hits          341      341           
  Misses       1435     1435           
Impacted Files Coverage Δ
src/rviz_visual_tools.cpp 16.00% <ø> (ø)
src/tf_visual_tools.cpp 0.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 948da43...aa1f588. Read the comment docs.