Skip to content

Commit

Permalink
Fix ros2_msgs_format (#84)
Browse files Browse the repository at this point in the history
Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
  • Loading branch information
irenebm authored Nov 14, 2023
1 parent 4b65ba3 commit 104c5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp_utils/src/cpp/ros2_mangling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const char* const ros_service_response_prefix = "rr";
const std::vector<std::string> ros_prefixes_ =
{ros_topic_prefix, ros_service_requester_prefix, ros_service_response_prefix};

const char* const ros2_msgs_format = "_msgs/msg/";
const char* const ros2_msgs_format = "/msg/";
const char* const ros2_srv_format = "/srv/";

std::string remove_prefix(
Expand Down

0 comments on commit 104c5d7

Please sign in to comment.