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

Revision history [back]

click to hide/show revision 1
initial version

Hi, I'm not sure, if I understand you question in details, but I this you need to share your packages and scripts over the network.

ROS can communicate over the network but not sharing packages and programs.

You need a mechanism to sharing binaries over the network.

Possible solutions:

  1. central fileserver, with shared binaries (samba or nfs). Clients can mount and use central data.

  2. central development repository like git. Clients can checkout central repository data .

  3. Push central or development data via script to clients, e.g. via scp or rsync.

Happy sharing ros data

Cheers Chrimo

ps: please correct me, if I'm wrong

Hi, Hi,

I'm not sure, if I understand you question in details, but I this you need to share your packages and scripts over the network.

ROS can communicate over the network but not sharing packages and programs.

You need a mechanism to sharing binaries over the network.

Possible solutions:

  1. central fileserver, with shared binaries (samba or nfs). Clients can mount and use central data.

  2. central development repository like git. Clients can checkout central repository data .

  3. Push central or development data via script to clients, e.g. via scp or rsync.

Happy sharing ros data

Cheers Chrimo

ps: please correct me, if I'm wrong

Hi,

I'm not sure, if I understand you question in details, but I this you need to share your packages and scripts over the network.

ROS can communicate over the network but not sharing packages and programs.

You need a mechanism to sharing binaries over the network.

Possible solutions:

  1. central fileserver, with shared binaries (samba or nfs). Clients can mount and use central data.data (e.g. your catkin_ws.

  2. central development repository like git. Clients can checkout central repository data .

  3. Push central or development data via script to clients, e.g. via scp or rsync.

Happy sharing ros data

Cheers Chrimo

ps: please correct me, if I'm wrong

Hi,

I'm not sure, if I understand you question in details, but I this you need to share your packages and scripts over the network.

ROS can communicate over the network but not sharing packages and programs.

You need a mechanism to sharing binaries over the network.

Possible solutions:

  1. central fileserver, with shared binaries (samba or nfs). Clients can mount and use central data (e.g. your catkin_ws.

  2. central development repository like git. Clients can checkout central repository data .

  3. Push central or development data via script to clients, e.g. via scp or rsync.

In the easiest case and you have packages already distributed, you need to set ROS_MASTER_URI=http://roscore:11311

Happy sharing ros data

Cheers Chrimo

ps: please correct me, if I'm wrongwrong.

Hi,

I'm not sure, if I understand you question in details, but I this think you need to share your packages and scripts over the network.

ROS can communicate over the network but not sharing packages and programs.

You need a mechanism to sharing binaries over the network.

Possible solutions:

  1. central fileserver, with shared binaries (samba or nfs). Clients can mount and use central data (e.g. your catkin_ws.

  2. central development repository like git. Clients can checkout central repository data .

  3. Push central or development data via script to clients, e.g. via scp or rsync.

In the easiest case and you have packages already distributed, you need to set ROS_MASTER_URI=http://roscore:11311

Happy sharing ros data

Cheers Chrimo

ps: please correct me, if I'm wrong.