You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the parameters doesn't appear in the parameter list in the terminal and the node is not working
Additional information
I was trying to make 16 parameters for a thrusters node (8 parameters for ratios and 8 for direction) but when i run the node the node it doesn't do any thing, it doesn't give me an error and the parameters doesn't show in the parameters list.
You will need to increase the allocation of publishers, subscribers, and services with user colcon meta. Parameters server needs 5 services. The default is too low.
It is difficult to debug a large program. Especially when you are new. There are a lot of things to learn. You should build and test in small steps. Verify every basic function. Add new features one by one.
Issue template
Steps to reproduce the issue
Expected behavior
the micro ros parameter works
Actual behavior
the parameters doesn't appear in the parameter list in the terminal and the node is not working
Additional information
I was trying to make 16 parameters for a thrusters node (8 parameters for ratios and 8 for direction) but when i run the node the node it doesn't do any thing, it doesn't give me an error and the parameters doesn't show in the parameters list.
here is the full code:
The text was updated successfully, but these errors were encountered: