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

How to install specific ROS package in Windows 10

asked 2019-07-17 19:00:24 -0500

Avner gravatar image

updated 2020-07-28 00:24:39 -0500

jayess gravatar image

I installed ROS on Windows 10 using the tutorials here and here.

The installation completed successfully and I can run roscore and see the roscore topics via "rostopic list"

Now, I need to install a specific package: ros-melodic-octomap On another machine with Linux (Ubuntu 18.04) I was able to install this package with

sudo apt-get install ros-melodic-octomap

But with Windows 10, when I try to install this package I'm getting an error message (see below)

choco upgrade ros-melodic-octomap -y --execution-timeout=0
Chocolatey v0.10.15
Upgrading the following packages:
ros-melodic-octomap
By upgrading you accept licenses for the packages.
ros-melodic-octomap is not installed. Installing...
ros-melodic-octomap not installed. The package was not found with the source(s) listed.
 Source(s): 'https://roswin.azurewebsites.net/api/v2;https://chocolatey.org/api/v2/'
 NOTE: When you specify explicit sources, it overrides default sources.
If the package version is a prerelease and you didn't specify `--pre`,
 the package may not be found.
Please see https://chocolatey.org/docs/troubleshooting for more
 assistance.

Chocolatey upgraded 0/1 packages. 1 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures
 - ros-melodic-octomap - ros-melodic-octomap not installed. The package was not found with the source(s) listed.
 Source(s): 'https://roswin.azurewebsites.net/api/v2;https://chocolatey.org/api/v2/'
 NOTE: When you specify explicit sources, it overrides default sources.
If the package version is a prerelease and you didn't specify `--pre`,
 the package may not be found.
Please see https://chocolatey.org/docs/troubleshooting for more
 assistance.

How can I install specific ROS package in Windows 10?

Thanks,

Avner

edit retag flag offensive close merge delete

Comments

I'm sure @Sean Yen will respond here with a more complete answer, but the error message essentially tells you that octomaphasn't been released for ROSonWindows through Chocolately. can't be found for some reason.

Which seems strange, as roswin.azurewebsites.net/packages/octomap does seem to suggest it's been released/ported.

gvdhoorn gravatar image gvdhoorn  ( 2019-07-18 02:34:58 -0500 )edit

You may try choco upgrade octomap

duck-development gravatar image duck-development  ( 2019-07-18 03:59:21 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-07-18 04:04:55 -0500

duck-development gravatar image

On roswin Therese Are only 11 packets

https://roswin.azurewebsites.net/pack...

With ros-melodic in the Name.

And roswin has 109 packets

edit flag offensive delete link more

Question Tools

3 followers

Stats

Asked: 2019-07-17 19:00:24 -0500

Seen: 3,941 times

Last updated: Jul 28 '20