ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Got it to work, had to start from scratch again:

RoboStack (for ROS Noetic)

$ conda create -n robostackenv python=3.8
$ conda config --env --add channels conda-forge
$ conda config --env --add channels robostack
$ conda config --env --set channel_priority strict

$ conda install -c robostack ros-noetic-desktop-full

on Windows, install Visual Studio 2017 or 2019 with C++ support see https://docs.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-160

$ conda install vs2019_win-64

$ conda deactivate robostackenv
$ conda activate robostackenv

Turtlebot3 installation:

$ conda install -c robostack ros-noetic-turtlebot3
$ conda install -c robostack ros-noetic-turtlebot3-gazebo
$ conda install -c robostack ros-noetic-turtlebot3-fake

Notice that the installation to work:

$ conda install -c robostack ros-noetic-desktop-full

For some reason yesterday it was working conda install ros-noetic-desktop-full but not anymore.