Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

tier4/autoware_web_runtime_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autoware Web UI

Installing

Web Server
$ cd app
$ python setup.py

Autoware PC
$ cd autoware_app
$ python autoware_app/setup.py

Mosquitto Install and Settings

$ sudo vim /etc/mosquitto/mosquitto.conf

Add the following lines

listener 1883

listener 9091 localhost
protocol websockets

$ sudo service mosquitto restart

Autoware Installing

Installing Autoware as below

http://wiki.ros.org/kinetic/Installation/Ubuntu

https://github.com/CPFL/Autoware

Autoware Settings

$ cp -r ${HOME}/autoware_web_runtime_manager/autoware_app/ros/* ${HOME}/Autoware/ros/src/util/packages
$ cd Autoware/ros/
$ catkin_make
$ source ./devel/setup.bash
$ rosdep update
$ rosdep install mqtt_bridge

Running

$ cd app
$ sh run.sh

Open new terminal
$ cd autoware_app
$ sh run.sh

Access

http://localhost:5000/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published