Skip to content
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

Open
ALUIS97 opened this issue Jan 11, 2023 · 6 comments
Open

rclc_parameter_server_init_default returns RCL_RET_ERROR #85

ALUIS97 opened this issue Jan 11, 2023 · 6 comments

Comments

@ALUIS97
Copy link

ALUIS97 commented Jan 11, 2023

image

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

@pablogs9
Copy link
Member

Could you share your colcon.meta and rmw_microxrcedds/config.h?

@ALUIS97
Copy link
Author

ALUIS97 commented Jan 11, 2023

config_h.txt
colcon_meta.txt
By the way I set up my environment with static library IDE and DMA transport for serial comunication

@pablogs9
Copy link
Member

Could you share the micro-ROS Agent output with the flag -v6?

@ALUIS97
Copy link
Author

ALUIS97 commented Jan 12, 2023

micro_ros_agent_v6.txt
here it is

@pablogs9
Copy link
Member

An finally, can you share you micro-ROS client code?

@ALUIS97
Copy link
Author

ALUIS97 commented Jan 14, 2023

micro_ros_client.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants