-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[realsense2_description] Add docs and build system
- Loading branch information
1 parent
a6818c5
commit 6f49d40
Showing
4 changed files
with
50 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Intel RealSense cameras | ||
|
||
This folder contains models of the Intel RealSense cameras. | ||
|
||
The models were originally published by Intel here | ||
https://github.com/IntelRealSense/realsense-ros | ||
but have been further customized for use by Drake, e.g., changing the | ||
mesh paths and mesh file formats. | ||
|
||
Drake's models are based on v4.54.1 from the Intel repository. |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
s|$(find realsense2_description)/urdf/||; | ||
s|file://$(find realsense2_description)/meshes/|../meshes/|; | ||
s|$(arg use_mesh)|true|; | ||
s|$(arg use_nominal_extrinsics)|false|; | ||
s|$(arg add_plug)|false|; | ||
s|package://realsense2_description|package://drake/manipulation/models/realsense2_description|; | ||
s|\.stl|.obj|; |
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