Skip to content
Snippets Groups Projects
Commit f3473c78 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Passed the private_node_handle to the action client class to use it instead of...

Passed the private_node_handle to the action client class to use it instead of the default one. The namespace of the client will be the same as the server.
parent 9ac23440
No related branches found
No related tags found
1 merge request!1Kinetic migration
...@@ -246,7 +246,7 @@ function create_action_client ...@@ -246,7 +246,7 @@ function create_action_client
################################################################################ ################################################################################
#modify Node.cpp #modify Node.cpp
line="${client_name}(\"${topic_name}\", true)" line="${client_name}(private_node_handle_,\"${topic_name}\", true)"
# comment="${class_name}::${class_name}(" # comment="${class_name}::${class_name}("
# sed -i "/${comment}/s|$|,|" "${node_c}" # sed -i "/${comment}/s|$|,|" "${node_c}"
# add_line_to_file "\ \ ${line}" "${comment}" "${node_c}" # add_line_to_file "\ \ ${line}" "${comment}" "${node_c}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment