Pinned Repositories
catkin
A CMake-based build system that is used to build all packages in ROS.
common_msgs
Commonly used messages in ROS. Includes messages for actions (actionlib_msgs), diagnostics (diagnostic_msgs), geometric primitives (geometry_msgs), robot navigation (nav_msgs), and common sensors (sensor_msgs), such as laser range finders, cameras, point clouds.
geometry2
A set of ROS packages for keeping track of coordinate transforms.
meta-ros
OpenEmbedded Layers for ROS 1 and ROS 2
ros
Core ROS packages
ros_comm
ROS communications-related packages, including core client libraries (roscpp, rospy, roslisp) and graph introspection tools (rostopic, rosnode, rosservice, rosparam).
ros_tutorials
Code used in tutorials found on ROS wiki
rosdistro
This repo maintains a lists of repositories for each ROS distribution
solidworks_urdf_exporter
SolidWorks to URDF Exporter
urdf_tutorial
ROS core stacks's Repositories
ros/ros
Core ROS packages
ros/rosdistro
This repo maintains a lists of repositories for each ROS distribution
ros/ros_tutorials
Code used in tutorials found on ROS wiki
ros/ros_comm
ROS communications-related packages, including core client libraries (roscpp, rospy, roslisp) and graph introspection tools (rostopic, rosnode, rosservice, rosparam).
ros/meta-ros
OpenEmbedded Layers for ROS 1 and ROS 2
ros/urdf_tutorial
ros/diagnostics
Packages related to gathering, viewing, and analyzing diagnostics data from robots.
ros/robot_state_publisher
Allows you to publish the state of a robot (i.e the position of its base and all joints) via the "tf" transform library
ros/urdfdom
URDF parser
ros/xacro
Xacro is an XML macro language. With xacro, you can construct shorter and more readable XML files by using macros that expand to larger XML expressions.
ros/urdf_sim_tutorial
ros/kdl_parser
kdl_parser provides C++ tools to construct a KDL tree from an XML robot representation in URDF.
ros/urdf
Repository for URDF parsing code
ros/nodelet_core
Allows one to create "nodelets" -- ROS node-like entities that run within the same process so as to avoid IPC and serialization overhead
ros/sdformat_urdf
A urdf_parser_plugin using libsdformat to parse SDFormat XML into URDF structures
ros/filters
This library provides a standardized interface for processing data as a sequence of filters. This package contains a base class upon which to build specific implementations as well as an interface which dynamically loads filters based on runtime parameters.
ros/std_msgs
Contains minimal messages of primitive data types and multiarrays. Intended for quick prototyping, not production use.
ros/urdf_launch
Launch files for common URDF operations
ros/urdfdom_headers
Headers for URDF parsers
ros/console_bridge
A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages.
ros/rosconsole
ros/rospack
A command-line tool for retrieving information about ROS packages available on the filesystem
ros/metapackages
Variants for ROS (implemented as metapackages)
ros/resource_retriever
Package used to retrieve resources of different kinds, e.g. http://, file://, the ROS specific package://, etc.
ros/ros_comm_msgs
ros/rosconsole_bridge
Pipes console_bridge output to rosconsole/rosout when console_bridge is used in a ROS-dependent package
ros/ros_environment
ros/message_runtime
ros/rosbag_migration_rule
ros/kdl_parser_py
kdl_parser_py provides Python tools to construct a KDL tree from an XML robot representation in URDF.