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

Feature/add map server #64

Merged
merged 1 commit into from
Mar 30, 2017
Merged

Feature/add map server #64

merged 1 commit into from
Mar 30, 2017

Conversation

jubeira
Copy link
Contributor

@jubeira jubeira commented Mar 30, 2017

This PR adds a minimal implementation for a map server, generating and publishing an empty map. The empty map generator can be replaced by something that reads an actual map image and fills the required data. It should be easy to replace the current one by sticking to the defined interface.

This is built on top of #63 to avoid generating unnecessary conflicts; it would be ideal to merge the other PR before reviewing this one.

@jubeira jubeira added this to the Run Nav Stack on Android milestone Mar 30, 2017
@jubeira
Copy link
Contributor Author

jubeira commented Mar 30, 2017

@adamantivm the code was rebased after merging #63.
Now it can be reviewed!

Copy link
Member

@adamantivm adamantivm left a comment

Choose a reason for hiding this comment

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

minor comments then LGTM

@@ -207,6 +210,7 @@ protected void init(NodeMainExecutor nodeMainExecutor) {
configureParameterServer();

startExtrinsicsPublisherNodes();
startMapServer();
Copy link
Member

Choose a reason for hiding this comment

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

name nit: startMapServerNode (for consistency)

@@ -316,6 +320,16 @@ private void startExtrinsicsPublisherNodes() {
mNodeMainExecutor.execute(mRobotExtrinsicsTfPublisherNode, nodeConfiguration);
}

private void startMapServer() {
// Create ROS node for extrinsics publisher node
Copy link
Member

Choose a reason for hiding this comment

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

wrong comment?

@jubeira jubeira removed the request for review from PerrineAguiar March 30, 2017 17:45
@jubeira jubeira merged commit 3bedaff into ekumenlabs:master Mar 30, 2017
@jubeira jubeira deleted the feature/add_map_server branch March 30, 2017 17:45
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.

None yet

2 participants