[ros-users] [Discourse.ros.org] [Next Generation ROS] Issues…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Changsong Yu via ros-users
Date:  
To: ros-users
CC: Changsong Yu
Subject: [ros-users] [Discourse.ros.org] [Next Generation ROS] Issues about Migration Guide


Hi everyone,

I tested the example from the Migration Guide in my PC(win 10 x64, binary packages installation) and found some issues.

cmake_minimum_required(VERSION 2.8.3) --> cmake_minimum_required(VERSION 3.5)
auto node = rclcpp::node::Node::make_shared("talker"); --> auto node = rclcpp::Node::make_shared("talker");
rclcpp::rate::Rate loop_rate(10); --> rclcpp::Rate loop_rate(10);





---
[Visit Topic](https://discourse.ros.org/t/issues-about-migration-guide/3493/1) or reply to this email to respond.


If you do not want to receive messages from ros-users please use the unsubscribe link below. If you use the one above, you will stop all of ros-users from receiving updates.
______________________________________________________________________________
ros-users mailing list

http://lists.ros.org/mailman/listinfo/ros-users
Unsubscribe: <http://lists.ros.org/mailman//options/ros-users>