Using ROS2 from a Fprime component #1492
-
Objective First working architecture Inside my Fprime component called Second NOT working architecture After the initial setup I decided to improve the architecture and instead of using The following step was to build my Fprime application and run it but here I started to encounter problems: the execution of What I tried to understand the cause of the error:
My observation:
Questions
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I'm not sure what exactly is causing the error, but my first idea would be to move to an passive component with a custom thread, similar to how |
Beta Was this translation helpful? Give feedback.
-
The Segmentation Fault was due to too-small stack size. In the Topology, I increased the stack size in the |
Beta Was this translation helpful? Give feedback.
The Segmentation Fault was due to too-small stack size. In the Topology, I increased the stack size in the
ActiveRateGroup.start()
.