Coder Social home page Coder Social logo

scale_truck_control_gui's Introduction

scale_truck_control_gui

GUI controller for SuneelFreimuth/scale_truck_control.

Setup

scale_truck_control_gui depends on:

  • ROS Melodic
  • OpenCV 4.4.0
  • Qt 5

Step 1: Install ROS Melodic

Add the ROS repositories to /etc/apt/sources.list.d/:

sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'

Add apt keys:

sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654

Install ROS Melodic:

sudo apt install ros-melodic-desktop-full

ROS Melodic provides setup.bash, a script which configures the current shell's environment. Do one or both of the following:

# To update the environment on startup for every future shell session:
echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc


# To update the environment for the current session:
source /opt/ros/melodic/setup.bash

Step 2: Install OpenCV 4.4.0

TODO

Step 3: Install Qt 5

TODO

Step 4: Set Up a Catkin Workspace

Create a Catkin workspace:

mkdir -p ~/controller_ws/src
cd ~/controller_ws/
catkin_make

Enter the source space and clone this repository:

cd src
git clone https://github.com/SuneelFreimuth/scale_truck_control_gui/

Step 5: Run the GUI

Build the controller:

cd ~/controller_ws
catkin_make

And finally run the ROS node:

rosrun scale_truck_control_gui gui_controller

scale_truck_control_gui's People

Contributors

suneelfreimuth avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.