Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 642 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 642 Bytes

LiSA4ROS2 - Frontend

Visit https://lisa-analyzer.github.io/lisa4ros2-fe/ to see some examples.

Getting Started

  1. Make sure you have Docker installed and running.
  2. Clone the repository: git clone git@github.com:lisa-analyzer/lisa4ros2-fe.git
  3. Change current directory: cd lisa4ros2-fe
  4. Build the Docker image: docker build -t lisa4ros2-fe .
  5. Run the container: docker run -p 9888:9888 lisa4ros2-fe
  6. Open a web browser and navigate to localhost:9888: