Skip to content

Commit

Permalink
Add hebi-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer committed Mar 30, 2021
1 parent 6474c6d commit 7c77ed7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
16 changes: 16 additions & 0 deletions patch/ros-noetic-hebi-cpp-api.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
diff --git a/hebi/CMakeLists.txt b/hebi/CMakeLists.txt
index 8253566..5cb698a 100644
--- a/hebi/CMakeLists.txt
+++ b/hebi/CMakeLists.txt
@@ -18,9 +18,9 @@ if (UNIX AND NOT APPLE)
# Detect cross-compilation, especially on the ROS build farm:
if (${CMAKE_LIBRARY_ARCHITECTURE} MATCHES "^i[3456]86-linux-gnu$")
set(LIBHEBI_TARGET_ARCHITECTURE "i686")
- elseif ("arm-linux-gnueabihf" STREQUAL ${CMAKE_LIBRARY_ARCHITECTURE})
+ elseif ("arm-linux-gnueabihf" STREQUAL "${CMAKE_LIBRARY_ARCHITECTURE}")
set(LIBHEBI_TARGET_ARCHITECTURE "armhf")
- elseif ("aarch64-linux-gnu" STREQUAL ${CMAKE_LIBRARY_ARCHITECTURE})
+ elseif ("aarch64-linux-gnu" STREQUAL "${CMAKE_LIBRARY_ARCHITECTURE}")
set(LIBHEBI_TARGET_ARCHITECTURE "aarch64")
endif()

13 changes: 6 additions & 7 deletions vinca_linux_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,20 @@ skip_existing:
- https://conda.anaconda.org/robostack/

packages_select_by_deps:
- panda_moveit_config
- apriltag
- apriltag_ros
- behaviortree_cpp_v3


##
# TODO Linux
##
# - pybind11_catkin # Needs to be patched to use conda-forge's pybind11
- codec_image_transport
- hebi_cpp_api

##
# DONE Linux
##
- panda_moveit_config
- apriltag
- apriltag_ros
- behaviortree_cpp_v3
- codec_image_transport
- kdl_parser_py
- ros_ign
- velodyne_simulator
Expand Down

0 comments on commit 7c77ed7

Please sign in to comment.