strands-project / scitos_2d_navigation

The scitos_2d_navigation stack holds common configuration options for running the 2D navigation stack on a Scitos A5 robot.
2 stars 15 forks source link

why is this repository only one package? #28

Closed Jailander closed 10 years ago

Jailander commented 10 years ago

Hi, I wanted to include two different nodes that are closely related to 2D navigation (a topological navigation planner and an action server that calls move base without caring for the orientation) in the project and I think that this would be the place for it, but I am not sure, is there any other place for these kind of nodes?.

hawesie commented 10 years ago

Because it is very generally useful and shouldn't contain code that goes beyond it's remit: "The scitos_2d_navigation stack holds common configuration options for running the 2D navigation stack on a Scitos A5 robot"

I think your additional nodes should go in a new repository, e.g., strands_navigation.

Jailander commented 10 years ago

I previously had them all mixed up in autonomous_patrolling and now I have them scitos_apps but I don’t think that they belong to any of these repositories, should we create strands_navigation then?

hawesie commented 10 years ago

I think so.

Jailander commented 10 years ago

Can you do it?, I don't have enough permissions

hawesie commented 10 years ago

Done. https://github.com/strands-project/strands_navigation

Jailander commented 10 years ago

Thank you!