Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic_graph_bridge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
dynamic_graph_bridge
Commits
66440792
Commit
66440792
authored
13 years ago
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/ros_import.cpp
+4
-4
4 additions, 4 deletions
src/ros_import.cpp
with
4 additions
and
4 deletions
src/ros_import.cpp
+
4
−
4
View file @
66440792
...
@@ -135,7 +135,7 @@ namespace dynamicgraph
...
@@ -135,7 +135,7 @@ namespace dynamicgraph
std
::
string
docstring
=
std
::
string
docstring
=
"
\n
"
"
\n
"
" Add a signal
impor
ting data
from
a ROS topic
\n
"
" Add a signal
wri
ting 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
impor
ting data
from
a ROS topic
\n
"
" Remove a signal
wri
ting 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
impor
ting data
from
a ROS topic
\n
"
" Remove all signals
wri
ting 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
impor
ting data
from
a ROS topic
\n
"
" List signals
wri
ting data
to
a ROS topic
\n
"
"
\n
"
"
\n
"
" No input:
\n
"
" No input:
\n
"
"
\n
"
;
"
\n
"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment