ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Janis's profile - activity

2015-05-07 22:25:39 -0500 received badge  Teacher (source)
2015-05-07 22:25:39 -0500 received badge  Necromancer (source)
2014-07-03 11:04:05 -0500 received badge  Famous Question (source)
2013-03-05 07:37:46 -0500 received badge  Notable Question (source)
2013-03-05 07:36:32 -0500 received badge  Popular Question (source)
2013-01-17 03:12:28 -0500 asked a question ROS cross compile for roboard

Hi guys,

Rather advanced stuff for a rookie question, but I'll give it a try and ask.
Has anybody here done cross compiling of ros packages?
The goals are:
1) to run ROS on roboard which is 32 bit i486 running linux.
2) to avoid compilation on the robot and do it on a workstation instead and deploy only binaries. WS is linux 64bit i686.

I see these options:
a) build all ros from source on my ws but for 32bits.
b) create a 32 bit virtual machine and do everything there.
c) have ros installation from roboard mapped into my workstation via sshfs and crosscompile only my ros-node.

There is some package called eros in groovy which could possibly help, but problem is that roboard can run only fuerte.

The only reasonable project I have found so far is humanoid by Taylor Veltrop which does compilation on the roboard itself. What is the experience of community with ros on roboard?

Thanks,
Janis.

2013-01-17 02:50:35 -0500 answered a question How can I completely disable writing logs to filesystem?

Exactly the same problem here. We are going to create a sshfs and force logging to go to remote box.