mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2024-11-22 23:33:50 +00:00
update: webjoystick working
This commit is contained in:
parent
87488008c4
commit
beeec6732b
@ -226,8 +226,6 @@ services:
|
|||||||
# Needed to display graphical applications
|
# Needed to display graphical applications
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
################################################################################################################################
|
################################################################################################################################
|
||||||
# Core Services for Web Management #
|
# Core Services for Web Management #
|
||||||
################################################################################################################################
|
################################################################################################################################
|
||||||
@ -258,24 +256,21 @@ services:
|
|||||||
command: |
|
command: |
|
||||||
ros2 run ros1_bridge dynamic_bridge
|
ros2 run ros1_bridge dynamic_bridge
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
ipc: host
|
||||||
environment:
|
environment:
|
||||||
- ROS_DOMAIN_ID=5
|
- ROS_DOMAIN_ID=5
|
||||||
restart: always
|
- RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
|
||||||
|
restart: no
|
||||||
webui-joystick:
|
webui-joystick:
|
||||||
image: husarion/webui-ros-joystick:noetic-0.0.1-20230510-stable
|
image: husarion/webui-ros-joystick:noetic-0.0.1-20230510-stable
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
ipc: host
|
||||||
environment:
|
environment:
|
||||||
- ROS_DOMAIN_ID=5
|
- ROS_DOMAIN_ID=5
|
||||||
restart: always
|
restart: always
|
||||||
|
depends_on:
|
||||||
# Web Virtual joystick ui from Husarion
|
- ros1bridge
|
||||||
# webui-ros-joystick:
|
command: roslaunch webui-ros-joystick webui.launch
|
||||||
# image: husarion/webui-ros-joystick:noetic
|
|
||||||
# container_name: webui-ros-joystick
|
|
||||||
# network_mode: host
|
|
||||||
# command: roslaunch webui-ros-joystick webui.launch
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
################################################################################################################################
|
################################################################################################################################
|
||||||
# Docker related extra stuff #
|
# Docker related extra stuff #
|
||||||
|
Loading…
Reference in New Issue
Block a user