Skip to content

Commit

Permalink
Merge pull request #22 from orocos/fix/change-rostopic-service-name
Browse files Browse the repository at this point in the history
rtt_ros2_topics: update RTT plugin name to "rostopic" to match "rosnode" and "rosparam"
  • Loading branch information
meyerj authored Jul 27, 2020
2 parents a0b09c2 + 43fc757 commit 906f831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtt_ros2_topics/src/rtt_ros2_topics_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ bool loadRTTPlugin(RTT::TaskContext * tc)
loadGlobalROSService();
return true;
}
std::string getRTTPluginName() {return "ros2-topics";}
std::string getRTTPluginName() {return "rostopic";}
std::string getRTTTargetName() {return OROCOS_TARGET_NAME;}
}

Expand Down

0 comments on commit 906f831

Please sign in to comment.