Skip to content

Commit

Permalink
Merge pull request #259 from wep21/add-open3d-conversions
Browse files Browse the repository at this point in the history
feat: add open3d conversions
  • Loading branch information
Tobias-Fischer authored Jan 28, 2025
2 parents 65d656d + 130aa96 commit 9d38764
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 4 deletions.
2 changes: 2 additions & 0 deletions robostack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,8 @@ libomp-dev:
linux: [libgomp]
osx: [llvm-openmp]
win64: []
libopen3d-dev:
robostack: [open3d, REQUIRE_OPENGL]
libopenblas-dev:
robostack: [libblas]
libopencv-dev:
Expand Down
4 changes: 3 additions & 1 deletion vinca_linux_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ packages_select_by_deps:
# requested in https://github.com/RoboStack/ros-humble/issues/256
- rqt_controller_manager

- open3d_conversions

# ----- end of package support -----

# - rtabmap
Expand Down Expand Up @@ -556,4 +558,4 @@ packages_select_by_deps:
# - osrf_testing_tools_cpp

patch_dir: patch
rosdistro_snapshot: rosdistro_snapshot.yaml
rosdistro_snapshot: rosdistro_snapshot.yaml
2 changes: 2 additions & 0 deletions vinca_linux_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ packages_select_by_deps:
# requested in https://github.com/RoboStack/ros-humble/issues/256
- rqt_controller_manager

- open3d_conversions

# Used to work, now needs fixes
# - rtabmap
# - webots-ros2
Expand Down
3 changes: 2 additions & 1 deletion vinca_osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ packages_select_by_deps:
# requested in https://github.com/RoboStack/ros-humble/issues/256
- rqt_controller_manager

- open3d_conversions

patch_dir: patch
rosdistro_snapshot: rosdistro_snapshot.yaml
rosdistro_snapshot: rosdistro_snapshot.yaml
4 changes: 3 additions & 1 deletion vinca_osx_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,7 @@ packages_select_by_deps:
# requested in https://github.com/RoboStack/ros-humble/issues/256
- rqt_controller_manager

- open3d_conversions

patch_dir: patch
rosdistro_snapshot: rosdistro_snapshot.yaml
rosdistro_snapshot: rosdistro_snapshot.yaml
4 changes: 3 additions & 1 deletion vinca_win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,5 +252,7 @@ packages_select_by_deps:
# requested in https://github.com/RoboStack/ros-humble/issues/256
- rqt_controller_manager

- open3d_conversions

patch_dir: patch
rosdistro_snapshot: rosdistro_snapshot.yaml
rosdistro_snapshot: rosdistro_snapshot.yaml

0 comments on commit 9d38764

Please sign in to comment.