Skip to content

Commit

Permalink
topic変更
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo committed Jan 20, 2025
1 parent 0440aa3 commit 0aa66f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ struct CraneVisualizerBuffer
}

template <typename Node>
static auto activate(Node & node, const std::string & topic = "/visualizer_objects") -> void
static auto activate(Node & node, const std::string & topic = "/visualizer_svgs") -> void

Check warning on line 614 in utility/crane_msg_wrappers/include/crane_msg_wrappers/crane_visualizer_wrapper.hpp

View workflow job for this annotation

GitHub Actions / spell-check

Unknown word (svgs)
{
if (not active()) {
buffer = std::make_unique<CraneVisualizerBuffer>(node, topic);
Expand Down

0 comments on commit 0aa66f2

Please sign in to comment.