robosoft-ai / SMACC2

An Event-Driven, Asynchronous, Behavioral State Machine Library for ROS2 (Robotic Operating System) applications written in C++
https://smacc.dev
Apache License 2.0
223 stars 36 forks source link

Error!! when build package #537

Closed PoommipatWat closed 5 months ago

PoommipatWat commented 6 months ago

Screenshot from 2024-02-29 12-28-35

I cannot build package. What should i do?

┆Issue is synchronized with this Jira Task by Unito

brettpac commented 6 months ago

Hmmm. sm_multi_stage_1 is a very large state machine, makes me think that there is sometime of timeout set on the compiler.

Options...

pabloinigoblasco commented 6 months ago

That is a memory limit issue. Use:

colcon build --parallel-workers 1

Also close other unnecessary processes

brettpac commented 5 months ago

@PoommipatWat did the colcon build --parallel-workers 1 on a quiet system end up working?

brettpac commented 5 months ago

Closing out. @PoommipatWat lemme know if this issue is still occurring and we'll open up the ticket.