https://github.com/advrhumanoids/gazebo_useful_plugins

https://github.com/advrhumanoids/gazebo_useful_plugins

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: ADVRHumanoids
  • Language: C++
  • Default Branch: master
  • Size: 16.6 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 6 years ago · Last pushed almost 6 years ago
Metadata Files
Readme

README.md

gazebousefulplugins

These plugins allow you to play with the physics concepts of Gazebo and its dynamic simulator.

1) gazebotfinjector.cpp: using joint state publisher gui it's possible to set the world pose of the joints. Gazebo will auto-generate the force for the joints: useful link: https://github.com/acschaefer/gazebotfinjector

2) centauro_plugin.cpp: using XBotCore, it's possible to read the joint state and using the impedance control to generate the righ force.

How to run

1) Adding the plugin libcentauroplugin.so or libgazebotf_injector.so "Gazebo Plugin area" of the specific robot:

i.e: MultiDoF-superbuild/robots/centauro-simulator/centauro_gazebo/urdf/centauro.gazebo

 ......
<xacro:if value="${middleware == 'ros_control'}">
  <gazebo>
    <!-- XBOTCORE -->
        <plugin name="gazebo_ros_control" filename="libgazebo_ros_control.so">
            <!--<robotNamespace>/centauro</robotNamespace> -->
            <!-- <robotSimType>gazebo_ros_control/DefaultRobotHWSim</robotSimType> -->
        </plugin>

    <plugin name="centauro_plugin" filename="/home/user/catkin_ws_gazebo/devel/lib/libcentauro_plugin.so"> </plugin> 
  <plugin name="gazebo_tf_injector" filename="/home/user/catkin_ws_gazebo/devel/lib/libgazebo_tf_injector.so"> </plugin> 
  ......

2) roslaunch gazebo_centauro.launch present in this project. 3) Check the result on gazebo.

Owner

  • Name: ADVR Humanoids
  • Login: ADVRHumanoids
  • Kind: organization
  • Email: luca.muratore@iit.it
  • Location: Istituto Italiano di Tecnologia

Humanoids & Human Centered Mechatronics, HHCM, IIT

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels