Skip to content

Build system with Ninja#493

Draft
pchmelo wants to merge 2 commits intodevfrom
NewBuildSystem
Draft

Build system with Ninja#493
pchmelo wants to merge 2 commits intodevfrom
NewBuildSystem

Conversation

@pchmelo
Copy link
Copy Markdown
Contributor

@pchmelo pchmelo commented Sep 15, 2025

Implementação estudo sobre novos sistemas de build para AS com Ninja.

@DiogoProPrayer DiogoProPrayer self-requested a review September 22, 2025 15:17

# slam
sudo add-apt-repository ppa:borglab/gtsam-develop
sudo apt install libgtsam-dev libgtsam-unstable-dev -y
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

echo "Building selected packages with -j2 parallelism..."
MAKEFLAGS=-j2 colcon build --packages-up-to perception slam velocity_estimation planning control launcher
echo "Building selected packages with Ninja..."
colcon build --packages-up-to perception slam velocity_estimation planning control launcher --cmake-args -G Ninja No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not keep "MAKEFLAGS=-j2"?

Copy link
Copy Markdown
Contributor

@DiogoProPrayer DiogoProPrayer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Atualizar readme e tirar a biblioteca de slam do dependencies install

@sonarqubecloud
Copy link
Copy Markdown

@DiogoProPrayer DiogoProPrayer changed the base branch from dev to main October 19, 2025 11:51
@DiogoProPrayer DiogoProPrayer changed the base branch from main to dev October 19, 2025 11:51
@DiogoProPrayer DiogoProPrayer marked this pull request as draft March 30, 2026 10:53
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

Successfully merging this pull request may close these issues.

3 participants