Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
remove frontend (#16)
Browse files Browse the repository at this point in the history
* remove frontend

* update README and entrypoint of host

* init current state

* adapt client start script

* remove mapping from known position from this branch

* rm pycache
  • Loading branch information
wuehr1999 authored Nov 14, 2022
1 parent 5979a24 commit 7e752c4
Show file tree
Hide file tree
Showing 29 changed files with 3 additions and 2,533 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ The stack consists of two parts tested under ROS1 Noetic Ninjemys. Part one runs
│   └── src
│   ├── l3xz_mapping
│   │   └── launch
│   ├── l3xz_openmv_camera (Driver for OpenMV cameras: https://github.com/107-systems/l3xz_openmv_camera)
│   └── l3xz_sweep_scanner (Driver for Scanse Sweep 360° 2D LIDAR: https://github.com/107-systems/l3xz_sweep_scanner)
├── doc
│   └── img
└── host (host part => deploy this on Your base station)
Expand All @@ -31,10 +29,6 @@ The stack consists of two parts tested under ROS1 Noetic Ninjemys. Part one runs
│   ├── msg
│   ├── scripts
│   └── srv
├── l3xz_openmv_camera
└── webgui (webinterface for operation and debugging)
├── javascript
└── resources
```

# Setup
Expand Down Expand Up @@ -90,8 +84,6 @@ roslaunch odom_recorder.launch
roslaunch thermal_recorder.launch
roslaunch plotter_grid.launch
~~~
The data can be viewed via rviz or the dashboard at ```http://localhost:8000```. The robot/ software can also be operated via the dashboard (TBD).
![elrob dashboard](doc/img/dashboard.png)

## Nodes

Expand Down Expand Up @@ -142,7 +134,7 @@ Records waypoints according to Elrob log format with Unix timestamp and WSG84 co
#### Published Topipcs
| Default Name | Type |
|:-:|:-:|
| `recorder/track` | [`l3xz_mapping/Track` |
| `recorder/track` | [`l3xz_mapping/Track`] |

#### Parameters
| Name | Default | Description |
Expand Down
8 changes: 1 addition & 7 deletions client/after_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,4 @@ tmux_send_all() {

tmux_send_all "source client_ws/devel/setup.bash" C-m
tmux selectp -t 0
tmux send-keys "roslaunch l3xz_mapping realsense.launch" C-m
tmux selectp -t 1
tmux send-keys "roslaunch l3xz_mapping lidar.launch" C-m
tmux selectp -t 2
tmux send-keys "roslaunch l3xz_mapping rgb.launch" C-m
tmux selectp -t 3
tmux send-keys "roslaunch l3xz_mapping thermal.launch" C-m
tmux send-keys "roslaunch l3xz_mapping client.launch" C-m
6 changes: 0 additions & 6 deletions host/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ tmux send-keys "catkin_make install" C-m

tmux_send_all "source /home/l3xz/host_ws/devel/setup.bash" C-m

tmux send-keys "roslaunch rosbridge_server rosbridge_websocket.launch" C-m

tmux selectp -t 1
tmux send-keys "cd /home/l3xz/host_ws/src/webgui" C-m
tmux send-keys "python3 -m http.server 8000" C-m

tmux selectp -t 2
tmux send-keys "cd /home/l3xz/host_ws/src/l3xz_mapping/scripts" C-m
tmux send-keys "/etc/init.d/chrony status" C-m
Expand Down
2 changes: 1 addition & 1 deletion host/host_ws/src/CMakeLists.txt
Binary file not shown.
Binary file not shown.
7 changes: 0 additions & 7 deletions host/host_ws/src/webgui/.gitignore

This file was deleted.

315 changes: 0 additions & 315 deletions host/host_ws/src/webgui/elrob.css

This file was deleted.

Loading

0 comments on commit 7e752c4

Please sign in to comment.