Skip to content

Commit

Permalink
viz animations: draw vehicle frame for visual reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Oct 1, 2024
1 parent d7da353 commit 955af40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mrpt_path_planning/src/algos/viz.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ void mpp::viz_nav_plan_animation(
*glRobotShape);
glRobotShape->setColor_u8(0xff, 0x00, 0x00, 0xff); // RGB+A
glVeh->insert(glRobotShape);
auto glVehCorner = mrpt::opengl::stock_objects::CornerXYZ(0.3);
glVeh->insert(glVehCorner);

glVehFrame->insert(glVeh);

Expand Down

0 comments on commit 955af40

Please sign in to comment.