Skip to content

Commit

Permalink
Fix node naming (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Garrido <[email protected]>
  • Loading branch information
pablogs9 authored Jun 28, 2024
1 parent 8dc63f0 commit 6ff8aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/microros_publisher.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void microros_int32_publisher() {
&publisher,
&node,
ROSIDL_GET_MSG_TYPE_SUPPORT(std_msgs, msg, Int32),
"micro_ros_arduino_node_publisher"));
"micro_ros_vitis_node_publisher"));

// create timer,
rcl_timer_t timer;
Expand Down
2 changes: 1 addition & 1 deletion examples/microros_subscriber.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void microros_int32_subscriber() {
&subscriber,
&node,
ROSIDL_GET_MSG_TYPE_SUPPORT(std_msgs, msg, Int32),
"micro_ros_arduino_subscriber"));
"micro_ros_vitis_subscriber"));

// create executor
rclc_executor_t executor;
Expand Down

0 comments on commit 6ff8aed

Please sign in to comment.