Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
U2IS
husky-ensta
Commits
1bc33c61
Unverified
Commit
1bc33c61
authored
Aug 23, 2018
by
Dave Niewinski
Committed by
GitHub
Aug 23, 2018
Browse files
Merge pull request #95 from husky/spawn-3d
Added Z to spawn husky launch
parents
b0c194a0
57bd3f1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
husky_gazebo/launch/spawn_husky.launch
View file @
1bc33c61
...
...
@@ -31,6 +31,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSI
<arg
name=
"x"
default=
"0.0"
/>
<arg
name=
"y"
default=
"0.0"
/>
<arg
name=
"z"
default=
"0.0"
/>
<arg
name=
"yaw"
default=
"0.0"
/>
<arg
name=
"laser_enabled"
default=
"$(optenv HUSKY_LMS1XX_ENABLED false)"
/>
...
...
@@ -102,6 +103,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSI
<node
name=
"spawn_husky_model"
pkg=
"gazebo_ros"
type=
"spawn_model"
args=
"-x $(arg x)
-y $(arg y)
-z $(arg z)
-Y $(arg yaw)
-unpause
-urdf
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment