https://github.com/advrhumanoids/pose-task

Repository for a specific pose request to a generic robot.

https://github.com/advrhumanoids/pose-task

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 (10.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Repository for a specific pose request to a generic robot.

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

README.md

Pose-Task

Repository for a specific pose request to a generic robot.

Scope

The package allows to perform a specific pose using this Pose_Task file in yaml format. A ROS Service Server it's responsable to read the file and send the information to the ROS client that will generate a trajectory in the joint space to the robot using XBotCore.

Start

Clone and build the pose project: there are several options to do it, but probably the easiest is using the catkin build tool from ROS.

mkdir -p ~/src/catkin_pose_ws/src cd ~/src/catkin_pose_ws/src catkin_init_workspace git clone https://github.com/ADVRHumanoids/Pose-Task.git cd .. catkin_make

Run

The selected robot was Centauro, whose basic config file can be set in this way:

set_xbot_config /opt/xbot/build/install/share/xbot/configs/CentauroConfig/centauro_basic.yaml

Note: It's possible to choose any robot, it's important to select the right joints with the specific movements writing them into the pose yaml file:

Pose Name:
      Movements: [Move_1, Move_2,...]
      Move_1:
      JointNameMov: ["joint_name1","joint_name2",...]
      PositionNameMov: [pos_joint_name1,pos_joint_name2,...]
      TimeMov: [Time_to_Exe the Trajectory]

As first thing you should run roscore:

roscore

Later on you can start the XBotCore in "dummy" mode in another terminal (more information here) in this way:

XBotCore -D

In another terminal you can use the RViZ tool to visualize the kinematic simulation of the robot by running:

rviz and adding a "RobotModel" with the following Robot Description: xbotcore/robotdescription_ Remind to select "world" for "Fixed Frame" in "Global Options".

This should be the visualization:

XBotCore basic example with Centauro

Start XBot Communication Plugin:

rosservice call /xbotcore/XBotCommunicationPlugin_switch 1

In another two terminals launch: . ~/src/catkin_pose_ws/devel/setup.bash Terminal 1:

        rosrun pose pose_targetSrv   

Terminal 2:

        rosrun pose pose_talker Centauro_Hello_Pose 

Result

This should be the visualization:

XBotCore basic example with Centauro

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: about 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