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

add move_base with hector and karto slam #15

Open
wants to merge 1 commit into
base: indigo-devel
Choose a base branch
from

Conversation

k-okada
Copy link
Contributor

@k-okada k-okada commented Mar 16, 2018

Recently I have asked question that how to run move_base and mapping software simultaneously and gave them an answers.ros.org information (
https://answers.ros.org/question/223524/is-it-possible-to-navigate-and-build-map-at-the-same-time/ )
But it seems they still have some problem on doing that. To share the information, I added sample program to run move_base and hector/karto slam

</node>

<node name="hector_mapping" pkg="hector_mapping"
type="hector_mapping">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem with merging this is that this introduces a dependency on hector_mapping, and I think this package is released pretty early in our roll out of packages in a new ROS distribution, so I'd rather not add the dependency. Is it possible that these tutorials/examples could be added to the hector_mapping package or to the karto packages (for the other example) instead? Or make a new package which depends on this package, and the other two?

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

Successfully merging this pull request may close these issues.

2 participants