Giter Site home page Giter Site logo

minirysrqt's Introduction

MINIRYS RQT

Plugins for managing Mini Rys robot in RQT

INSTALL

Tested on:

  • UBUNTU 22.04
  • ROS2 HUMBLE

Before run install colcon

sudo apt install python3-colcon-common-extensions   

git

sudo apt install git-all

pip3

sudo apt install python3-pip   

setuptools

pip3 install setuptools==58.2.0  

Then

# create directory
mkdir -p rys-rqt/src
# go into directory
cd rys-rqt/src
# clone repo
git clone https://github.com/GroupOfRobots/MiniRysRQT
# go into repository
cd MiniRysRQT
# init submodule    
git submodule init   
git submodule update  
# go back to workspace
cd ../..
# add source
source /opt/ros/humble/setup.bash
# build
colcon build
# add new source  
source install/setup.bash  
# run rqt  
rqt --force-discover  

minirysrqt's People

Contributors

czogran avatar

Watchers

Tomasz Winiarski avatar Daniel Giełdowski avatar  avatar

minirysrqt's Issues

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.