Skip to content

A template to create a GUI with Qt5 Widgets and ROS Melodic.

Notifications You must be signed in to change notification settings

mac137/qt5_ros_melodic_gui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A User Interface Package Template for ROS Melodic based on Qt5 Widgets

GUI

Create WS

# if the belowd does not work, do sudo pip3 install git+https://github.com/catkin/catkin_tools.git first
mkdir -p <workspace_name>/src
cd <workspace_name>/src
git clone https://github.com/catkin/catkin_simple.git
cd catkin_simple
mkdir build
cd build
cmake ..
make
cd <workspace_name>
catkin init
catkin config --merge-devel # Necessary for catkin_tools >= 0.4.
catkin config --extend /opt/ros/$ROS_DISTRO
catkin config --cmake-args -DCMAKE_BUILD_TYPE=Release

Install dependencies

Qt 5 independent of ROS:

sudo apt-get install qtbase5-dev
wstool init
wstool merge nav/nav_ui/dependencies.rosinstall # might not work
wstool update

About

A template to create a GUI with Qt5 Widgets and ROS Melodic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.3%
  • CMake 11.7%