WebViz
A low-bandwidth websocket-based direct robot visualizer.
Dependencies
- ROS
- AMRL ROS Messages
- QT5 and QT5 WebSockets
sudo apt install qt5-default libqt5websockets5-dev
Build
- Add the project directory to the
ROS_PACKAGE_PATH
environment variable.export ROS_PACKAGE_PATH=`pwd`:$ROS_PACKAGE_PATH
- Run
make
.
Usage
- Start the websocket server
./bin/websocket
- Open the file
webviz.html
in a web browser on the remote computer - Enter the IP address or hostname of the robot, and click on
Connect
.