Skip to content

Commit

Permalink
fix rqt crash (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToivoS authored Oct 13, 2020
1 parent 16c3dfc commit 13af452
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
DISPLAY: "{{ lookup('env','DISPLAY') }}"
ROS_MASTER_URI: "http://{{ ros_master }}:11311"
arm_ips: "{{ arm_ip_right }}_{{ arm_ip_left }}"
XDG_RUNTIME_DIR: "/run/user/1000"
network_mode: "host"
pid_mode: "host"
privileged: yes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
DISPLAY: "{{ lookup('env','DISPLAY') }}"
ROS_MASTER_URI: "http://{{ ros_master }}:11311"
arm_ips: "{{ arm_ip_right }}_{{ arm_ip_left }}"
XDG_RUNTIME_DIR: "/run/user/1000"
network_mode: "host"
pid_mode: "host"
privileged: yes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
NVIDIA_VISIBLE_DEVICES: "all"
NVIDIA_DRIVER_CAPABILITIES: "all"
arm_ips: "{{ arm_ip_right }}_{{ arm_ip_left }}"
XDG_RUNTIME_DIR: "/run/user/1000"
network_mode: "host"
pid_mode: "host"
privileged: yes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
DISPLAY: "{{ lookup('env','DISPLAY') }}"
ROS_MASTER_URI: "http://{{ ros_master }}:11311"
arm_ips: "{{ arm_ip_right }}_{{ arm_ip_left }}"
XDG_RUNTIME_DIR: "/run/user/1000"
network_mode: "host"
pid_mode: "host"
privileged: yes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
DISPLAY: "{{ lookup('env','DISPLAY') }}"
ROS_MASTER_URI: "http://{{ ros_master }}:11311"
arm_ips: "{{ arm_ip_right }}_{{ arm_ip_left }}"
XDG_RUNTIME_DIR: "/run/user/1000"
network_mode: "host"
pid_mode: "host"
privileged: yes
Expand Down

0 comments on commit 13af452

Please sign in to comment.