Skip to content

Commit 2d4784c

Browse files
committedFeb 12, 2025
fix topic interface
Signed-off-by: SofiaFaraci <[email protected]>
1 parent 3e25325 commit 2d4784c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎template_skill/include/TemplateSkill.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class $className$
5757
/*DATAMODEL*/$skillName$SkillDataModel m_dataModel; /*END_DATAMODEL*/
5858
/*TOPIC_SUBSCRIPTIONS_LIST_H*/
5959
/*TOPIC_SUBSCRIPTION_H*/
60-
rclcpp::Subscription<$eventData.interfaceName$::action::$eventData.functionName$>::SharedPtr m_subscription_$eventData.functionName$;/*END_TOPIC_SUBSCRIPTION_H*/
60+
rclcpp::Subscription<$eventData.interfaceData[interfaceDataType]$>::SharedPtr m_subscription_$eventData.functionName$;/*END_TOPIC_SUBSCRIPTION_H*/
6161
/*ACTION_LIST_H*//*ACTION_H*/
6262
std::shared_ptr<rclcpp::Node> m_node_action;
6363
std::mutex m_actionMutex;

0 commit comments

Comments
 (0)
Please sign in to comment.