forked from Field-Robotics-Lab/dave
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Populating with new object models (Field-Robotics-Lab#242)
* sprinkling new models around, ported to fuel db Signed-off-by: Dharini Dutia <[email protected]> * using fuel links only and corrected lionfish pose Signed-off-by: quarkytale <[email protected]> * static models and more ocean creatures Signed-off-by: quarkytale <[email protected]> * Do not let models fall to the ground on startup. Better position models and update teleport script Signed-off-by: Yadunund <[email protected]> Co-authored-by: Yadunund <[email protected]>
- Loading branch information
1 parent
9d3dbb8
commit 72aeeeb
Showing
4 changed files
with
205 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# Config for teleport script | ||
places: | ||
home: { | ||
'robot_pose': [-21,-34,-108,0,0,2.5], | ||
'camera_pose': [-21,-34,-108,0,0,2.5] | ||
'robot_pose': [7.087382,-8.720616,-116.360490,0.011443,0.060502,0.304482], | ||
'camera_pose': [7.087382,-8.720616,-116.360490,0.011443,0.060502,0.304482] | ||
} | ||
electrical: { | ||
'robot_pose': [-187,117,-154,0,0,3.14], | ||
'camera_pose': [-187,117,-154,0,0,3.14] | ||
artillery: { | ||
'robot_pose': [-150.113998,97.727378,-155.246244,-0.011886,0.016902,1.687642], | ||
'camera_pose': [-150.113998,97.727378,-155.246244,-0.011886,0.016902,1.687642] | ||
} | ||
mud: { | ||
'robot_pose': [-140,-190,-145,0,0,0], | ||
'camera_pose': [-140,-190,-145,0,0,0] | ||
} | ||
'robot_pose': [-66.099145,-208.337754,-145.292877,-0.010855,0.030645,-3.086439], | ||
'camera_pose': [-66.099145,-208.337754,-145.292877,-0.010855,0.030645,-3.086439] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters