ROS core stacks

Results 51 repositories owned by ROS core stacks

geometry

152
Stars
265
Forks
Watchers

Packages for common geometric calculations including the ROS transform library, "tf". Also includes ROS bindings for "bullet" physics engine and "kdl" kinematics/dynamics package.

geometry2

166
Stars
253
Forks
Watchers

A set of ROS packages for keeping track of coordinate transforms.

geometry_tutorials

27
Stars
45
Forks
Watchers

ROS geometry_tutorials stack migrated from https://kforge.ros.org/geometry/tutorials/branches

joint_state_publisher

31
Stars
69
Forks
Watchers

http://wiki.ros.org/joint_state_publisher

kdl_parser

43
Stars
44
Forks
Watchers

kdl_parser and kdl_parser_py provide tools to construct a KDL tree from an XML robot representation in URDF.

meta-ros

291
Stars
204
Forks
Watchers

OpenEmbedded Layers for ROS 1 and ROS 2

nodelet_core

41
Stars
75
Forks
Watchers

Allows one to create "nodelets" -- ROS node-like entities that run within the same process so as to avoid IPC and serialization overhead

pluginlib

39
Stars
89
Forks
Watchers

Library for loading/unloading plugins in ROS packages during runtime

robot_model

34
Stars
107
Forks
Watchers

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 construc...

robot_state_publisher

62
Stars
147
Forks
Watchers

Allows you to publish the state of a robot (i.e the position of its base and all joints) via the "tf" transform library