Skip to content
Snippets Groups Projects
  1. Sep 22, 2013
    • vmayoral's avatar
      robot-model: recipes added. · aeec518f
      vmayoral authored
      robot_model contains packages for modeling various aspects of robot
      information, specified in the Xml Robot Description Format (URDF). The core
      package of this stack is urdf, which parses URDF files, and constructs an
      object model (C++) of the robot.
      
      -----------------------
      RECIPES collada-urdf AND kdl-parser
      OF THE ROBOT-MODEL PACKAGE HAVE NOT BEEN ADDED YET.
      -----------------------
      aeec518f
    • vmayoral's avatar
      ros-control: recipes added. · 0f0e8148
      vmayoral authored
      A set of packages that include controller interfaces, controller managers,
      transmissions, hardware_interfaces and the control_toolbox.
      
      The ros_control packages takes as input the joint state data from your robot's
      actuator's encoders and an input set point. It uses a generic control loop
      feedback mechanism, typically a PID controller, to control the output,
      typically effort, sent to your actuators. ros_control gets more complicated
      for physical mechanisms that do not have one-to-one mappings of joint
      positions, efforts, etc but theses scenarios are accounted for using
      transmissions.
      0f0e8148
  2. Sep 20, 2013
    • vmayoral's avatar
      realtime-tools: recipe added. · 8f1465f8
      vmayoral authored
      This package contains a set of tools that can be used from a hard realtime
      thread, without breaking the realtime behavior.  The tools currently only
      provides the realtime publisher, which makes it possible to publish messages
      to a ROS topic from a realtime thread.
      8f1465f8
    • vmayoral's avatar
      control-toolbox: recipe added. · 0f3a0283
      vmayoral authored
      The control toolbox contains modules that are useful
      across all controllers.
      0f3a0283
    • vmayoral's avatar
      control-msgs: recipe added. · aeb9ac25
      vmayoral authored
      control_msgs contains base messages and actions useful for controlling robots.
      It provides representations for controller setpoints and joint and cartesian
      trajectories.
      aeb9ac25
    • vmayoral's avatar
      urdfdom: recipe added. · db14570b
      vmayoral authored
      The URDF (U-Robot Description Format) library provides core data structures
      and a simple XML parsers for populating the class data structures from
      an URDF file.
      db14570b
    • vmayoral's avatar
      urdfdom-headers: recipe added. · 9472b88d
      vmayoral authored
      The URDF (U-Robot Description Format) headers provides core
      data structure headers for URDF.
      9472b88d
    • vmayoral's avatar
      rosconsole-bridge: recipe added. · 22d98acd
      vmayoral authored
      Pipes console_bridge output to rosconsole/rosout when console_bridge
      is used in a ROS-dependent package.
      22d98acd
    • vmayoral's avatar
      cmake-modules: recipe added. · 74ba602a
      vmayoral authored
      A common repository for CMake Modules which are not distributed with
      CMake but are commonly used by ROS packages.
      74ba602a
  3. Sep 16, 2013
  4. Sep 14, 2013
  5. Sep 05, 2013
  6. Aug 26, 2013
Loading