Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model location error on simulation #337

Open
130s opened this issue Jun 12, 2017 · 1 comment
Open

Model location error on simulation #337

130s opened this issue Jun 12, 2017 · 1 comment

Comments

@130s
Copy link
Contributor

130s commented Jun 12, 2017

Asked and suggested here:

Hi everyone,
I think this is not a question, but a suggestion.

I have been following rtmos tutorials, and I found an Issue with in the tutorial "Running ROS process, operating via scripts and GUI.", and specifically, in the third part: "Run python script for interactive operation".

The point is that when I run a simulation with:

ipython -i `rospack find nextage_ros_bridge`/script/nextage.py 

It always return error to connect with my simulation model.

At this point, I found the path to the main.wrl modelfile, so I satarted to use this in calls to nextage.py script by:

ipython -i `rospack find nextage_ros_bridge`/script/nextage.py -- --modelfile  /opt/ros/indigo/share/nextage_description/models/main.wrl

Checking the nextage.py script, I figured out what was happening, and is that modelfile hardcode does not exists on my system (I have installed all following tutorials).

Now I have changed the path to

 /opt/ros/indigo/share/nextage_description/models/main.wrl  

and everything works as described in tutorials.

I have been reading how to suggest a change but I am not sure how to proceed, so if anyone can explain me how to proceed or suggest this change himself I would be really thankful.

@k-okada
Copy link
Member

k-okada commented Jun 13, 2017

It always return error to connect with my simulation model.

is he seeing start-jsk/rtmros_hironx#511 error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants