This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
robotsoftware:mobotware:mobotwareconfig [2012/03/02 16:49] claes |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== MobotWare configuration ====== | ||
- | Use this configuration to make you work with MobotWare easier. It will save you alot of time and frustration. | ||
- | |||
- | Add this to .bashrc | ||
- | #added for the libs in aurobotserves | ||
- | export LD_LIBRARY_PATH=/ | ||
- | |||
- | Add the following symbolic links to / | ||
- | |||
- | Include the folder where MobotWare is located. On my computer it is in: | ||
- | / | ||
- | |||
- | ln -s / | ||
- | Now add another link to userver called unav | ||
- | ln -s / | ||
- | This is used often with the replay function. | ||
- | |||
- | Now add links to the RHD | ||
- | ln -s / | ||
- | |||
- | Last add links to the MRC | ||
- | ln -s / | ||
- | |||
- | Now go to / | ||
- | ln -s / | ||
- | |||