Skip to content

Commit

Permalink
Renamed ui to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkahl committed Oct 22, 2024
1 parent 943af77 commit 9a8a155
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ui/CMakeLists.txt → frontend/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8)
project(ui)
project(frontend)

if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic)
Expand Down
1 change: 1 addition & 0 deletions frontend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README for the frontend directory
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
launch:

- node:
pkg: ui
pkg: frontend
exec: app.py
namespace: rov

Expand Down
2 changes: 1 addition & 1 deletion ui/package.xml → frontend/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ui</name>
<name>frontend</name>
<version>0.0.0</version>
<description>TODO: Package description</description>
<maintainer email="[email protected]">benboardley</maintainer>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion ui/README.md

This file was deleted.

0 comments on commit 9a8a155

Please sign in to comment.