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

how to run #16

Open
zychaoqun opened this issue Dec 10, 2016 · 1 comment
Open

how to run #16

zychaoqun opened this issue Dec 10, 2016 · 1 comment
Labels

Comments

@zychaoqun
Copy link

hello, would you please tell me how to run your code? I have compile the code successfully and provide all the topic need for the package. When I run the nao_localization_test_motion.launch, I just can not see anything.I found the node didn't subscribe any topic. I deleted the code "reset();"in this file

https://github.com/AravindaDP/humanoid_navigation/blob/indigo-devel/humanoid_localization/src/HumanoidLocalization.cpp

at line 157, I found the node can subscribe the laser and point_cloud topic, but when I run rostopic echo /pose, there is nothing output. Would you please tell me what should I do to handle this?Should I do something to initialize this node before use? Many thanks!

@ahornung
Copy link
Owner

If you use the code from AravindaDP, please also use the issue tracker there.

I haven't used the code since ROS hydro and am no longer working on it actively. The reset() call is necessary and should not be deleted. You need some sort of initial pose estimate, either interactively or using global localization (needs more particles!).

If that doesn't help, best restore the original state of the code, recompile, and use rqt_consose (log level of the node: debug) to get an idea about what's happening in the code.

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

No branches or pull requests

2 participants