GithubHelp home page GithubHelp logo

sichitong / 2020summer-advanced_robotics_mobile Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nlict-rc/2020summer-advanced_robotics_mobile

0.0 0.0 0.0 1.11 MB

2020年暑期机器人学强化训练

License: MIT License

CMake 54.92% Python 45.08%

2020summer-advanced_robotics_mobile's Introduction

2020summer-advanced_robotics_mobile

2020年暑期机器人学强化训练

  • src内为基于ros的sim环境 : 需要安装的package
apt-get install ros-[version:melodic/kinetic]-[package name]
joint_state_controller velocity_controllers gazebo_ros gazebo_ros_control

apt-get install python-catkin-tools
  • 编译
    • 安装python-catkin-tools
    • catkin build进行编译
  • 运行gazebo
    • roslaunch course_agv_gazebo course_agv_world.launch
    • sensors包含了imu以及2d laser

  • 查看效果
    • 在gazebo开启的情况下运行roslaunch course_agv_gazebo course_agv_world_rviz.launch

src
├── course_agv_control
│   ├── CMakeLists.txt
│   ├── config
│   │   └── course_agv_control.yaml
│   ├── launch
│   │   └── course_agv_control.launch
│   ├── package.xml
│   └── scripts
│       ├── keyboard_velocity.py # 使用键盘发送local velocity
│       └── kinematics.py # 接收local velocity 转换成两轮速度
├── course_agv_description
│   ├── CMakeLists.txt
│   ├── launch
│   │   ├── course_agv.rviz
│   │   └── course_agv_rviz.launch
│   ├── meshes
│   │   └── hokuyo.dae
│   ├── package.xml
│   └── urdf
│       ├── course_agv.gazebo
│       ├── course_agv.xacro
│       └── materials.xacro
├── course_agv_gazebo
│   ├── CMakeLists.txt
│   ├── config
│   │   ├── map -> ../models/ground_plane_for_agv/map
│   │   └── map.yaml
│   ├── launch
│   │   ├── course_agv.rviz
│   │   ├── course_agv_world.launch
│   │   └── course_agv_world_rviz.launch
│   ├── models
│   │   └── ground_plane_for_agv
│   │       ├── map
│   │       │   ├── map2.png
│   │       │   └── map.png
│   │       ├── materials
│   │       │   └── textures
│   │       │       ├── flat_normal.png
│   │       │       └── grey.png
│   │       ├── model.config
│   │       └── model.sdf
│   ├── package.xml
│   ├── scripts
│   │   └── robot_tf.py
│   └── worlds
│       └── course_agv.world
└── README.md

2020summer-advanced_robotics_mobile's People

Contributors

ai-zjunlict avatar chenzhike110 avatar mark-zu 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.