Skip to content
Snippets Groups Projects
Commit 66440792 authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Florent Lamiraux florent@laas.fr
Browse files

Fix RosImport entity documentation.

    RosImport entity writes data from a signal to a ROS topic.
parent 9c5419ba
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,7 @@ namespace dynamicgraph ...@@ -135,7 +135,7 @@ namespace dynamicgraph
std::string docstring = std::string docstring =
"\n" "\n"
" Add a signal importing data from a ROS topic\n" " Add a signal writing data to a ROS topic\n"
"\n" "\n"
" Input:\n" " Input:\n"
" - type: string among ['double', 'matrix', 'vector', 'vector3',\n" " - type: string among ['double', 'matrix', 'vector', 'vector3',\n"
...@@ -149,7 +149,7 @@ namespace dynamicgraph ...@@ -149,7 +149,7 @@ namespace dynamicgraph
(*this, docstring)); (*this, docstring));
docstring = docstring =
"\n" "\n"
" Remove a signal importing data from a ROS topic\n" " Remove a signal writing data to a ROS topic\n"
"\n" "\n"
" Input:\n" " Input:\n"
" - name of the signal to remove (see method list for the list of signals).\n" " - name of the signal to remove (see method list for the list of signals).\n"
...@@ -159,7 +159,7 @@ namespace dynamicgraph ...@@ -159,7 +159,7 @@ namespace dynamicgraph
(*this, docstring)); (*this, docstring));
docstring = docstring =
"\n" "\n"
" Remove all signals importing data from a ROS topic\n" " Remove all signals writing data to a ROS topic\n"
"\n" "\n"
" No input:\n" " No input:\n"
"\n"; "\n";
...@@ -168,7 +168,7 @@ namespace dynamicgraph ...@@ -168,7 +168,7 @@ namespace dynamicgraph
(*this, docstring)); (*this, docstring));
docstring = docstring =
"\n" "\n"
" List signals importing data from a ROS topic\n" " List signals writing data to a ROS topic\n"
"\n" "\n"
" No input:\n" " No input:\n"
"\n"; "\n";
......
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