Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_tiago_head_module
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
labrobotica
ros
platforms
TIAGo
iri_tiago_head_module
Commits
c82c02c1
Commit
c82c02c1
authored
4 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Added a launch file for the IVO robot.
Updated the configuration parameters.
parent
47bb2744
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config/ivo_head_module_default.yaml
+4
-4
4 additions, 4 deletions
config/ivo_head_module_default.yaml
config/tiago_head_module_default.yaml
+4
-4
4 additions, 4 deletions
config/tiago_head_module_default.yaml
launch/ivo_head_client_sim.launch
+23
-0
23 additions, 0 deletions
launch/ivo_head_client_sim.launch
with
31 additions
and
8 deletions
config/ivo_head_module_default.yaml
+
4
−
4
View file @
c82c02c1
head_module_rate_hz
:
1.0
move_num_retries
:
1
move_feedback_watchdog_time_s
:
1
0
.0
move_feedback_watchdog_time_s
:
1.0
move_enable_watchdog
:
True
move_timeout_s
:
1.0
move_timeout_s
:
1
0
.0
move_enable_timeout
:
True
move_default_duration
:
1.0
move_enabled
:
True
point_num_retries
:
1
point_feedback_watchdog_time_s
:
1
0
.0
point_feedback_watchdog_time_s
:
1.0
point_enable_watchdog
:
True
point_timeout_s
:
1.0
point_timeout_s
:
1
0
.0
point_enable_timeout
:
True
point_default_duration
:
1.0
point_max_velocity
:
1.0
...
...
This diff is collapsed.
Click to expand it.
config/tiago_head_module_default.yaml
+
4
−
4
View file @
c82c02c1
head_module_rate_hz
:
1.0
move_num_retries
:
1
move_feedback_watchdog_time_s
:
1
0
.0
move_feedback_watchdog_time_s
:
1.0
move_enable_watchdog
:
True
move_timeout_s
:
1.0
move_timeout_s
:
1
0
.0
move_enable_timeout
:
True
move_default_duration
:
1.0
move_enabled
:
True
point_num_retries
:
1
point_feedback_watchdog_time_s
:
1
0
.0
point_feedback_watchdog_time_s
:
1.0
point_enable_watchdog
:
True
point_timeout_s
:
1.0
point_timeout_s
:
1
0
.0
point_enable_timeout
:
True
point_default_duration
:
1.0
point_max_velocity
:
1.0
...
...
This diff is collapsed.
Click to expand it.
launch/ivo_head_client_sim.launch
0 → 100644
+
23
−
0
View file @
c82c02c1
<?xml version="1.0" encoding="UTF-8"?>
<launch>
<arg
name=
"node_name"
default=
"head_client"
/>
<arg
name=
"output"
default=
"log"
/>
<arg
name=
"launch_prefix"
default=
""
/>
<arg
name=
"config_file"
default=
"$(find tiago_head_module)/config/ivo_head_module_default.yaml"
/>
<arg
name=
"move_action"
default=
"/head_controller/follow_joint_trajectory"
/>
<arg
name=
"point_action"
default=
"/head_controller/point_head_action"
/>
<include
file=
"$(find ivo_1_gazebo)/launch/ivo_gazebo.launch"
>
</include>
<include
file=
"$(find tiago_head_module)/launch/tiago_head_client.launch"
>
<arg
name=
"node_name"
default=
"$(arg node_name)"
/>
<arg
name=
"output"
default=
"$(arg output)"
/>
<arg
name=
"launch_prefix"
default=
"$(arg launch_prefix)"
/>
<arg
name=
"config_file"
default=
"$(arg config_file)"
/>
<arg
name=
"move_action"
default=
"$(arg move_action)"
/>
<arg
name=
"point_action"
default=
"$(arg point_action)"
/>
</include>
</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