Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_collision_manager
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
mobile_robotics
dogs_project
iri_collision_manager
Commits
d5d9ba38
Commit
d5d9ba38
authored
3 years ago
by
Alejandro Lopez Gestoso
Browse files
Options
Downloads
Patches
Plain Diff
Added dogs project global analyzers
parent
84dcb6d1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/dogs_analyzers.yaml
+34
-0
34 additions, 0 deletions
config/dogs_analyzers.yaml
launch/collisions.launch
+2
-2
2 additions, 2 deletions
launch/collisions.launch
with
36 additions
and
2 deletions
config/dogs_analyzers.yaml
0 → 100644
+
34
−
0
View file @
d5d9ba38
pub_rate
:
1.0
analyzers
:
collision_detection
:
type
:
diagnostic_aggregator/GenericAnalyzer
path
:
collision_detection
contains
:
[
'
imu'
,
'
collision'
,
'
odom'
]
ICP_check
:
type
:
diagnostic_aggregator/GenericAnalyzer
path
:
icp_check
contains
:
[
'
odom'
,
'
laser'
]
bias_filter
:
type
:
diagnostic_aggregator/GenericAnalyzer
path
:
bias_filter
contains
:
[
'
bias'
]
localization_fusion
:
type
:
diagnostic_aggregator/GenericAnalyzer
path
:
localization_fusion
contains
:
[
'
AMCL'
,
'
lost'
,
'
pose'
,
'
localized'
]
landmarks_tracker
:
type
:
diagnostic_aggregator/GenericAnalyzer
path
:
landmarks_tracker
contains
:
[
'
scan'
,
'
odom'
]
This diff is collapsed.
Click to expand it.
launch/collisions.launch
+
2
−
2
View file @
d5d9ba38
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<param
name=
"/use_sim_time"
value=
"$(arg sim_time)"
/>
<param
name=
"/use_sim_time"
value=
"$(arg sim_time)"
/>
<arg
name=
"imu_driver"
default=
"true"
/>
<arg
name=
"imu_driver"
default=
"true"
/>
<arg
name=
"diagnostics"
default=
"true"
/>
<arg
name=
"diagnostics"
default=
"true"
/>
<arg
name=
"diagnostics_agregator_config_file"
default=
"$(find iri_collision_manager)/config/
collision
_analyzers.yaml"
/>
<arg
name=
"diagnostics_agregator_config_file"
default=
"$(find iri_collision_manager)/config/
dogs
_analyzers.yaml"
/>
<!-- IMU driver parameters -->
<!-- IMU driver parameters -->
<arg
name=
"imu_config_file"
default=
"$(find iri_collision_manager)/config/bno055.yaml"
/>
<arg
name=
"imu_config_file"
default=
"$(find iri_collision_manager)/config/bno055.yaml"
/>
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
if =
"$(arg diagnostics)"
>
if =
"$(arg diagnostics)"
>
<!-- Load the file you made above -->
<!-- Load the file you made above -->
<rosparam
command=
"load"
<rosparam
command=
"load"
file=
"$(
find iri_collision_manager)/config/collision_analyzers.yaml
"
/>
file=
"$(
arg diagnostics_agregator_config_file)
"
/>
</node>
</node>
</launch>
</launch>
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