Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add resolve-robotics-uri-py pure Python package to Dynamics component #1494

Merged
merged 2 commits into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading