Code Monkey home page Code Monkey logo

ros-courses-2018's Introduction

Robot Operating System Courses in ITIS (KFU) 2018

Getting Started

This course is intended for newbies in Robot Operating System (ROS) Framework.

The most preferred way of getting started is to create a catkin workspace and clone the repository inside it:

mkdir ~/catkin_ws

# workspace will be located at ~/catkin_ws
git clone https://github.com/chupakabra1996/ros-courses-2018.git ~/catkin_ws

Requirements

Build & Run

Build (using catkin_make):

cd ~/catkin_ws && catkin_make [--pkg package_name]

# for bash users
source ~/catkin_ws/devel/setup.bash

# for zsh users
source ~/catkin_ws/devel/setup.zsh

To run a node (executable) inside the package:

# do not forget to start a master node at first
roscore
rosrun <package_name> <node_name> [params ...]

Tests

  • Run unit tests (gtest):
# from the ~/catkin_ws/
catkin_make run_tests[_package_name]

# or from the ~/catking_ws/build
make run_tests[_package_name]
  • Run integration tests (rostest):
rostest <package_name> <launch file.test>

Useful resources

Contribution

This repo is only for educational purposes.

Bug reports and enhancement proposals are welcomed.

ros-courses-2018's People

Contributors

ramsafin avatar

Stargazers

 avatar

ros-courses-2018's Issues

Add tests for chat_package

chat_package contains a publisher as well as a subscriber, so integration tests are expected.
Unit tests are optional (nothing to test actually).

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.