Re: [ros-users] ROS deployment strategy

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: Re: [ros-users] ROS deployment strategy
Ken,

My solution right now looks a little bit different. My robots run Ubuntu
9.04. On a separate Ubuntu 9.04 system I installed ros-cturtle-base and
then used

http://svn.openrobotino.org/trunk/ros/strip_cturtle.sh

to copy only the needed files into a new folder and generate a new
debian package. By this I reduced the size to 866MB and even more
important my deb package only depends on the really necessary packages
which are

python-yaml
libboost
liblog4cxx
libyaml

The same I did for my own ROS stacks.

What we would need is the whole ROS split up and separate runtime packages.