ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
2019-03-11 00:17:27 -0500 | received badge | ● Favorite Question (source) |
2017-05-19 17:46:42 -0500 | received badge | ● Famous Question (source) |
2017-05-18 02:06:14 -0500 | commented question | buildroot package @Maik , yes at that time I was investigating how to build ROS for our system and was looking into buildroot , but in end |
2017-05-17 12:13:03 -0500 | received badge | ● Popular Question (source) |
2017-05-17 12:13:03 -0500 | received badge | ● Notable Question (source) |
2016-02-29 05:13:21 -0500 | received badge | ● Student (source) |
2016-01-30 08:19:29 -0500 | received badge | ● Famous Question (source) |
2016-01-28 15:27:23 -0500 | received badge | ● Notable Question (source) |
2016-01-28 08:46:12 -0500 | received badge | ● Popular Question (source) |
2016-01-28 06:50:02 -0500 | received badge | ● Supporter (source) |
2016-01-28 06:48:58 -0500 | asked a question | Is ROS suitable for the real world ? (help needed) Hello Ladies and Gentlemen I apologize for this long post but, I reckon people will request the info anyway... I've been struggling for some time, to make ROS behave like I want. The setup: We make agro-rotbots.
We have a product with 3-31 target-computers on a weeding/hoeing machine, each running a monolithic piece of legacy software.
To facilitate further feature development we need to modularize (“objectify”) the software, and to get there; we need a distributed framework. Then I set out to get a simple proof-of-concept-system running on our target – to see if we should go the ROS way. To my big surprise it has proven very difficult to build ROS from source the way I want. I tried but couldn't make it work - what am I doing wrong ? I'm sure there is a very basic thing I missed. The goal: My setup: The target system: All our code is under git control So we need to build a toolchain, cross compile the kernel, ROS, and all our proprietary software. I have been trying the yocto project with no success, it is much to big and unhandy, for every day use. And we don't want a 'distro' just a plain image So I went with buildroot since it is simple (in the sense that only uses standard makefiles) and is highly flexible. I did this: First I build a clean root_fs that can boot on the target: Linux kernel, with the things ROS needs, boost, python, libtinyxml.... Then I fetch and build the ROS software. Following : http://answers.ros.org/question/19107... and http://wiki.ros.org/xxx/Installation/... (more) |
2015-12-30 16:15:36 -0500 | asked a question | buildroot package hi I'm sure somebody have made a ROS buildroot package ? Can you share the recipie, or maybe even a link ? |