Skip to content

Commit

Permalink
Add resolve-robotics-uri-py pure Python package to Dynamics component (
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Oct 5, 2023
1 parent 0862add commit 9eeb7da
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cmake/Buildresolve-robotics-uri-py.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia
# SPDX-License-Identifier: BSD-3-Clause

include(RobSupPurePythonYCMEPHelper)

rob_sup_pure_python_ycm_ep_helper(resolve-robotics-uri-py
REPOSITORY ami-iit/resolve-robotics-uri-py.git
TAG main
COMPONENT dynamics
FOLDER src)

set(resolve-robotics-uri-py_CONDA_PKG_CONDA_FORGE_OVERRIDE ON)
1 change: 1 addition & 0 deletions cmake/RobotologySuperbuildLogic.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ if(ROBOTOLOGY_ENABLE_DYNAMICS)
endif()
if(ROBOTOLOGY_USES_PYTHON)
find_or_build_package(robot-log-visualizer)
find_or_build_package(resolve-robotics-uri-py)
endif()
endif()
endif()
Expand Down
4 changes: 4 additions & 0 deletions releases/latest.releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,7 @@ repositories:
type: git
url: https://github.com/ami-iit/mujoco-simulink-blockset-cmake-buildsystem.git
version: v3.0.0
resolve-robotics-uri-py:
type: git
url: https://github.com/ami-iit/resolve-robotics-uri-py.git
version: v0.1.0

0 comments on commit 9eeb7da

Please sign in to comment.