-
Notifications
You must be signed in to change notification settings - Fork 164
Description
The installation failed while proceeding according to the manual and I cannot proceed.
When running rosdep install on the humble branch of the xarm_ros2 repository, the process fails with a "package not found" error for ros-humble-find-object-2d. This issue prevents me from installing all required dependencies and building the workspace.
`
cd ~/dev_ws/src/
rosdep init
rosdep update
rosdep install --from-paths . --ignore-src --rosdistro $ROS_DISTRO -y
`
Actual Behavior
The command fails with the following error output:
executing command [mamba install -c robostack-staging -c conda-forge -y ros-humble-joint-state-publisher ros-humble-xacro ros-humble-image-view ros-humble-tf-transformations ros-humble-find-object-2d ros-humble-object-recognition-msgs ros-humble-joint-state-broadcaster ros-humble-joint-trajectory-controller ros-humble-diff-drive-controller ros-humble-launch-param-builder ros-humble-control-msgs ros-humble-moveit ros-humble-moveit-ros-planning-interface ros-humble-moveit-msgs ros-humble-backward-ros ros-humble-controller-manager ros-humble-moveit-ros-move-group ros-humble-control-toolbox ros-humble-gazebo-ros ros-humble-gazebo-plugins ros-humble-gazebo-ros2-control ros-humble-hardware-interface ros-humble-controller-manager-msgs ros-humble-camera-info-manager ros-humble-moveit-servo]
conda-forge/noarch Using cache
conda-forge/osx-arm64 Using cache
Pinned packages:
- python=3.11
error libmamba Could not solve for environment specs
The following package could not be installed
└─ ros-humble-find-object-2d =* * does not exist (perhaps a typo or a missing channel).
critical libmamba Could not solve for environment specs
ERROR: the following rosdeps failed to install
conda: command [mamba install -c robostack-staging -c conda-forge -y ros-humble-joint-state-publisher ros-humble-xacro ros-humble-image-view ros-humble-tf-transformations ros-humble-find-object-2d ros-humble-object-recognition-msgs ros-humble-joint-state-broadcaster ros-humble-joint-trajectory-controller ros-humble-diff-drive-controller ros-humble-launch-param-builder ros-humble-control-msgs ros-humble-moveit ros-humble-moveit-ros-planning-interface ros-humble-moveit-msgs ros-humble-backward-ros ros-humble-controller-manager ros-humble-moveit-ros-move-group ros-humble-control-toolbox ros-humble-gazebo-ros ros-humble-gazebo-plugins ros-humble-gazebo-ros2-control ros-humble-hardware-interface ros-humble-controller-manager-msgs ros-humble-camera-info-manager ros-humble-moveit-servo] failed
how can i solve this