-
Notifications
You must be signed in to change notification settings - Fork 65
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
rclc_parameter_server_init_default returns RCL_RET_ERROR #85
Comments
Could you share your |
config_h.txt |
Could you share the micro-ROS Agent output with the flag |
micro_ros_agent_v6.txt |
An finally, can you share you micro-ROS client code? |
Is there a fix/update on this? I'm having this issue as well trying to add a parameter server on the f767zi nucleo board. |
transport:
static library is compiled via
|
I am trying to set a parameter server with a nucleo stm32f4 board , I already changed the values in colcon.meta (as said here https://micro.ros.org/docs/tutorials/programming_rcl_rclc/parameters/#callback) but the function is returning an error, although my program can continue rc = rclc_executor_spin(&executor); also returns RCL_RET_ERROR and goes out and I can not see the parameters of my micro ros app from the command ros2 param list .
I am using the FOXY distribution
The text was updated successfully, but these errors were encountered: