Giter Site home page Giter Site logo

kcctsim's Introduction

license size commit

kcctsim

gazebo上でナビトンを動かすパッケージ topicがハードウェアを動かす時と対応しているので実物と同じ感覚でシミュレーションが可能

Naviton robot model

robotmodel

rqt_graph

rqt_graph


Dependency

  • gazeboのバージョンアップが必要
  • 必要パッケージはrosenv
  • docker imageを利用する場合naviton
git clone https://github.com/hrjp/rosenv
./rosenv/gazebo_update.bash
./rosenv/package_install.bash

sim.launch

roslaunch kcctsim sim.launch

Subscribed Topics

  • cmd_vel (geometry_msgs/Twist)

    • linear.xで並進速度[m/s] , angular.zで角速度[rad/s]を指定する
    • sim.launch内でtopic名をfinal_cmd_velに変更している
  • joy (sensor_msgs/Joy)

    • Dualshock4の有線接続でロボットを操縦できる
    • shareボタンで手動モード , optionボタンで自動モード

Published Topics

  • scan1 (sensor_msgs/LaserScan)
    • front LiDAR
    • topic名変更はkcctsim/robots/naviton.urdf.xacro
  • scan2 (sensor_msgs/LaserScan)
    • rear LiDAR
    • topic名変更はkcctsim/robots/naviton.urdf.xacro
  • tf (tf/tfMessage)
    • /odom -> /base_foot_point -> /base_link
  • velodyne_points (sensor_msgs/PointCloud2)
    • HDL-32eのシミュレータ
    • frame_id velodyne
    • topic名変更はkcctsim/robots/naviton.urdf.xacro
  • imu/data (sensor_msgs/Imu)
    • imuのシミュレータ
    • topic名変更はkcctsim/robots/naviton.urdf.xacro

Kobe Kosen Robotics Navigation Packages

  • naviton
    • kobe kosen roboticsの自律移動ロボットnavitonの環境構築
  • kcctcore
    • 各パッケージをつなぐマスターパッケージ
  • kcctnavigation
    • 自律移動用アルゴリズム全般
  • waypoint_tools
    • waypointの読み書きなどwaypointに関連するノード全般
  • kcctsim
    • gazebo simulationとrobotのURDFモデル
  • kcctplugin
    • 自律移動用のrviz plugin
  • kcctfirm
    • 自律移動ロボットNavitonのファームウェア
  • LeGO-LOAM

Reference

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.