Skip to content
Merged
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: 1 addition & 1 deletion atos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ set(WITH_BACK_TO_START ON CACHE BOOL "Enable BackToStart module")
set(WITH_OPEN_SCENARIO_GATEWAY ON CACHE BOOL "Enable OpenScenario Gateway module")
set(WITH_REST_BRIDGE ON CACHE BOOL "Enable RESTBridge module")
set(WITH_MONR_RELAY ON CACHE BOOL "Enable MonrRelay module")
set(WITH_TRUCK_OBJECT_CONTROL OFF CACHE BOOL "Enable TruckObjectControl module")
set(WITH_TRUCK_OBJECT_CONTROL ON CACHE BOOL "Enable TruckObjectControl module")

set(ENABLE_TESTS ON CACHE BOOL "Enable testing on build")

Expand Down
2 changes: 1 addition & 1 deletion scripts/installation/install_atos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ cd $HOME/atos_ws
# shellcheck disable=SC1090
source "${ATOS_VENV_PATH}/bin/activate"
source /opt/ros/$ROS_DISTRO/setup.bash
MAKEFLAGS=-j4 colcon build --symlink-install --cmake-args -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
MAKEFLAGS=-j4 colcon build --symlink-install --cmake-args -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DWITH_TRUCK_OBJECT_CONTROL=ON
check_command_failed $? "Failed to build ATOS."
cd -

Expand Down
Empty file modified scripts/run_atosfleetmanagement.sh
100644 → 100755
Empty file.
Loading