Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

Problem with Actors_GrannyAnnie2.world with FlyingKinect #470

Closed
aitormf opened this issue May 30, 2016 · 2 comments
Closed

Problem with Actors_GrannyAnnie2.world with FlyingKinect #470

aitormf opened this issue May 30, 2016 · 2 comments

Comments

@aitormf
Copy link
Collaborator

aitormf commented May 30, 2016

Error with the kinect flying configuration files of Actors_GrannyAnnie2.world, Gazebo looking for ones that are not:

$ gazebo Actors_GrannyAnnie2.world 
PropertiesI.cpp:PropertiesI.cpp:407: Ice::FileException: 
file exception: 407: Ice::FileException: 
file exception: No such file or directory 
path: kinectPose3d.cfg 
No such file or directory 
path: kinectPose3d.cfg 
ObjectAdapterI.cpp:939: Ice::InitializationException: 
initialization exception: 
object adapter `Kinect' requires configuration 
ObjectAdapterI.cpp:939: Ice::InitializationException: 
initialization exception: 
object adapter `Kinect' requires configuration
@fqez
Copy link
Member

fqez commented Jun 10, 2016

I think resourcelocator is not implemented in flyingkinect plugin, so I supose you need to run this world from a directory where flyingkinect .cfg's files are (typically /usr/local/share/jderobot/conf or /usr/local/share/jderobot/gazebo/plugins/flyingKinect) till resource locator is included.

fqez added a commit that referenced this issue Jun 22, 2016
Issue #470 Solved a couple of problems with Jderobot example 3.2
@fqez
Copy link
Member

fqez commented Jun 22, 2016

Well the problem is solved already. There was some little problems involved:

Before

    1. The world was redefining two flyingKinects instead of importing them
    1. navigatorCamera couldn't be launched from everywhere, it was looking up the ball image in the launching directory.
    1. the ball image was not being installed with JdeRobot, so it wouldn't be found in any cases

Now

    1. The world now imports the defined JdeRobot flyingKinect2 models
    1. navigatorCamera now can be launched wherever you want in your system
    1. The ball image is installed with navigator camera in /usr/local/share/jderobot/glade, so it can be found by resourcelocator library

@fqez fqez closed this as completed Jun 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants