[Documentation] [TitleIndex] [WordIndex

Installation

The rosinstall installation is based around a 32 bit version of python (x86). This must be the case even for win64 as many python modules do not yet have 64 bit versions. Note - this is not a big issue, so don't worry.

Installs:

Setup

Usage

Options are identical to that for rosinstall. An example for rosinstall usage (one line):

> rosinstall C:\opt\catkin https://raw.github.com/stonier/win_ros/master/msvc_fuerte.rosinstall

And for rosws usage:

> rosws init --catkin src
> cd src
> rosws set catkin --git https://github.com/yujinrobot/catkin.git
> rosws set genmsg --git git://github.com/ros/genmsg.git
> rosws set gencpp --git git://github.com/ros/gencpp.git
> rosws set genpy --git git://github.com/ros/genpy.git
> rosws update catkin
> rosws update genmsg
> rosws update gencpp
> rosws update genpy

For more detailed usage notes, refer to rosinstall's documentation.

Differences to RosInstall


2023-10-28 13:11