moveit / moveit_tutorials

A sphinx-based centralized documentation repo for MoveIt
https://moveit.github.io/moveit_tutorials/
BSD 3-Clause "New" or "Revised" License
469 stars 690 forks source link

How to build moveit tutorial packages given Conda env ROS-noetic? #688

Open BruceGeLi opened 2 years ago

BruceGeLi commented 2 years ago

Description

Hi, I have strictly followed and installed ROS through https://github.com/RoboStack/ros-noetic And get ros work properly. Later, I tried to install the moveit tutorial following https://ros-planning.github.io/moveit_tutorials/doc/getting_started/getting_started.html but cannot build it.

I did my best to replace the commands from "sudo apt-install" style to "mamba install" or "pip install" but I still get stuck when I call catkin build in the last step. (mamba is an faster alternative to conda)

And I am not sure if I should build moveit as well because I can install it through "mamba install ros-noetic-moveit" I appreciate any suggestion from your side, thanks in advance.

Best, Ge Li

Your environment

Steps to reproduce

  1. Follow https://github.com/RoboStack/ros-noetic to get ros installed in a conda env
  2. Follow https://ros-planning.github.io/moveit_tutorials/doc/getting_started/getting_started.html to build tutorial

    Expected behaviour

    package build failed

Backtrace or Console output

Screenshot from 2021-12-10 11-06-30

welcome[bot] commented 2 years ago

Thanks for reporting an issue. Because we're a volunteer community, providing a pull request with suggested changes is always welcomed.