We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87baf5e commit 2693f1bCopy full SHA for 2693f1b
1 file changed
ci/src/main.cpp
@@ -74,14 +74,14 @@ void setup() {
74
RCCHECK(rclc_support_init(&support, 0, NULL, &allocator));
75
76
// create node
77
- RCCHECK(rclc_node_init_default(&node, "micro_ros_arduino_node", "", &support));
+ RCCHECK(rclc_node_init_default(&node, "microros_platformio_node", "", &support));
78
79
// create publisher
80
RCCHECK(rclc_publisher_init_default(
81
&publisher,
82
&node,
83
ROSIDL_GET_MSG_TYPE_SUPPORT(std_msgs, msg, Int32),
84
- "micro_ros_arduino_node_publisher"));
+ "microros_platformio_publisher"));
85
86
// create timer,
87
const unsigned int timer_timeout = 1;
0 commit comments