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

Cannot install ros-noetic-moveit-visual-tools on Ubuntu 20.04, WSL2

asked 2020-11-06 08:38:28 -0500

Whilst setting up a machine to control a kuka arm, I've run into a problem setting up ROS noetic with moveit.

This system is being built on WSL2 with Ubuntu 20.04 installed. After installing ros-noetic-desktop-full and ros-noetic-moveit without issue, trying to install ros-noetic-moveit-visual-tools fails because the package cannot be found.

executing command [sudo -H apt-get install -y ros-noetic-moveit-visual-tools]
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ros-noetic-moveit-visual-tools
ERROR: the following rosdeps failed to install
  apt: command [sudo -H apt-get install -y ros-noetic-moveit-visual-tools] failed

This seems odd since it's a standard part of the other distros I've used, and is still referenced in the current tutorials.

Any help would be greatly appreciated.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2020-11-06 10:44:21 -0500

gvdhoorn gravatar image

updated 2020-11-06 10:45:38 -0500

This seems odd since it's a standard part of the other distros I've used

It's actually "just a package", not really anything standard.

Please see #q320046 for the extended version, but in short: according to status_page/ros_noetic_default.html?q=moveit_visual, that package is currently only available in the testing repository (note the red square saying main: none on hover).

It's probably been released only recently into Noetic, and until a "sync" is performed for Noetic, it will not be available from the main repositories.

edit flag offensive delete link more

Comments

Okay, Thanks. I'll include it in the package directly in that case.

PeteBlackerThe3rd gravatar image PeteBlackerThe3rd  ( 2020-11-06 10:47:08 -0500 )edit

Switching to the testing repository is a 5 min affair. I'd avoid building from source if at all possible.

gvdhoorn gravatar image gvdhoorn  ( 2020-11-06 10:48:43 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2020-11-06 08:38:28 -0500

Seen: 1,495 times

Last updated: Nov 06 '20