Giter Club home page Giter Club logo

teraranger_description's Introduction

teraranger_description

ROS package for URDF description of TeraRanger products by Terabee

This package is a collection of URDF files of teraranger products:

It is required for using these packages:

Building and running the package from source

To clone and build the package in your workspace follow these steps:

  • If you have ssh key setup for your github account:
cd ~/ros_ws/src
git clone [email protected]:Terabee/teraranger_description.git
cd ~/ros_ws
catkin_make
source devel/setup.bash
  • If you prefer to use https use this set of commands:
cd ~/ros_ws/src
git clone https://github.com/Terabee/teraranger_description.git
cd ~/ros_ws
catkin_make
source devel/setup.bash

Using teraranger_description

To add easily a tower to your robot description, first include the xacro (xml macro) file :

<xacro:include filename="$(find teraranger_description)/urdf/teraranger_tower.urdf.xacro"/>

Then you will be able to call the xacro from your main URDF file:

<teraranger_tower multi_hub="false" hub_id="0" parent="base_link" x="0.000" y="0.000" z="0.500" roll="0.0" pitch="0.0" yaw="0.0" />

If you want a custom setup, just include the base_hub and teraranger_one xacro files and build your own setup:

<xacro:include filename="$(find teraranger_description)/urdf/base_hub.urdf.xacro"/>
<xacro:include filename="$(find teraranger_description)/urdf/teraranger_one.urdf.xacro"/>

Custom setup example (1 TeraRanger Hub + 1 TeraRanger One sensor):

<base_hub multi_hub="0" hub_id="0" parent="base_link" x="0.060" y="0.000" z="0.000" roll="0.0" pitch="0.0" yaw="0.0"/>
<teraranger_one multi_hub="0" hub_id="0" id="0" x="0.060" y="0.000" z="0.000" roll="0.0" pitch="0.0" yaw="0.0" gaussian_noise="0.06"/>

INFOS: By settings the multihub parameter to true or 1 you will enable auto-namespacing of the frame_id with the following convention:

  • sensor frame = hub_${hub_id}_base_range_${id}
  • hub frame = base_hub_${hub_id}

To enable compatibility, The ROS driver for the tower (from the teraranger_array package) will append its namespace to the frame_id inside the RangeArray and Range messages, thus it is strongly recommended to use hub_${hub_id} as node namespace for the driver.

teraranger_description's People

Contributors

pl-kabaradjian avatar babtou67 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.