Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_ana_odom
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
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
robots
ana
iri_ana_odom
Commits
6d49915b
Commit
6d49915b
authored
6 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Added the previous gearbox ratio and the distance between wheels as parameters.
parent
2cec1fa0
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
cfg/AnaOdom.cfg
+3
-1
3 additions, 1 deletion
cfg/AnaOdom.cfg
config/ana_odom.yaml
+3
-1
3 additions, 1 deletion
config/ana_odom.yaml
with
6 additions
and
2 deletions
cfg/AnaOdom.cfg
+
3
−
1
View file @
6d49915b
...
...
@@ -39,8 +39,10 @@ gen = ParameterGenerator()
# Name
Type Reconfiguration level Description Default Min Max
gen.add("encoder_res",
int_t, 0, "Encoder resolution in cpr", 100, 1, 10000)
gen.add("gearbox_ratio",
double_t, 0, "Reduction ratio of the gearbox", 38.3, 1.0, 1000.0)
gen.add("current_gearbox_ratio",
double_t, 0, "Current gearbox ratio", 38.3, 1.0, 1000.0)
gen.add("prev_gearbox_ratio",
double_t, 0, "Previous gearbox ratio", 65.5, 1.0, 1000.0)
gen.add("wheel_radius",
double_t, 0, "Radius of the wheel", 0.11, 0.01, 1.0)
gen.add("wheel_distance",
double_t, 0, "Disatance between wheels", 0.4, 0.1, 10.0)
gen.add("publish_tf",
bool_t, 0, "Whether to publish the TF transform",True)
gen.add("base_link_frame",
str_t, 0, "Base link frame id", "")
...
...
This diff is collapsed.
Click to expand it.
config/ana_odom.yaml
+
3
−
1
View file @
6d49915b
encoder_res
:
100
gearbox_ratio
:
38.3
current_gearbox_ratio
:
38.3
prev_gearbox_ratio
:
65.5
wheel_radius
:
0.11
wheel_distance
:
0.4
publish_tf
:
True
base_link_frame
:
ana/odom
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