Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_dynamixel_pan_tilt_gazebo
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
devices
dynamixel_pan_tilt
iri_dynamixel_pan_tilt_gazebo
Commits
28eb1b1a
Commit
28eb1b1a
authored
5 years ago
by
Alejandro Lopez Gestoso
Browse files
Options
Downloads
Patches
Plain Diff
Updated .gazebo files
parent
05af9aaa
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/pan_tilt_gazebo_config.yaml
+2
-0
2 additions, 0 deletions
config/pan_tilt_gazebo_config.yaml
urdf/pan_tilt.gazebo
+36
-0
36 additions, 0 deletions
urdf/pan_tilt.gazebo
with
38 additions
and
0 deletions
config/pan_tilt_gazebo_config.yaml
0 → 100644
+
2
−
0
View file @
28eb1b1a
robotNamespace
:
ana/pan_tilt
This diff is collapsed.
Click to expand it.
urdf/pan_tilt.gazebo
0 → 100644
+
36
−
0
View file @
28eb1b1a
<?xml version="1.0"?>
<robot
xmlns:xacro=
"http://www.ros.org/wiki/xacro"
>
<xacro:macro
name=
"pan_tilt_gazebo"
params=
"pan_joint_name tilt_joint_name sim_config"
>
<xacro:property
name=
"properties"
value=
"${load_yaml(sim_config)}"
/>
<gazebo>
<plugin
name=
"gazebo_ros_control"
filename=
"libgazebo_ros_control.so"
>
<robotNamespace>
/${properties['robotNamespace']}
</robotNamespace>
<controlPeriod>
0.01
</controlPeriod>
<legacyModeNS>
true
</legacyModeNS>
</plugin>
</gazebo>
<gazebo
reference=
"${pan_joint_name}_frame"
>
<mu1>
0.2
</mu1>
<mu2>
0.2
</mu2>
<material>
Gazebo/Black
</material>
</gazebo>
<gazebo
reference=
"${tilt_joint_name}_frame"
>
<mu1>
0.2
</mu1>
<mu2>
0.2
</mu2>
<material>
Gazebo/Green
</material>
</gazebo>
<gazebo
reference=
"${pan_joint_name}"
>
<implicitSpringDamper>
true
</implicitSpringDamper>
</gazebo>
<gazebo
reference=
"${tilt_joint_name}"
>
<implicitSpringDamper>
true
</implicitSpringDamper>
</gazebo>
</xacro:macro>
</robot>
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