Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
crosbot
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
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Crosbot
crosbot
Commits
9308eb08
Commit
9308eb08
authored
12 years ago
by
Rescue Group
Browse files
Options
Downloads
Plain Diff
Merge 192.168.100.41:workspace/ros/crosbot/src
parents
f759cf70
2e957008
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
crosbot_explore/src/nodes/explorer.cpp
+4
-0
4 additions, 0 deletions
crosbot_explore/src/nodes/explorer.cpp
with
4 additions
and
0 deletions
crosbot_explore/src/nodes/explorer.cpp
+
4
−
0
View file @
9308eb08
...
@@ -94,6 +94,10 @@ public:
...
@@ -94,6 +94,10 @@ public:
voronoiConstraints
.
expand
=
voronoiCfg
->
getParamAsDouble
(
"expand"
,
voronoiConstraints
.
expand
);
voronoiConstraints
.
expand
=
voronoiCfg
->
getParamAsDouble
(
"expand"
,
voronoiConstraints
.
expand
);
voronoiConstraints
.
orphanThreshold
=
voronoiCfg
->
getParamAsInt
(
"orphan"
,
voronoiConstraints
.
orphanThreshold
);
voronoiConstraints
.
orphanThreshold
=
voronoiCfg
->
getParamAsInt
(
"orphan"
,
voronoiConstraints
.
orphanThreshold
);
}
}
if
(
cfg
!=
NULL
)
{
drive
.
maxVel
=
cfg
->
getParamAsDouble
(
"maxVel"
,
drive
.
maxVel
);
drive
.
maxTurn
=
cfg
->
getParamAsDouble
(
"maxTurn"
,
drive
.
maxTurn
);
}
gridSub
=
nh
.
subscribe
(
"map"
,
1
,
&
ExplorerNode
::
callbackOccGrid
,
this
);
gridSub
=
nh
.
subscribe
(
"map"
,
1
,
&
ExplorerNode
::
callbackOccGrid
,
this
);
historySub
=
nh
.
subscribe
(
"history"
,
1
,
&
ExplorerNode
::
callbackHistory
,
this
);
historySub
=
nh
.
subscribe
(
"history"
,
1
,
&
ExplorerNode
::
callbackHistory
,
this
);
...
...
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