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
84dcb6d1
Commit
84dcb6d1
authored
3 years ago
by
Alejandro Lopez Gestoso
Browse files
Options
Downloads
Patches
Plain Diff
Modified aprameters to solve low valid points on ICP
parent
e0627376
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
config/params.yaml
+4
-4
4 additions, 4 deletions
config/params.yaml
with
4 additions
and
4 deletions
config/params.yaml
+
4
−
4
View file @
84dcb6d1
...
@@ -10,19 +10,19 @@ watchdog_t: 1.0
...
@@ -10,19 +10,19 @@ watchdog_t: 1.0
collision_timeout
:
5.0
collision_timeout
:
5.0
collision_acc_transition_counter_en
:
True
collision_acc_transition_counter_en
:
True
collision_acc_th
:
5.0
collision_acc_th
:
5.0
collision_acc_counter_limit
:
2
0
collision_acc_counter_limit
:
1
0
collision_ang_vel_transition_counter_en
:
True
collision_ang_vel_transition_counter_en
:
True
collision_ang_vel_th
:
0.4
collision_ang_vel_th
:
0.4
#collision_ang_vel_th: 0.2
#collision_ang_vel_th: 0.2
collision_ang_vel_counter_limit
:
2
0
collision_ang_vel_counter_limit
:
1
0
odom_trans_th
:
0.2
odom_trans_th
:
0.2
odom_angular_th
:
0.15
odom_angular_th
:
0.15
front_laser_en
:
True
front_laser_en
:
True
rear_laser_en
:
True
rear_laser_en
:
True
buffer_size
:
10
buffer_size
:
10
scan_diff_t_from_collision
:
0.
1
scan_diff_t_from_collision
:
0.
0
front_laser_en
:
True
front_laser_en
:
True
rear_laser_en
:
True
rear_laser_en
:
True
icp_min_points
:
8
0
icp_min_points
:
20
0
icp_max_err_by_points
:
0.3
icp_max_err_by_points
:
0.3
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