COMPAS FAB
  • COMPAS FAB
  • 0.26.0
  1. COMPAS FAB
  2. API Reference
  3. compas_fab
  4. compas_fab.robots
  5. Robot

Robot.get_base_link

Robot.get_base_link(group=None)[source]

Get the robot’s base link.

Parameters:

group (str, optional) – The name of the planning group. Defaults to the main planning group.

Returns:

compas.robots.Link

Examples

>>> link = robot.get_base_link()
>>> link.name
'base_link'
  • Introduction
  • Getting started
  • Working with backends
    • PyBullet
    • ROS
    • V-REP
    • Access backend GUI
  • Examples
    • Fundamentals
      • Frame and Transformation
      • Coordinate frames
    • Description Models
      • Kinematic model
      • Robot models
    • Backends: ROS
      • Using ROS
      • Robots in ROS
      • Forward and inverse kinematics
      • Plan motion
      • Planning scene and collision objects
      • ROS in Grasshopper
      • Creating a URDF with an UR5 robot and a custom end-effector
      • Creating a MoveIt! package from the custom created URDF
      • Creating a URDF of the UR10 on two linear axes
    • Backends: V-REP
      • Simulation examples with V-REP
    • Backends: PyBullet
      • Using PyBullet
      • Forward and inverse kinematics
    • Backends: Analytical Kinematics
      • Analytical kinematics
    • Planning: Reachability Map
      • Introduction to the Reachability Map
      • Vector Generators
      • Reachability Map 2D
  • API Reference
    • compas_fab
      • compas_fab.robots
      • compas_fab.backends
      • compas_fab.blender
      • compas_fab.ghpython
      • compas_fab.rhino
      • compas_fab.sensors
      • compas_fab.utilities
  • Contributor’s Guide
    • Backend clients
      • ClientInterface
      • PlannerInterface
      • ForwardKinematics
      • InverseKinematics
      • PlanMotion
      • PlanCartesianMotion
      • GetPlanningScene
      • AddCollisionMesh
      • AppendCollisionMesh
      • RemoveCollisionMesh
      • AddAttachedCollisionMesh
      • RemoveAttachedCollisionMesh
      • ResetPlanningScene
    • Grasshopper components
  • Citing
  • Changelog
  • License
  • Robot.get_base_link
Previous
Robot.get_base_frame
Next
Robot.get_base_link_name

COMPAS

A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.

Copyright © 2017-2021 compas-dev