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

zmoratto's profile - activity

2012-12-06 10:25:20 -0500 received badge  Teacher (source)
2012-12-06 10:25:20 -0500 received badge  Necromancer (source)
2012-09-09 04:02:23 -0500 received badge  Popular Question (source)
2012-09-09 04:02:23 -0500 received badge  Notable Question (source)
2012-09-09 04:02:23 -0500 received badge  Famous Question (source)
2012-05-11 05:04:53 -0500 commented question Talk to PC from ROSJava/Android using USB?

Follow up, if your phone supports tethering this appears to be really easy. My phone was locked down by Verizon. However using a custom ROM was an acceptable solution.

2012-05-10 05:26:14 -0500 received badge  Supporter (source)
2012-05-09 18:09:01 -0500 asked a question Talk to PC from ROSJava/Android using USB?

Is it possible to connect a Android Phone using ROSJava and a PC running the ROS Core via USB? I'm hoping to not use Wifi. Or alternatively, has anyone seen any projects that attempted this?

2011-12-15 11:47:55 -0500 answered a question rosbuild error during ros install mac osx 10.6.6

This problem also happened for me on 10.7 with Macports. I found the correct solution to be defining CPATH and DYLD_FALLBACK_LIBRARY_PATH. So run the follow bash script prior to running 'rosinstall'.

PORTS=/opt/local
export CPATH=$PORTS/include
export DYLD_FALLBACK_LIBRARY_PATH=$DYLD_FALLBACK_LIBRARY_PATH:$PORTS/lib