Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting up MPC architecture #160

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Setting up MPC architecture #160

wants to merge 6 commits into from

Conversation

Hasan3773
Copy link

ah heel naw

@@ -6,7 +6,7 @@ FROM ${BASE_IMAGE} as source
WORKDIR ${AMENT_WS}/src

# Copy in source code
COPY src/action/model_predictive_control model_predictive_control
Copy link
Collaborator

Choose a reason for hiding this comment

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

wrong location

@@ -36,11 +36,10 @@ services:
- ${MONO_DIR}/src/action/local_planning:/home/ament_ws/src/local_planning

model_predictive_control:
<<: *fixuid
Copy link
Collaborator

Choose a reason for hiding this comment

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

add this

extends:
file: ../docker-compose.action.yaml
service: model_predictive_control
image: "${ACTION_MPC_IMAGE}:build_${TAG}"
command: tail -F anything
volumes:
- ${MONO_DIR}/src/action/model_predictive_control:/home/ament_ws/src/model_predictive_control
Copy link
Collaborator

Choose a reason for hiding this comment

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

they should be /home/bolty/ament_ws/src/...

@@ -41,6 +41,5 @@ services:
cache_from:
- "${ACTION_MPC_IMAGE}:build_${TAG}"
- "${ACTION_MPC_IMAGE}:build_main"
target: deploy
Copy link
Collaborator

Choose a reason for hiding this comment

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

add

Comment on lines -18 to -30
# ACTIVE_MODULES=""
ACTIVE_MODULES="simulation action"

################################# MODE OF OPERATION #################################
## Possible modes of operation when running watod.
## Possible values:
## - deploy (default) : runs production-grade containers (non-editable)
## - develop : runs developer containers (editable)

# MODE_OF_OPERATION=""
MODE_OF_OPERATION="develop"

############################## ADVANCED CONFIGURATIONS ##############################
## Name to append to docker containers. DEFAULT = "<your_watcloud_username>"
# COMPOSE_PROJECT_NAME=""
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove these changes

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.

2 participants