Skip to content

Commit

Permalink
Change starting position in granite sim
Browse files Browse the repository at this point in the history
  • Loading branch information
somritabanerjee committed Oct 9, 2024
1 parent 0e47cef commit 73846fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions astrobee/launch/sim.launch
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@
default="10.7 -8.3 5.1 0.707 0 -0.707 0" /> <!-- iss: perch position -->
<arg if="$(eval arg('world')=='granite' and arg('perch')==0)"
name="pose"
default="0 0 -0.7 0 0 0 1" /> <!-- granite: docked -->
default="-0.4 0.4 -0.7 0 0 0 1" /> <!-- granite: docked -->
<!-- default="0 0 -0.7 0 0 0 1" /> granite: docked -->
<arg if="$(eval arg('world')=='granite' and arg('perch'))"
name="pose"
default="0 0 -0.7 0 0 0 1" /> <!-- granite: perch position -->
default="-0.4 0.4 -0.7 0 0 0 1" /> <!-- granite: perch position -->
<!-- default="0 0 -0.7 0 0 0 1" /> granite: perch position -->

<!-- Multi-robot simulation -->
<arg name="honey" default="false" /> <!-- Insert a honey robot -->
Expand Down

0 comments on commit 73846fa

Please sign in to comment.