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

rclcpp::node::Node is wrong and can not build #21

Merged
merged 1 commit into from
Jan 23, 2018
Merged

rclcpp::node::Node is wrong and can not build #21

merged 1 commit into from
Jan 23, 2018

Conversation

lxbeyond
Copy link
Contributor

@lxbeyond lxbeyond commented Jan 9, 2018

change "rclcpp::node::Node " to "rclcpp::Node", and then it works

change "rclcpp::node::Node " to "rclcpp::Node", and then it works
@mikaelarguedas
Copy link
Member

thanks @lxbeyond for reporting this.
The node namespace has been removed (ros2/rclcpp#416) so rclcpp::node::Node is now rclcpp::Node. It looks like this repository has not been updated when the changed was propagated

@mikaelarguedas
Copy link
Member

As a side note, this repository is currently note used (neither compiled nor tested) in ROS2 and we encourage users to refer to the examples and demos repositories as pointed out in the README

@mikaelarguedas mikaelarguedas added the bug Something isn't working label Jan 9, 2018
@dirk-thomas dirk-thomas added the in review Waiting for review (Kanban column) label Jan 18, 2018
@dhood
Copy link
Member

dhood commented Jan 18, 2018

there are some more instances of this (e.g. rclcpp::parameter_service::ParameterService) that I'll fix up

@Karsten1987
Copy link
Contributor

it might be worth discussing whether we should close this repo in favor of the example or demo packages.

@mikaelarguedas
Copy link
Member

@dhood if it helps I started fixing all namespace issues on https://github.com/ros2/tutorials/tree/tutorials_compiling when this issue was reported. I didnt follow up as I agree with @Karsten1987 and don't think we should maintain 2 versions of the same code as long as we advise user to discard this repository so I'd like to bring this up in aROS2 meeting before we spend time on it

@dhood
Copy link
Member

dhood commented Jan 23, 2018

I'll merge this as is then and not spend additional time on it until we know it makes sense

@dhood dhood merged commit f91176a into ros2:master Jan 23, 2018
@dhood dhood removed the in review Waiting for review (Kanban column) label Jan 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants