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

4praytor's profile - activity

2015-07-18 02:34:54 -0500 received badge  Famous Question (source)
2013-08-26 04:42:39 -0500 received badge  Notable Question (source)
2013-08-03 12:04:43 -0500 received badge  Famous Question (source)
2013-05-30 21:26:02 -0500 received badge  Popular Question (source)
2013-05-30 15:03:23 -0500 received badge  Notable Question (source)
2013-05-30 11:08:12 -0500 received badge  Scholar (source)
2013-05-30 09:40:05 -0500 commented question ros workspace file system?

Thanks mirzashah your idea worked!

I wound up following this post to remount the drive: http://ubuntuforums.org/showthread.php?t=1604251

2013-05-30 09:39:29 -0500 commented question ros workspace on an ntfs file system?

Thanks mirzashah your idea worked!

I wound up following this post to remount the drive: http://ubuntuforums.org/showthread.php?t=1604251

2013-05-30 09:36:07 -0500 received badge  Popular Question (source)
2013-05-30 09:32:18 -0500 received badge  Supporter (source)
2013-05-30 08:07:54 -0500 asked a question ros workspace file system?

Can your ros_workspace folder be located on an NTFS file system?

I'm using ros electric and a wubi install of ubuntu 11.10.

I've added a new hard drive that I want both windows and linux to access, and I'd like to move my ros_workspace folder to the new hard drive. Unfortunately when I run my nodes from the new environment I get:

$ rosrun loader_testing boomPosCnt

[rosrun] Couldn't find executable named boomPosCnt below /media/may2013/ros_workspace/loader_testing [rosrun] Found the following, but they're either not files, [rosrun] or not executable: [rosrun] /media/may2013/ros_workspace/loader_testing/bin/boomPosCnt

When I switch the environment back to the old workspace in my home folder (ext4 file system) the nodes run fine. Thanks!

2013-05-30 08:05:47 -0500 asked a question ros workspace on an ntfs file system?

Can your ros_workspace folder be located on an NTFS file system?

I'm using ros electric and a wubi install of ubuntu 11.10.

I've added a new hard drive that I want both windows and linux to access, and I'd like to move my ros_workspace folder to the new hard drive. Unfortunately when I run my nodes from the new environment I get:

$ rosrun loader_testing boomPosCnt

[rosrun] Couldn't find executable named boomPosCnt below /media/may2013/ros_workspace/loader_testing [rosrun] Found the following, but they're either not files, [rosrun] or not executable: [rosrun] /media/may2013/ros_workspace/loader_testing/bin/boomPosCnt

When I switch the environment back to the old workspace in my home folder (ext4 file system) the nodes run fine. Thanks!