-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
28 lines (21 loc) · 714 Bytes
/
.env
File metadata and controls
28 lines (21 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# SPDX-FileCopyrightText: Alliander N. V.
#
# SPDX-License-Identifier: Apache-2.0
# Using NVIDIA GPU:
DISPLAY
NVIDIA_VISIBLE_DEVICES=all
NVIDIA_DRIVER_CAPABILITIES=all
# Colored terminal:
RCUTILS_COLORIZED_OUTPUT=1
# Set the RMW implementation to Cyclone DDS for communication with the Panther:
RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
# Define GZ_IP to use Gazebo with firewall enabled:
GZ_IP=127.0.0.1
# Define Gazebo resource path:
GZ_SIM_RESOURCE_PATH=/alliander/ros/src:/alliander/external/src
# Enable usage of git repo inside container:
GIT_CONFIG_COUNT=1
GIT_CONFIG_KEY_0=safe.directory
GIT_CONFIG_VALUE_0=*
# Define cache location for pre-commit:
PRE_COMMIT_HOME=/alliander_robotics/.cache/pre-commit