Skip to content

lacie-life/hippo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hippo

The open source robot control gui written by Qt/QML

App Install

mkdir -p ~/hippo_ws/src
cd ~/hippo_ws/src

git clone git@github.com:lacie-life/hippo.git

cd hippo/docker

docker build no-cache --tag hippo:latest .

# run docker
./start_docker.sh

# stop docker
./stop_docker.sh

App run

# run docker
./start_docker.sh

# Build app
cd ~/hippo_ws/
catkin_make

# Run
source devel/setup.bash
rosrun hippo hippo

Main Class

  • class AppModel : App Manager

  • class QNode : Ros Interface

  • class QDatabaseManager, QUserDAO, QDeliveryTargetDAO : SQLite Interface

  • UI Classes : QRobotItem, MainWindow, QLoginWidget, QCustomWidget

  • Object Classes : QUser, QRobotMission, QDeliveryTarget

  • Other Classes : AppConstants, QRobotMission, QRobotUtils

About

The open source robot control gui written by Qt/QML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •