Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages.autobuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ cmake_package "tools/workflow"

cmake_package "tools/config"

cmake_package "tools/stream_aligner"

cmake_package "gui/vizkit3d_taste"

cmake_package "control/ilk-compiler" do |pkg|
Expand Down
8 changes: 6 additions & 2 deletions source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,15 @@ version_control:
- tools/workflow:
github: ESROCOS/tools-workflow
branch: master

- tools/config:
github: ESROCOS/tools-config
branch: master

- tools/stream_aligner:
github: ESROCOS/tools-stream_aligner
branch: master

# Fork of gui-robot_model from rock-gui without dependencies not needed in ESROCOS
- gui/robot_model:
github: ESROCOS/gui-robot_model
Expand All @@ -56,7 +60,7 @@ version_control:
- control/ilk-generator:
github: ESROCOS/ilk-generator.git
branch: dev-autoproj

- tools/libpus:
github: ESROCOS/tools-libpus
branch: master
Expand Down