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

fix when no name space is found #58

Merged
merged 1 commit into from
Jan 10, 2016

Conversation

k-okada
Copy link
Member

@k-okada k-okada commented Jan 8, 2016

No description provided.

@@ -89,7 +89,7 @@ static void setMasterURI( const std::string& uri, const std::string& network_int
remap["__master"] = uri;
remap["__ip"] = ::naoqi::ros_env::getROSIP(network_interface);
// init ros without a sigint-handler in order to shutdown correctly by naoqi
ros::init( remap, ::naoqi::ros_env::getPrefix(), ros::init_options::NoSigintHandler );
ros::init( remap, ::naoqi::ros_env::getPrefix().empty()?std::string("naoqi_dirver_node"):(::naoqi::ros_env::getPrefix()) , ros::init_options::NoSigintHandler );
Copy link
Member

Choose a reason for hiding this comment

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

@k-okada can you correct the spelling mistake first ^^ ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh, fixed...

vrabaud added a commit that referenced this pull request Jan 10, 2016
fix when no name space is found
@vrabaud vrabaud merged commit 1ba9627 into ros-naoqi:master Jan 10, 2016
@k-okada k-okada deleted the add_when_no_prefix branch January 14, 2016 02:34
k-okada added a commit to k-okada/naoqi_driver that referenced this pull request Jan 26, 2016
vrabaud added a commit that referenced this pull request Feb 2, 2016
PR #58 is not compatible with previous version...
kochigami pushed a commit to kochigami/naoqi_driver that referenced this pull request Jan 9, 2018
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

3 participants