-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: main
Are you sure you want to change the base?
Conversation
@@ -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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add
# 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="" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove these changes
ah heel naw