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

all benefits to use overlay

asked 2012-11-23 06:41:05 -0500

salma gravatar image

updated 2012-11-23 06:45:37 -0500

Hi, i want to know all benefits for using overlays in my home in my fuerte ? like in this link http://www.ros.org/wiki/fuerte/Installation/Overlays

i am now using my home/ros stacks and linked it with ros core in /opt

1- what the benefits to made an overlay in my home and set my /home/ros stacks in it ?

2- I want to change somethings in a cpp code in packages,, should i give permissons to every file i want to change it's code ??

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
5

answered 2012-11-23 06:48:53 -0500

dornhege gravatar image

updated 2012-11-23 06:50:26 -0500

  • You don't need to manually maintain the ROS_PACKAGE_PATH
  • You can easily add repositories from multiple different sources (git, svn, local, rosinstall, ...)
  • Very easy setup of a new workspace from a larger projects rosinstall (in constrast to manually downloading/cloning/checking out of single code locations)
  • You can run VCS commands for multiple different repository sources (rosws update/rosws status) instead of doing that for each
  • You can have multiple workspaces for different projects, ros distros, etc. and switch between them easily
edit flag offensive delete link more

Comments

@dornhege thanks alot ,, and i just use in my project anout 6 or 7 stacks ,, was installed in my/home/ros and /home .. i manually linked them with ROS in /opt using ROS_PACKAGE_PATH variable it was easy to do this

salma gravatar image salma  ( 2012-11-23 07:45:48 -0500 )edit

shoud i do overlay now and add my home stacks on it ? or if every stack work well with it's commands i don't have to do overlay ?

salma gravatar image salma  ( 2012-11-23 07:47:09 -0500 )edit
2

It's up to you, but recommended. I manage everything with rosws.

dornhege gravatar image dornhege  ( 2012-11-23 07:48:47 -0500 )edit

yes, Thanks alot,, i'll try using it to see

salma gravatar image salma  ( 2012-11-23 07:56:41 -0500 )edit

Question Tools

Stats

Asked: 2012-11-23 06:41:05 -0500

Seen: 194 times

Last updated: Nov 23 '12