GithubHelp home page GithubHelp logo

arghadeep25 / ros-bare-bones Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 3.9 MB

The idea of this repository is to create a basic ROS framework in C++ on top of which any application can be build

CMake 6.76% C++ 64.26% Dockerfile 25.16% Shell 3.82%

ros-bare-bones's Introduction

ROS Bare Bones

The purpose of this repository is to build a framework for any ROS based project.

Dependencies

  • ROS
  • C++ 14
  • Docker (Optional)

Quickstart Guide

To build your own project, you need to modify few of the files.

 - apps/ros_backbones_nodelet.cpp
 - nodelet_plugins.xml
 - package.xml
 - launch/ros_back_bones.launch
 - CMakeLists.txt

Build

The idea is to build ROS packages separately. This helps to build any ROS based projects faster.

cd
mkdir ros_package && cd ros_package
mkdir catkin_ws && cd catkin_ws
mkdir src && cd src
git clone [email protected]:arghadeep25/ROS-Bare-Bones.git
cd ~/ros_packages/catkin_ws/
catkin_make

Execution

Once build successfully, you can try the commands below.

roscore
roslaucnh rosbarebones ros_bare_bones.launch

Docker

If you want to run the Docker image, try pulling from this Docker Hub

docker pull arghadeep25/rosbarebones:0.1

and run the Docker image

docker run --rm arghadeep25/rosbarebones:0.1

FAQ

[ERROR] 'catkin_make' not found

Follow this tutorial ROS Answers

Further Reading

ROS Nodelet Tutorial
Docker Manual

ros-bare-bones's People

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.