osrf / cloudsim-legacy

Apache License 2.0
1 stars 1 forks source link

Make it easier to do source builds of gazebo / drcsim #57

Open osrf-migration opened 11 years ago

osrf-migration commented 11 years ago

Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


In addition to simulator and simulator-prerelease, I would propose a configuration called simulator-sourcebuild. Several of us are currently doing this manually; here are the steps I follow after I ssh in to a launched simulator machine:

Desired parameters:

Also, the ~/.gazebo/diagnostics directory fills up pretty fast. A trick to avoid that is:

sudo mkdir /mnt/gazebo-diagnostics
sudo chown ubuntu:ubuntu /mnt/gazebo-diagnostics
mkdir ~/.gazebo
ln -s /mnt/gazebo-diagnostics ~/.gazebo/diagnostics
osrf-migration commented 11 years ago

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


osrf-migration commented 11 years ago

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


We can also use some of the jenkins scripts to facilitate this.

osrf-migration commented 11 years ago

Original comment by Hugo Boyer (Bitbucket: hugomatic, GitHub: hugomatic).