GithubHelp home page GithubHelp logo

normajeane-m / gcamp_ros_basic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from road-balance/gcamp_ros_basic

0.0 0.0 0.0 26.6 MB

License: GNU General Public License v3.0

CMake 60.08% Python 23.64% C++ 16.27%

gcamp_ros_basic's Introduction

Gcamp ROS Basic

ROS1 Basics with Gazebo Simulations

There's Lecture note for all codes, all packages (Written in Korean)

There's Also Youtube Lectures for all about this repo (Also spoken in Korean)

Repo Structure

├── topic_tutorial
├── service_tutorial
├── action_tutorial
├── cpp_topic_tutorial
├── cpp_service_tutorial
├── cpp_action_tutorial
├── GazeboFiles
│   ├── models
│   ├── textures
│   └── world
└── gcamp_gazebo
  • Gazeobo Package with Worlds and Robot.
  • Three Python Packages for each ROS Communication Mechanisms
    • Topic
    • Service
    • Action
  • Also Same Three Packages written in C++

Feel Free to use this repo as an template code 😀

Examples

1. Parking

Use ROS topical publish and subscribe to park the robot correctly in the simulation.

  • LidarScan data Subscribe
  • Cmd_vel publish
  • Gazebo

2. Spawn r2d2

Use ROS service to bring a robot into the simulation.

  • ROS Gazebo Service
  • Service Client
  • URDF

3. Turn Robot

Use ROS service to rotate the robot at a certain angle.

  • Service Client & Server
  • ROS Coordination

4. Maze Escape

Use ROS action to get the robot out of the maze.

  • Action Client & Server
  • ROS odom
  • OpenCV

Created by kimsooyoung

gcamp_ros_basic's People

Contributors

kimsooyoung 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.