deprecated
cf. https://github.com/CARMinesDouai/pharos/wiki/Install-PhaROS
To install:
- Install Ubuntu 14.04 64bits
- Install curl
sudo apt-get install curl
- Install ROS Indigo
- Install PhaROS
curl http://car.mines-douai.fr/scripts/PhaROS | bash
- Test the installation
source ~/.bashrc pharos create myfirstpharospackage rosrun myfirstpharospackage edit
- Enjoy!
To uninstall (why would you need that? ;-)):
~/PhaROS-bin/pharos_uninstall
Pingback: Testing Robulab « CAR: Components, Agents, and Robots
ROS does not support capitals in package names. So, be sure to use names with all letters in lowercase.