Skip to content

Commit

Permalink
Make the goal pose tool magenta (#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
iwanders authored Jun 23, 2020
1 parent e5ef587 commit 089d4bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified icons/classes/SetGoal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/rviz/default_plugin/tools/goal_tool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <geometry_msgs/PoseStamped.h>

#include "rviz/display_context.h"
#include "rviz/ogre_helpers/arrow.h"
#include "rviz/properties/string_property.h"

#include "rviz/default_plugin/tools/goal_tool.h"
Expand All @@ -50,6 +51,7 @@ GoalTool::GoalTool()
void GoalTool::onInitialize()
{
PoseTool::onInitialize();
arrow_->setColor(1.0f, 0.0f, 1.0f, 1.0f);
setName("2D Nav Goal");
updateTopic();
}
Expand Down

0 comments on commit 089d4bc

Please sign in to comment.