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

catkin src/* vcs update

asked 2013-05-02 10:46:54 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Hey everyone,

I'm probably missing something here...

Is there/What is the equivalent of rosbuild's rosws update for catkin in the sense of updating all repository checkouts in the source folder simultaneously?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-05-02 11:19:34 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Use wstool with catkin workspaces.

Use rosws with rosbuild workspaces.

The two types of workspaces and tools are completely orthogonal.

The equivalent to rosws update is wstool -t path/to/src update.

edit flag offensive delete link more

Comments

Ah, thank you for the quick answer. Seems like I overlooked it here [http://ros.org/wiki/catkin/Tutorials/workspace_overlaying].

v4hn gravatar image v4hn  ( 2013-05-02 12:43:32 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-05-02 10:46:54 -0500

Seen: 189 times

Last updated: May 02 '13