-
Notifications
You must be signed in to change notification settings - Fork 80
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
Adding a parameter server doesn't work ? #160
Comments
Pico might have too limited ram. Try https://github.com/hippo5329/micro-ROS-demos-platformio/tree/rolling/rclc/parameter_server jazzy esp32 seems work, pico crashed
|
Hi @hippo5329, Thanks for your finding. Do you think that switching to use services seems to be a better solution by the way ? |
Hi again @hippo5329, For limitation of RAM, maybe the RP2350 / Pico 2 would be better option if supported. |
I see RP2350/pico 2 is supported in platformio So micro-ROS port should work. We can try out. I just ordered an pico 2 to test. |
|
Hi @hippo5329, I tried above platformio.ini for the rp2350 but got the following issue :
It looks similar to this : #153 |
I see the same. This might be new toolchains issue of definition of _POSIX_TIMERS, we should report this to earle. |
Hi @hippo5329, For micro_ros_platformio, I used the commit you shared :
However I am still facing with the issue :
|
Issue template
Steps to reproduce the issue
N/A
Expected behavior
Actual behavior
Adding the parameter server causes multiple object deleted , repeated session closed / session established as soon as datawriter created and no more topic published :
Additional information
platformio.ini :
project_colcon.meta
The code of adding the parameter server:
The text was updated successfully, but these errors were encountered: