Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_gazebo_worlds
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
navigation
iri_gazebo_worlds
Commits
32a7937a
Commit
32a7937a
authored
4 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Add master_big stl and world
parent
a41bbd90
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
meshes/master_big.stl
+0
-0
0 additions, 0 deletions
meshes/master_big.stl
worlds/master_big.world
+60
-0
60 additions, 0 deletions
worlds/master_big.world
with
60 additions
and
0 deletions
meshes/master_big.stl
0 → 100644
+
0
−
0
View file @
32a7937a
File added
This diff is collapsed.
Click to expand it.
worlds/master_big.world
0 → 100644
+
60
−
0
View file @
32a7937a
<?xml version="1.0" ?>
<sdf
version=
"1.4"
>
<world
name=
"master_big"
>
<!--
<include>
<uri>model://sun</uri>
</include>
-->
<light
type=
"directional"
name=
"sun"
>
<cast_shadows>
true
</cast_shadows>
<pose>
0 0 10 0.2 0.2 0.2
</pose>
<diffuse>
0.8 0.8 0.8 1
</diffuse>
<specular>
0.2 0.2 0.2 1
</specular>
<attenuation>
<range>
1000
</range>
<constant>
0.9
</constant>
<linear>
0.01
</linear>
<quadratic>
0.001
</quadratic>
</attenuation>
<direction>
-0.5 0.1 -0.9
</direction>
</light>
<include>
<uri>
model://ground_plane
</uri>
</include>
<model
name=
"master_big"
>
<static>
true
</static>
<link
name=
"link"
>
<pose>
0 0 0 0 0 0
</pose>
<collision
name=
"collision"
>
<geometry>
<mesh>
<uri>
model://meshes/master_big.stl
</uri>
<scale>
1 1 1
</scale>
</mesh>
</geometry>
</collision>
<visual
name=
"visual"
>
<geometry>
<mesh>
<uri>
model://meshes/master_big.stl
</uri>
<scale>
1 1 1
</scale>
</mesh>
</geometry>
</visual>
</link>
</model>
<gui
fullscreen=
'0'
>
<camera
name=
'user_camera'
>
<pose
frame=
''
>
10.0958 -9.41664 10.969 0 0.667643 2.2282
</pose>
<view_controller>
orbit
</view_controller>
<projection_type>
perspective
</projection_type>
</camera>
</gui>
</world>
</sdf>
\ No newline at end of file
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