Skip to content

Commit

Permalink
feat: add open3d conversions
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <[email protected]>
  • Loading branch information
wep21 committed Jan 28, 2025
1 parent 65d656d commit 8b40bbe
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
12 changes: 6 additions & 6 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 8b40bbe

Please sign in to comment.