This website works better with JavaScript.
Home
Explore
Help
Sign In
cccccccc
/
stretch_ros
mirror of
https://github.com/hello-robot/stretch_ros.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
gazebo port to noetic induced branch
pull/65/head
trivediana
2 years ago
parent
e3c559750e
commit
01e0816923
4 changed files
with
2142 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
stretch_gazebo/maps/willowgarage.pgm
+7
-0
stretch_gazebo/maps/willowgarage.yaml
+14
-0
stretch_gazebo/worlds/willowgarageempty.world
+2116
-0
stretch_gazebo/worlds/willowgarageoccupied.world
+ 5
- 0
stretch_gazebo/maps/willowgarage.pgm
File diff suppressed because it is too large
View File
+ 7
- 0
stretch_gazebo/maps/willowgarage.yaml
View File
@ -0,0 +1,7 @@
image
:
/home/ananya/Code/VZ_Project/Robot_Autonomous_Navigation/catkin_ws/src/stretch_ros/stretch_gazebo/maps/willowgarage.pgm
resolution
:
0.050000
origin
:
[
-
100.000000
,
-
100.000000
,
0.000000
]
negate
:
0
occupied_thresh
:
0.65
free_thresh
:
0.196
+ 14
- 0
stretch_gazebo/worlds/willowgarageempty.world
View File
@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<sdf version="1.5">
<world name="default">
<include>
<uri>model://ground_plane</uri>
</include>
<include>
<uri>model://sun</uri>
</include>
<include>
<uri>model://willowgarage</uri>
</include>
</world>
</sdf>
+ 2116
- 0
stretch_gazebo/worlds/willowgarageoccupied.world
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save