BUG FIX: Fix typename of cancel_goalReply Topic
This commit is contained in:
parent
6724156e72
commit
544717a9aa
@ -184,7 +184,7 @@ package body user_config is
|
||||
if (ROS_ACTIONS(i).is_client) then
|
||||
ret(index).TOPICNAME := concat("rr",concat(tmp,"/_action/cancel_goalReply"));
|
||||
ret(index).MAX_PAYLOAD_SIZE := CancelGoal_package.RR_MAX_CANCELGOAL_SIZE + 20; -- (+ PAYLOAD HEADER + REQUEST HEADER)
|
||||
ret(index).TYPENAME := gen_user_string("action_msgs::srv::dds_::CancelGoal_Reply_");
|
||||
ret(index).TYPENAME := gen_user_string("action_msgs::srv::dds_::CancelGoal_Response_");
|
||||
else
|
||||
ret(index).TOPICNAME := concat("rq",concat(tmp,"/_action/cancel_goalRequest"));
|
||||
ret(index).MAX_PAYLOAD_SIZE := CancelGoal_package.RQ_MAX_CANCELGOAL_SIZE + 20; -- (+ PAYLOAD HEADER + REQUEST HEADER)
|
||||
@ -276,7 +276,7 @@ package body user_config is
|
||||
else
|
||||
ret(index).TOPICNAME := concat("rr",concat(tmp,"/_action/cancel_goalReply"));
|
||||
ret(index).MAX_PAYLOAD_SIZE := CancelGoal_package.RR_MAX_CANCELGOAL_SIZE + 20; -- (+ PAYLOAD HEADER + REQUEST HEADER)
|
||||
ret(index).TYPENAME := gen_user_string("action_msgs::srv::dds_::CancelGoal_Reply_");
|
||||
ret(index).TYPENAME := gen_user_string("action_msgs::srv::dds_::CancelGoal_Response_");
|
||||
end if;
|
||||
index := index + 1;
|
||||
-- FEEDBACK TOPIC
|
||||
|
||||
Loading…
Reference in New Issue
Block a user