Closed scottitran closed 2 years ago
Can you take a look @Acuadros95 ?
but I think I cannot get values from the parameter callback
Hi @scottitran, Could you please elaborate on your issue?
export RMW_IMPLEMENTATION=rmw_fastrtps_cpp
.
I am going to replicate this, need some details:
ros2 param set
and ros2 param get
commands you are usingtutorial_interfaces__msg__Num1kb
? Did you tests this with a regular std_msgs__msg__Int32
?
Hi everyone,
I am dealing with parameter callback of micro-ROS. My program dont show any issue and I can flash it to my esp32, but I think I cannot get values from the parameter callback. I followed this tutorial: https://github.com/micro-ROS/micro-ROS-demos/blob/galactic/rclc/parameter_server/main.c
Can someone please help me? Thank you in advanced.