-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major code restructuring for cleaner package (#4)
* Changed everything to mirage based * Updated docs * Another refactor lmao * Updated README
- Loading branch information
1 parent
727f68d
commit 89887e3
Showing
416 changed files
with
441,413 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
mirage.egg-info | ||
meshes | ||
obj_meshes | ||
|
||
# imgs and point clouds | ||
*.jpg | ||
*.pcd | ||
*.png | ||
|
||
# no datasets | ||
*.hdf5 | ||
|
||
# no ROS Workspace build / install /log | ||
mirage/src/ros_ws/build | ||
mirage/src/ros_ws/install | ||
mirage/src/ros_ws/log | ||
|
||
# no models | ||
*.pt | ||
*.pth |
Empty file.
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,20 @@ | ||
# Minimal makefile for Sphinx documentation | ||
# | ||
|
||
# You can set these variables from the command line, and also | ||
# from the environment for the first two. | ||
SPHINXOPTS ?= | ||
SPHINXBUILD ?= sphinx-build | ||
SOURCEDIR = source | ||
BUILDDIR = build | ||
|
||
# Put it first so that "make" without argument is like "make help". | ||
help: | ||
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | ||
|
||
.PHONY: help Makefile | ||
|
||
# Catch-all target: route all unknown targets to Sphinx using the new | ||
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). | ||
%: Makefile | ||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4.87 KB
...rc.general.gripper_interpolator.GripperInterpolator.GRIPPER_TYPE_TO_ROBOT_MAPPING.doctree
Binary file not shown.
Binary file added
BIN
+8.63 KB
...octrees/_autosummary/xembody.src.general.gripper_interpolator.GripperInterpolator.doctree
Binary file not shown.
Binary file added
BIN
+6.84 KB
.../xembody.src.general.gripper_interpolator.GripperInterpolator.interpolate_gripper.doctree
Binary file not shown.
Binary file added
BIN
+5.95 KB
mirage/docs/build/doctrees/_autosummary/xembody.src.general.gripper_interpolator.doctree
Binary file not shown.
Binary file added
BIN
+7.69 KB
...utosummary/xembody.src.general.ros_proxy_inpainter_client.ROSProxyInpainterClient.doctree
Binary file not shown.
Binary file added
BIN
+6 KB
...rc.general.ros_proxy_inpainter_client.ROSProxyInpainterClient.get_inpainted_image.doctree
Binary file not shown.
Binary file added
BIN
+6.04 KB
...rc.general.ros_proxy_inpainter_client.ROSProxyInpainterClient.publish_to_ros_node.doctree
Binary file not shown.
Binary file added
BIN
+6.08 KB
...e/docs/build/doctrees/_autosummary/xembody.src.general.ros_proxy_inpainter_client.doctree
Binary file not shown.
Binary file added
BIN
+5.13 KB
...uild/doctrees/_autosummary/xembody.src.general.xembody_publisher.XEmbodyPublisher.doctree
Binary file not shown.
Binary file added
BIN
+5.82 KB
...ummary/xembody.src.general.xembody_publisher.XEmbodyPublisher.get_inpainted_image.doctree
Binary file not shown.
Binary file added
BIN
+5.78 KB
...ummary/xembody.src.general.xembody_publisher.XEmbodyPublisher.publish_to_ros_node.doctree
Binary file not shown.
Binary file added
BIN
+5.88 KB
mirage/docs/build/doctrees/_autosummary/xembody.src.general.xembody_publisher.doctree
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+5.5 KB
...d/doctrees/_autosummary/xembody.src.orbit.orbit_file_publisher.OrbitFilePublisher.doctree
Binary file not shown.
Binary file added
BIN
+5.86 KB
...ary/xembody.src.orbit.orbit_file_publisher.OrbitFilePublisher.get_inpainted_image.doctree
Binary file not shown.
Binary file added
BIN
+7.95 KB
...ary/xembody.src.orbit.orbit_file_publisher.OrbitFilePublisher.publish_to_ros_node.doctree
Binary file not shown.
Binary file added
BIN
+5.87 KB
mirage/docs/build/doctrees/_autosummary/xembody.src.orbit.orbit_file_publisher.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 6b94b17b1055196dbdf770cdf563fcc7 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Oops, something went wrong.