erratic_player Electric/Fuerte [closed]

asked 2012-09-12 05:57:57 -0500

Tambo gravatar image

Hi everyone, I'm writing to you for some explanation about differences between Electric and Fuerte. I lately moved to the latter and spent some time to update several stuff I coded while on Electric. Today I was testing some package I wrote for the erratic robot (real, not simulated).

On Electric, I mapped the port_name param using a symbolic link in /etc/ folder, without having to change or giving any permission to any user. Needless to say, it always worked.

On Fuerte, I did the same things but as result of executing the erratic_base.launch contained in the erratic_player stack, I had

Erratic::Setup()::Open() permission denied

To solve the problem I changed the owner of the symbolic link mentioned before and everything went fine.

Long story short, is there any relevant between Electric and Fuerte regarding permissions, or something similar, I'm not aware of? Or something I did miss while reading about how to migrate?

Thanks you all, folks

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2013-07-24 06:14:30

Comments

Did you change Ubuntu versions at the same time?

joq gravatar image joq  ( 2012-09-13 17:01:36 -0500 )edit

I don't think any changes in the erratic_robot stack could cause this problem with permissions. I only updated parts related to Gazebo simulation to get erratic_robot stack working in Fuerte.

arebgun gravatar image arebgun  ( 2012-09-14 11:52:18 -0500 )edit

@joq: yes, from ubuntu 11.10 with electric to 12.04 with fuerte. I'm trying to understand if this issue could be related only to the OS

Tambo gravatar image Tambo  ( 2012-10-23 05:35:15 -0500 )edit