Skip to content

Commit

Permalink
fix for not having transparency in collision scenes on rviz, backport…
Browse files Browse the repository at this point in the history
…ing the fix to humble (#2929)

Co-authored-by: Alp Akgun <[email protected]>
  • Loading branch information
samialperen and Alp Akgun authored Jul 26, 2024
1 parent 25f22ce commit d26ec06
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ void PlanningSceneRender::renderPlanningScene(const planning_scene::PlanningScen
color.r = c.r;
color.g = c.g;
color.b = c.b;
color.a = c.a;
alpha = c.a;
}
for (std::size_t j = 0; j < object->shapes_.size(); ++j)
Expand Down

0 comments on commit d26ec06

Please sign in to comment.