Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Robot Study/ROS

From ZeroWiki
Revision as of 08:07, 1 March 2019 by 172.18.0.4 (talk)

Information

Plan to study "Robotics" Robot Operating System

  • Collection of software frameworks for robot software development

~~Hold the project - I need to catch up the other things~~ ~~Supposed Duration: Oct. 29, 2018~~

Unfortunately, I began this without proper material and guideline. This note might be written only practical method. Basically, it will be focus on Gazebo and ROS.

Reference

Robot Operating System - WikiPedia

Gazebo

Note

Install Software

OS

  • There are many linux version.
  • However, I used "Ubuntu 16.04.05 (LTS)

ROS

  • It was installed in my computer.
  • I don't handle this part.
  • In addtion, I can't recommend a specific package.

~~* Personal probelm: I installed rosbash additionally~~

  • I needed to rebuild a whole system because there are many limitations for me.
  • I used a version kinetic.

Gazebo

Build Package

Command catkin_creat_pkg (pkg name) (inheritance pkg1) (pk2) ,,,

Model Data

ROS usd .urdf file Need to convert .sdf to .urdf

There is .xacro files and many people said that it is for work efficency. ~~(I don't think so)~~

  • Check your urdf file hirearchy

-urdf check_urdf model.urdf

-xacro check_urdf <(xacro -inorder model.xacro)

Reference

Comments

Back page