Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_ros_scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
labrobotica
ros
iri_core
iri_ros_scripts
Commits
f1db658f
Commit
f1db658f
authored
6 years ago
by
Alejandro Lopez Gestoso
Browse files
Options
Downloads
Patches
Plain Diff
Some minor changes on ReadMe.md
parent
8b208a1f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ReadMe.md
+16
-16
16 additions, 16 deletions
ReadMe.md
with
16 additions
and
16 deletions
ReadMe.md
+
16
−
16
View file @
f1db658f
...
...
@@ -21,35 +21,35 @@ Set of scripts to easily generate driver and algorithm packages in ROS, and also
These scripts have the following arguments:
-
-n node
\_
name: The node's name. It has a default 'iri
\_
' prefix.
-
-i
: (optional) Avoid adding the default iri_ prefix to the provided node name.
-
-p prefix: (optional) Replaces default 'iri
\_
' prefix with specified 'prefix
\_
'.
-
**
-n node\_name
**
: The node's name. It has a default 'iri
\_
' prefix.
-
**-i**
: (optional) Avoid adding the default iri_ prefix to the provided node name.
-
**
-p prefix
**
: (optional) Replaces default 'iri
\_
' prefix with specified 'prefix
\_
'.
### add_topic_publisher_subscriber.sh
This script has the following parameters:
-
-o
\[
publisher, subscriber
\]
: To add a publisher or a subscriber.
-
-p ros
\_
pkg
\_
name: The target ros package.
-
-t topic
\_
name: The topic's name. It mus
n'
t have a backslash (
\\
).
-
-m message: The topic's message.msg.
-
-b buffer
\_
length: The buffer's length (usually 1).
-
**
-o \[publisher, subscriber\]
**
: To add a publisher or a subscriber.
-
**
-p ros\_pkg\_name
**
: The target ros package.
-
**
-t topic\_name
**
: The topic's name.
**
It mus
t no
t have a backslash (\\)
nor any whitespace characters**
.
-
**
-m message
**
: The topic's message.msg.
-
**
-b buffer\_length
**
: The buffer's length (usually 1).
### add_service_server_client.sh
This script has the following parameters:
-
-o
\[
server, client
\]
: To add a service server or client.
-
-p ros
\_
pkg
\_
name: The target ros package.
-
-s service
\_
name: The service's name. It mus
n'
t have a backslash (
\\
).
-
-m service: The service's service.srv.
-
**
-o \[server, client\]
**
: To add a service server or client.
-
**
-p ros\_pkg\_name
**
: The target ros package.
-
**
-s service\_name
**
: The service's name.
**
It mus
t no
t have a backslash (\\)
nor any whitespace characters**
.
-
**
-m service
**
: The service's service.srv.
### add_action_server_client.sh
-
-o
\[
server, client
\]
: To add aaction server or client.
-
-p ros
\_
pkg
\_
name: The target ros package.
-
-a action
\_
name: The action's name. It mus
n'
t have a backslash (
\\
).
-
-m message: The action's message.action.
-
**
-o \[server, client\]
**
: To add aaction server or client.
-
**
-p ros\_pkg\_name
**
: The target ros package.
-
**
-a action\_name
**
: The action's name.
**
It mus
t no
t have a backslash (\\)
nor any whitespace characters**
.
-
**
-m message
**
: The action's message.action.
...
...
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