urdf package from urdf repo

urdf urdf_parser_plugin

Package Summary

Tags No category tags.
Version 2.6.1
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/urdf.git
VCS Type git
VCS Version humble
Last Updated 2024-08-22
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases.

Additional Links

Maintainers

  • Chris Lalancette
  • Shane Loretz

Authors

  • Ioan Sucan
  • Jackie Kay
README
No README found. See repository README.
CHANGELOG

Changelog for package urdf

2.6.1 (2024-08-22)

  • Provide copy and move constructors for [model]{.title-ref} (#33) (#41) In 4b73ae2998bec0db24aca07b0bf7fc37b8e4dae7 the copy and move constructors were accidentally disabled. This means that one must always wrap a [urdf::Model]{.title-ref} into some form of pointer in order to pass it around or have it as a member. This commit restores the copy and move constructors, such that one is able to pass the [urdf::Model]{.title-ref} around as a normal variable. See also: https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rc-five Co-authored-by: Daniel Reuter <<daniel.robin.reuter@googlemail.com>> Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>>
  • Contributors: Kenji Brameld (TRACLabs)

2.6.0 (2022-03-01)

  • Install headers to include/${PROJECT_NAME} (#31)
  • Contributors: Shane Loretz

2.5.3 (2022-01-13)

  • Add linter tests and fix errors (#30)
  • Add in a Doxyfile to predefine macros. (#28)
  • Contributors: Chris Lalancette, Jacob Perron

2.5.2 (2021-05-12)

2.5.1 (2020-12-10)

  • Work around Windows min/max bug. (#21)
  • Contributors: Chris Lalancette

2.5.0 (2020-10-05)

  • Enable -Wall -Wextra -Wpedantic (#20)
  • Add dependency on TinyXML2 (#19)
  • Remove TinyXML dependency from urdf. (#17)
  • Make urdf plugable and revive urdf_parser_plugin (#13)
  • Contributors: Audrow Nash, Chris Lalancette, Shane Loretz

2.4.0 (2020-05-26)

  • Deprecate methods that require tinyxml (#12)
  • Contributors: Dan Rose

2.3.0 (2020-04-28)

  • Export targets in a addition to include directories / libraries. (#10)
  • Force explicit language for uncrustify. (#9)
  • Code style only: wrap after open parenthesis if not in one line. (#8)
  • Contributors: Dirk Thomas

2.2.0 (2018-11-20)

  • Update to remove unneeded console_bridge dependency. (#4)
  • Contributors: Mikael Arguedas

2.1.0 (2018-06-25)

  • Update project URLs (#2)
  • Contributors: Mikael Arguedas

2.0.0 (2017-12-08)

  • Ported to ROS 2
  • Added Windows compatibility
  • Switched to ROS 2 code style
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.12 (2017-11-08)

  • Switched to package format 2 and made rostest a test_depend (#221)
  • Made rostest a test_depend (#221)
  • Added missing dependency on tinyxml (#213)
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.11 (2017-06-27)

  • Shared ptr yakkety (#207)
    • Forward declare urdf::Model when urdfdom version is > 0.4
    • Add test for upcasting from urdf::ModelSharedPtr to urdf::ModelInterfaceSharedPtr
  • Contributors: Shane Loretz

1.12.10 (2017-06-24)

  • Change urdf::Model to use std::shared_ptrs in urdfdom > v0.4 (#206)
  • Contributors: Dave Coleman

1.12.9 (2017-04-26)

1.12.8 (2017-03-27)

  • Allow supplying NodeHandle for initParam (#168)
    • Allow supplying NodeHandle for initParam using new function.
    • fixed missing return statement in previous commit.
  • add Chris and Shane as maintainers (#184)
  • fix missed mandatory -std=c++11 flag (#181) collada_parser,kdl_parser,urdf: add c++11 flag, collada_parser: replace typeof with ansi __typeof__ builded/tested on gentoo Thanks den4ix for the contribution!
  • Contributors: Denis Romanchuk, Piyush Khandelwal, William Woodall

1.12.7 (2017-01-26)

1.12.6 (2017-01-04)

  • Addressed gcc6 build error in the urdf package, forward port of #156 (#173)
  • Now using urdf::*ShredPtr instead of boost::shared_ptr (#144)
  • Contributors: Jochen Sprickerhof, William Woodall

1.12.5 (2016-10-27)

  • Added urdf_compatibility.h header to define SharedPtr types (#160) This provides portability for downstream packages allowing them to use urdfdom 0.3 or 0.4.
  • urdf: Explicitly cast shared_ptr to bool in unit test. (#158)
  • Add smart ptr typedefs (#153)
  • Addressed gcc6 build error in urdf which was related to use of the isystem flag (#157)
  • Remove unneeded dependency on libpcrecpp (#155)
  • Contributors: Bence Magyar, Jochen Sprickerhof, Lukas Bulwahn, Maarten de Vries, Robert Haschke

1.12.4 (2016-08-23)

1.12.3 (2016-06-10)

1.12.2 (2016-04-12)

1.12.1 (2016-04-10)

1.11.8 (2015-09-11)

  • Removed pcre hack for newer released collada-dom.
  • Fixed link order of libpcrecpp.
  • Contributors: Kei Okada

1.11.7 (2015-04-22)

  • Removed the exporting of Boost and pcre as they are not used in the headers, and added TinyXML because it is.
  • Fixed a bug with pcrecpp on Ubuntu > 13.04.
  • Contributors: Kei Okada, William Woodall

1.11.6 (2014-11-30)

  • Add install for static libs needed for Android cross-compilation
  • Contributors: Gary Servin

1.11.5 (2014-07-24)

1.11.4 (2014-07-07)

1.11.3 (2014-06-24)

1.11.2 (2014-03-22)

1.11.1 (2014-03-20)

1.11.0 (2014-02-21)

  • fix urdf files for test
  • fix test at urdf
  • Contributors: YoheiKakiuchi

1.10.18 (2013-12-04)

  • add DEPENDS for kdl_parser
  • Contributors: Ioan Sucan

1.10.16 (2013-11-18)

  • check for CATKIN_ENABLE_TESTING
  • fix for using collada_parser_plugin

1.10.15 (2013-08-17)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged urdf at Robotics Stack Exchange

urdf package from urdf repo

urdf urdf_parser_plugin

Package Summary

Tags No category tags.
Version 2.10.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/urdf.git
VCS Type git
VCS Version jazzy
Last Updated 2024-11-28
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases.

Additional Links

Maintainers

  • Alejandro Hernandez Cordero
  • Chris Lalancette

Authors

  • Ioan Sucan
  • Jackie Kay
  • Shane Loretz
README
No README found. See repository README.
CHANGELOG

Changelog for package urdf

2.10.0 (2023-12-26)

  • Switch to target_link_libraries (#36)
  • Contributors: Chris Lalancette

2.9.0 (2023-04-28)

2.8.2 (2023-02-13)

  • [rolling] Update maintainers - 2022-11-07 (#35)
  • Contributors: Audrow Nash

2.8.1 (2022-11-02)

  • [urdf] package.xml: add missing exec_depend to urdf_parser_plugin (#34)
  • Contributors: Tobias Neumann

2.8.0 (2022-09-13)

  • Provide copy and move constructors for [model]{.title-ref} (#33)
  • Contributors: Daniel Reuter

2.7.0 (2022-05-04)

2.6.0 (2022-03-01)

  • Install headers to include/${PROJECT_NAME} (#31)
  • Contributors: Shane Loretz

2.5.3 (2022-01-13)

  • Add linter tests and fix errors (#30)
  • Add in a Doxyfile to predefine macros. (#28)
  • Contributors: Chris Lalancette, Jacob Perron

2.5.2 (2021-05-12)

2.5.1 (2020-12-10)

  • Work around Windows min/max bug. (#21)
  • Contributors: Chris Lalancette

2.5.0 (2020-10-05)

  • Enable -Wall -Wextra -Wpedantic (#20)
  • Add dependency on TinyXML2 (#19)
  • Remove TinyXML dependency from urdf. (#17)
  • Make urdf plugable and revive urdf_parser_plugin (#13)
  • Contributors: Audrow Nash, Chris Lalancette, Shane Loretz

2.4.0 (2020-05-26)

  • Deprecate methods that require tinyxml (#12)
  • Contributors: Dan Rose

2.3.0 (2020-04-28)

  • Export targets in a addition to include directories / libraries. (#10)
  • Force explicit language for uncrustify. (#9)
  • Code style only: wrap after open parenthesis if not in one line. (#8)
  • Contributors: Dirk Thomas

2.2.0 (2018-11-20)

  • Update to remove unneeded console_bridge dependency. (#4)
  • Contributors: Mikael Arguedas

2.1.0 (2018-06-25)

  • Update project URLs (#2)
  • Contributors: Mikael Arguedas

2.0.0 (2017-12-08)

  • Ported to ROS 2
  • Added Windows compatibility
  • Switched to ROS 2 code style
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.12 (2017-11-08)

  • Switched to package format 2 and made rostest a test_depend (#221)
  • Made rostest a test_depend (#221)
  • Added missing dependency on tinyxml (#213)
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.11 (2017-06-27)

  • Shared ptr yakkety (#207)
    • Forward declare urdf::Model when urdfdom version is > 0.4
    • Add test for upcasting from urdf::ModelSharedPtr to urdf::ModelInterfaceSharedPtr
  • Contributors: Shane Loretz

1.12.10 (2017-06-24)

  • Change urdf::Model to use std::shared_ptrs in urdfdom > v0.4 (#206)
  • Contributors: Dave Coleman

1.12.9 (2017-04-26)

1.12.8 (2017-03-27)

  • Allow supplying NodeHandle for initParam (#168)
    • Allow supplying NodeHandle for initParam using new function.
    • fixed missing return statement in previous commit.
  • add Chris and Shane as maintainers (#184)
  • fix missed mandatory -std=c++11 flag (#181) collada_parser,kdl_parser,urdf: add c++11 flag, collada_parser: replace typeof with ansi __typeof__ builded/tested on gentoo Thanks den4ix for the contribution!
  • Contributors: Denis Romanchuk, Piyush Khandelwal, William Woodall

1.12.7 (2017-01-26)

1.12.6 (2017-01-04)

  • Addressed gcc6 build error in the urdf package, forward port of #156 (#173)
  • Now using urdf::*ShredPtr instead of boost::shared_ptr (#144)
  • Contributors: Jochen Sprickerhof, William Woodall

1.12.5 (2016-10-27)

  • Added urdf_compatibility.h header to define SharedPtr types (#160) This provides portability for downstream packages allowing them to use urdfdom 0.3 or 0.4.
  • urdf: Explicitly cast shared_ptr to bool in unit test. (#158)
  • Add smart ptr typedefs (#153)
  • Addressed gcc6 build error in urdf which was related to use of the isystem flag (#157)
  • Remove unneeded dependency on libpcrecpp (#155)
  • Contributors: Bence Magyar, Jochen Sprickerhof, Lukas Bulwahn, Maarten de Vries, Robert Haschke

1.12.4 (2016-08-23)

1.12.3 (2016-06-10)

1.12.2 (2016-04-12)

1.12.1 (2016-04-10)

1.11.8 (2015-09-11)

  • Removed pcre hack for newer released collada-dom.
  • Fixed link order of libpcrecpp.
  • Contributors: Kei Okada

1.11.7 (2015-04-22)

  • Removed the exporting of Boost and pcre as they are not used in the headers, and added TinyXML because it is.
  • Fixed a bug with pcrecpp on Ubuntu > 13.04.
  • Contributors: Kei Okada, William Woodall

1.11.6 (2014-11-30)

  • Add install for static libs needed for Android cross-compilation
  • Contributors: Gary Servin

1.11.5 (2014-07-24)

1.11.4 (2014-07-07)

1.11.3 (2014-06-24)

1.11.2 (2014-03-22)

1.11.1 (2014-03-20)

1.11.0 (2014-02-21)

  • fix urdf files for test
  • fix test at urdf
  • Contributors: YoheiKakiuchi

1.10.18 (2013-12-04)

  • add DEPENDS for kdl_parser
  • Contributors: Ioan Sucan

1.10.16 (2013-11-18)

  • check for CATKIN_ENABLE_TESTING
  • fix for using collada_parser_plugin

1.10.15 (2013-08-17)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged urdf at Robotics Stack Exchange

urdf package from urdf repo

urdf urdf_parser_plugin

Package Summary

Tags No category tags.
Version 2.12.2
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/urdf.git
VCS Type git
VCS Version rolling
Last Updated 2025-03-31
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases.

Additional Links

Maintainers

  • Alejandro Hernandez Cordero
  • Chris Lalancette

Authors

  • Ioan Sucan
  • Jackie Kay
  • Shane Loretz
README
No README found. See repository README.
CHANGELOG

Changelog for package urdf

2.12.2 (2024-12-20)

  • make linters happy (#45)
  • Contributors: Alejandro Hernández Cordero

2.12.1 (2024-12-13)

  • Added documentation with rosdoc2 (#40)
  • Contributors: Alejandro Hernández Cordero

2.12.0 (2024-08-28)

  • Added commom linters (#39)
  • Use rcutils to log (#37)
  • Enable test_robot_model_parser test (#38)
  • Contributors: Alejandro Hernández Cordero

2.11.0 (2024-04-29)

2.10.0 (2023-12-26)

  • Switch to target_link_libraries (#36)
  • Contributors: Chris Lalancette

2.9.0 (2023-04-28)

2.8.2 (2023-02-13)

  • [rolling] Update maintainers - 2022-11-07 (#35)
  • Contributors: Audrow Nash

2.8.1 (2022-11-02)

  • [urdf] package.xml: add missing exec_depend to urdf_parser_plugin (#34)
  • Contributors: Tobias Neumann

2.8.0 (2022-09-13)

  • Provide copy and move constructors for [model]{.title-ref} (#33)
  • Contributors: Daniel Reuter

2.7.0 (2022-05-04)

2.6.0 (2022-03-01)

  • Install headers to include/${PROJECT_NAME} (#31)
  • Contributors: Shane Loretz

2.5.3 (2022-01-13)

  • Add linter tests and fix errors (#30)
  • Add in a Doxyfile to predefine macros. (#28)
  • Contributors: Chris Lalancette, Jacob Perron

2.5.2 (2021-05-12)

2.5.1 (2020-12-10)

  • Work around Windows min/max bug. (#21)
  • Contributors: Chris Lalancette

2.5.0 (2020-10-05)

  • Enable -Wall -Wextra -Wpedantic (#20)
  • Add dependency on TinyXML2 (#19)
  • Remove TinyXML dependency from urdf. (#17)
  • Make urdf plugable and revive urdf_parser_plugin (#13)
  • Contributors: Audrow Nash, Chris Lalancette, Shane Loretz

2.4.0 (2020-05-26)

  • Deprecate methods that require tinyxml (#12)
  • Contributors: Dan Rose

2.3.0 (2020-04-28)

  • Export targets in a addition to include directories / libraries. (#10)
  • Force explicit language for uncrustify. (#9)
  • Code style only: wrap after open parenthesis if not in one line. (#8)
  • Contributors: Dirk Thomas

2.2.0 (2018-11-20)

  • Update to remove unneeded console_bridge dependency. (#4)
  • Contributors: Mikael Arguedas

2.1.0 (2018-06-25)

  • Update project URLs (#2)
  • Contributors: Mikael Arguedas

2.0.0 (2017-12-08)

  • Ported to ROS 2
  • Added Windows compatibility
  • Switched to ROS 2 code style
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.12 (2017-11-08)

  • Switched to package format 2 and made rostest a test_depend (#221)
  • Made rostest a test_depend (#221)
  • Added missing dependency on tinyxml (#213)
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.11 (2017-06-27)

  • Shared ptr yakkety (#207)
    • Forward declare urdf::Model when urdfdom version is > 0.4
    • Add test for upcasting from urdf::ModelSharedPtr to urdf::ModelInterfaceSharedPtr
  • Contributors: Shane Loretz

1.12.10 (2017-06-24)

  • Change urdf::Model to use std::shared_ptrs in urdfdom > v0.4 (#206)
  • Contributors: Dave Coleman

1.12.9 (2017-04-26)

1.12.8 (2017-03-27)

  • Allow supplying NodeHandle for initParam (#168)
    • Allow supplying NodeHandle for initParam using new function.
    • fixed missing return statement in previous commit.
  • add Chris and Shane as maintainers (#184)
  • fix missed mandatory -std=c++11 flag (#181) collada_parser,kdl_parser,urdf: add c++11 flag, collada_parser: replace typeof with ansi __typeof__ builded/tested on gentoo Thanks den4ix for the contribution!
  • Contributors: Denis Romanchuk, Piyush Khandelwal, William Woodall

1.12.7 (2017-01-26)

1.12.6 (2017-01-04)

  • Addressed gcc6 build error in the urdf package, forward port of #156 (#173)
  • Now using urdf::*ShredPtr instead of boost::shared_ptr (#144)
  • Contributors: Jochen Sprickerhof, William Woodall

1.12.5 (2016-10-27)

  • Added urdf_compatibility.h header to define SharedPtr types (#160) This provides portability for downstream packages allowing them to use urdfdom 0.3 or 0.4.
  • urdf: Explicitly cast shared_ptr to bool in unit test. (#158)
  • Add smart ptr typedefs (#153)
  • Addressed gcc6 build error in urdf which was related to use of the isystem flag (#157)
  • Remove unneeded dependency on libpcrecpp (#155)
  • Contributors: Bence Magyar, Jochen Sprickerhof, Lukas Bulwahn, Maarten de Vries, Robert Haschke

1.12.4 (2016-08-23)

1.12.3 (2016-06-10)

1.12.2 (2016-04-12)

1.12.1 (2016-04-10)

1.11.8 (2015-09-11)

  • Removed pcre hack for newer released collada-dom.
  • Fixed link order of libpcrecpp.
  • Contributors: Kei Okada

1.11.7 (2015-04-22)

  • Removed the exporting of Boost and pcre as they are not used in the headers, and added TinyXML because it is.
  • Fixed a bug with pcrecpp on Ubuntu > 13.04.
  • Contributors: Kei Okada, William Woodall

1.11.6 (2014-11-30)

  • Add install for static libs needed for Android cross-compilation
  • Contributors: Gary Servin

1.11.5 (2014-07-24)

1.11.4 (2014-07-07)

1.11.3 (2014-06-24)

1.11.2 (2014-03-22)

1.11.1 (2014-03-20)

1.11.0 (2014-02-21)

  • fix urdf files for test
  • fix test at urdf
  • Contributors: YoheiKakiuchi

1.10.18 (2013-12-04)

  • add DEPENDS for kdl_parser
  • Contributors: Ioan Sucan

1.10.16 (2013-11-18)

  • check for CATKIN_ENABLE_TESTING
  • fix for using collada_parser_plugin

1.10.15 (2013-08-17)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged urdf at Robotics Stack Exchange

urdf package from openrobotics repo

ros2_ballbot ros2_cartpole ros2_double_integrator ros2_quadrotor ros2_robot_vacuum ros2_vacuum_gazebo ros2_vacuum_slam action common_utils composition executors gazebo_camera gazebo_spawner lifecycle params pointcloud_subsriber rviz service system_monitor tf2_demos timer topic tutorials_msgs urdf decomp_ros decomp_ros_msgs decomp_ros_utils decomp_test_node ros2_math casadi_cpp casadi_python casadi_tutorials nav2_linear_quadratic_regulator_controller motion_model mpc_controller pid_controller robotic_assets ros2_controller ros2_controller_msgs waypoint_generator behavior_tree bspline carlike_simulator fast_methods forest_map_generator gridmap_ros map_generator nav2_demos a_star_planner breadth_first_search_planner bug_planner cubic_spline_planner d_star_lite_planner d_star_planner depth_first_planner dijkstra_planner dubins_path_planner eta3_spline_planner flow_filed_planner frenet_optimal_trajectory_planner greedy_best_first_search_planner hybrid_a_star_planner informed_rrt_star_planner nav2_straightline_planner path_planning potential_field_planner quintic_polynomials_planner rrt_dubins_planner rrt_planner rrt_star_planner state_lattice_planner voronoi_planner wave_front_planner cgmres_nmpc_tracking lqr_speed_steer_control_tracking model_predictive_speed_steer_control_tracking path_tracking pure_pursuit_tracking rear_wheel_feedback_tracking stanley_controller_tracking ros2_navigation ros2_system_test sdf_tools trajectory local_sensing multi_map_server odom_visualization pose_utils quadrotor_msgs so3_disturbance_generator so3_quadrotor_simulator uav_utils visualization_tools voronoi_layer quad_behavior_tree quad_bringup quad_bt_navigator quad_common quad_controller quad_core quad_costmap quad_global_planner quad_local_planner quad_logger quad_map_server quad_msgs quad_nmpc_controller quad_planner quad_robot_driver quad_rviz_plugins a1_description a1_simulation quad_gazebo spirit_description spirit_gazebo spirit_simulation quad_system_tests quad_teleop quad_utils ros2_quadruped gazebo_examples sam_bot_description velodyne_description velodyne_gazebo_plugins velodyne_simulator

Package Summary

Tags No category tags.
Version 0.0.0
License TODO: License declaration
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/duyongquan/openrobotics.git
VCS Type git
VCS Version main
Last Updated 2024-01-16
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • quan

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
fetch_description
fetch_description
turtlebot3_description
turtlebot3_description
turtlebot3_description
turtlebot3_description
turtlebot3_description
turtlebot3_description
turtlebot3_description
yumi_description
yumi_dynamics
yumi_test
rover_description
abb_bringup
akabot_description
alpha_bringup
alpha_description
arduinobot_description
arduinobot_description
ariac_description
ariac_moveit_config
aubo_gazebo
aubo_ros2_driver
rviz_common
rviz_default_plugins
autonav_description
cartographer_ros
velodyne_description
velodyne_description
velodyne_description
velodyne_description
velodyne_description
velodyne_description
velodyne_description
baxter_description
rethink_ee_description
beetle_description
wolfgang_description
bitbots_pybullet_sim
bitbots_webots_sim
botanbot_description
bumperbot_description
bumperbot_description
bumperbot_description
car_sim_description
cartesian_controller_handles
ceres_bringup
ceres_description
ceres_gazebo
xarm_api
xarm_api
xarm_controller
xarm_controller
xarm_description
xarm_description
xarm_moveit_config
xarm_moveit_config
zu7
constrained_manipulability
mini_cheetah_description
cyberdog_rviz2_control_plugin
cyberdog_visual
denso_robot_bringup
denso_robot_descriptions
diablo_rviz2_control_plugin
diff_bot_description
ur_description
ur_description
ur_description
ur_description
ur_description
ur_description
ur_description
ur_description
ur_bringup
ur_bringup
ur_moveit_config
ur_moveit_config
ur_moveit_config
ur_moveit_config
ur_moveit_config
ur_robot_driver
ur_robot_driver
ur_robot_driver
dual_ur_description
eddiebot_description
eddiebot_gazebo
eddiebot_rviz
engineer_arm_controller
erp42_vehicle_description
ur_simulation_gazebo
flexiv_description
flexiv_moveit_config
fd_bringup
fd_description
fairino_description
giraffe_description
marm_description
marm_description
marm_description
marm_standardfirmata_driver
mbot_description
mbot_description
probot_description
industrial_robot_client
industrial_robot_client
industrial_utils
industrial_utils
yobotics_description
ign_rviz_plugins
iiwa_bringup
iiwa_description
pick_and_place
robot_config
robot_workcell_support
irc_ros_description
carter_description
carter_description
ur5_robotiq_85_description
kachaka_description
lbr_fri_ros2
learm_ros2_description
lesson_urdf
lesson_urdf
lidarbot_description
makerspet_loki
makerspet_snoopy
melfa_bringup
melfa_description
melfa_driver
mini_pupper_description
drl_agent_description
moveit_core
moveit_core
moveit_ros_perception
moveit_ros_perception
moveit_ros_planning
moveit_ros_planning
moveit_setup_core_plugins
moveit_setup_framework
mujoco_ros2_control
turtlebot3_gazebo
multiverse_control
mycobot_280_description
neuronbot2_description
omo_r1mini_description
openbot_ros
honeybee_description
turtlebot3_beam_description
orange_description
piper_description
march_hardware_builder
march_launch
march_state_estimator
march_safety
march_description
turtlebot_arm_description
rm_gimbal_controller
arm_description
robomaster_description
custom_robots
robotiq_140_gripper_description
robotiq_85_gripper_description
robotiq_gazebo
robotiq_hande_gripper_description
interbotix_xs_sdk
interbotix_xsarm_descriptions
multi_lidar_desp
husky_description
husky_gazebo
kobuki_description
igus_rebel_description_ros2
mecanumbot_description
testbot_description
motor_controller
ros2_control_demo_example_7
dc_description
gpio_control
fanuc_control
robotiq_description
robotiq_description
robotiq_description
ur5_gripper_description
ur5_gripper_moveit_config
panda_llm_inference_demos
panda_motion_planning_demos
panda_policy_deployment_demos
panda_control_demos
moveit_setup_assistant
ros2webots_rosbot
mrobot_description
agilex_scout
robot_description
webots_ros2_ur_e_description
swerve_robot_description
pointgrey_camera_description
pointgrey_camera_description
tm_grasp_description
zed_wrapper
ubr1_description
champ_base
champ_base
champ_description
champ_description
go2_description
go1_description
ros2_unitree_legged_control
mir_description
rvl_robot_description
ipa_bringup
ipa_demo_cell_description
ur5e_gripper_description
ur5e_gripper_moveit_config
simple_ur10e_description
urc_hw_description
usv_description
vispa
rbx1_description
learn_gazebo
humanoid_centroidal_mpc_ros2
humanoid_common_mpc_ros2
humanoid_wb_mpc_ros2
wpr_simulation2
mbot_demo
kinova_description
spot_description
youfork_description

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged urdf at Robotics Stack Exchange

urdf package from urdf repo

urdf urdf_parser_plugin

Package Summary

Tags No category tags.
Version 1.13.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/urdf.git
VCS Type git
VCS Version melodic-devel
Last Updated 2022-07-18
Dev Status MAINTAINED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases.

Additional Links

Maintainers

  • Chris Lalancette
  • Shane Loretz

Authors

  • Ioan Sucan
  • Jackie Kay
README
No README found. See repository README.
CHANGELOG

Changelog for package urdf

1.13.2 (2020-03-06)

  • Windows bringup. (#31)
  • update library install destination (#28)
  • Solved problem when static linking against urdf (#25)
  • unit test: add missing link name (#26)
  • update deprecated macro for MSVC (#27)
  • Contributors: James Xu, Robert Haschke, Sean Yen, ivanpauno

1.13.1 (2018-04-05)

  • Eliminate a deprecation warning by renaming class_loader.h -> class_loader.hpp (#16)
  • Make the pointers const for the new tinyxml2 APIs (#15)
  • Contributors: Chris Lalancette, Shane Loretz

1.13.0 (2018-03-19)

  • Add in TinyXML2 versions of the initXml API. Also add in some tests, and add in a deprecation warning for the TinyXML versions of the APIs.
  • Add some tests for the 'initXml' family of methods.
  • Small CMake fixups. In particular, make sure we define the correct define when building on WIN32. Also do whitespace cleanup.
  • Windows compatibility from ROS2.
  • Style fixes from ROS2
  • update links now that this is in its own repo (#7)
  • Contributors: Chris Lalancette, Dmitry Rozhkov, Mikael Arguedas

1.12.12 (2017-11-08)

  • Switched to package format 2 and made rostest a test_depend (#221)
  • Made rostest a test_depend (#221)
  • Added missing dependency on tinyxml (#213)
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.11 (2017-06-27)

  • Shared ptr yakkety (#207)
    • Forward declare urdf::Model when urdfdom version is > 0.4
    • Add test for upcasting from urdf::ModelSharedPtr to urdf::ModelInterfaceSharedPtr
  • Contributors: Shane Loretz

1.12.10 (2017-06-24)

  • Change urdf::Model to use std::shared_ptrs in urdfdom > v0.4 (#206)
  • Contributors: Dave Coleman

1.12.9 (2017-04-26)

1.12.8 (2017-03-27)

  • Allow supplying NodeHandle for initParam (#168)
    • Allow supplying NodeHandle for initParam using new function.
    • fixed missing return statement in previous commit.
  • add Chris and Shane as maintainers (#184)
  • fix missed mandatory -std=c++11 flag (#181) collada_parser,kdl_parser,urdf: add c++11 flag, collada_parser: replace typeof with ansi __typeof__ builded/tested on gentoo Thanks den4ix for the contribution!
  • Contributors: Denis Romanchuk, Piyush Khandelwal, William Woodall

1.12.7 (2017-01-26)

1.12.6 (2017-01-04)

  • Addressed gcc6 build error in the urdf package, forward port of #156 (#173)
  • Now using urdf::*ShredPtr instead of boost::shared_ptr (#144)
  • Contributors: Jochen Sprickerhof, William Woodall

1.12.5 (2016-10-27)

  • Added urdf_compatibility.h header to define SharedPtr types (#160) This provides portability for downstream packages allowing them to use urdfdom 0.3 or 0.4.
  • urdf: Explicitly cast shared_ptr to bool in unit test. (#158)
  • Add smart ptr typedefs (#153)
  • Addressed gcc6 build error in urdf which was related to use of the isystem flag (#157)
  • Remove unneeded dependency on libpcrecpp (#155)
  • Contributors: Bence Magyar, Jochen Sprickerhof, Lukas Bulwahn, Maarten de Vries, Robert Haschke

1.12.4 (2016-08-23)

1.12.3 (2016-06-10)

1.12.2 (2016-04-12)

1.12.1 (2016-04-10)

1.11.8 (2015-09-11)

  • Removed pcre hack for newer released collada-dom.
  • Fixed link order of libpcrecpp.
  • Contributors: Kei Okada

1.11.7 (2015-04-22)

  • Removed the exporting of Boost and pcre as they are not used in the headers, and added TinyXML because it is.
  • Fixed a bug with pcrecpp on Ubuntu > 13.04.
  • Contributors: Kei Okada, William Woodall

1.11.6 (2014-11-30)

  • Add install for static libs needed for Android cross-compilation
  • Contributors: Gary Servin

1.11.5 (2014-07-24)

1.11.4 (2014-07-07)

1.11.3 (2014-06-24)

1.11.2 (2014-03-22)

1.11.1 (2014-03-20)

1.11.0 (2014-02-21)

  • fix urdf files for test
  • fix test at urdf
  • Contributors: YoheiKakiuchi

1.10.18 (2013-12-04)

  • add DEPENDS for kdl_parser
  • Contributors: Ioan Sucan

1.10.16 (2013-11-18)

  • check for CATKIN_ENABLE_TESTING
  • fix for using collada_parser_plugin

1.10.15 (2013-08-17)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
audibot_description
cob_base_controller_utils
cob_obstacle_distance
cob_omni_drive_controller
cob_twist_controller
cob_gazebo_ros_control
collada_parser
collada_urdf
create_description
dbw_fca_description
dbw_mkz_description
dbw_polaris_description
depthai_bridge
dingo_description
fath_pivot_mount_description
fetch_drivers
fetch_description
franka_example_controllers
franka_gazebo
franka_hw
gazebo_plugins
gazebo_ros_control
husky_description
industrial_robot_client
industrial_utils
jackal_description
jackal_navigation
collada_urdf_jsk_patch
virtual_force_publisher
jsk_footstep_controller
euscollada
jsk_interactive_marker
kdl_parser
mavros_extras
robot
mir_description
moveit_core
moveit_ros_perception
moveit_ros_planning
moveit_setup_assistant
open_manipulator_p_gazebo
open_manipulator_gazebo
openni_description
p2os_urdf
pf_description
prbt_hardware_support
pointgrey_camera_description
pr2_teleop_general
joint_trajectory_generator
pr2_arm_move_ik
pr2_arm_kinematics
pr2_mechanism_diagnostics
pr2_mechanism_model
pr2_navigation_self_filter
joint_qualification_controllers
pr2_gazebo_plugins
qb_device_hardware_interface
raspimouse_description
ridgeback_control
ridgeback_description
ridgeback_navigation
robot_body_filter
robot_controllers
robot_self_filter
robotont_description
robotont_nuc_description
canopen_motor_node
joint_limits_interface
ros_control_boilerplate
diff_drive_controller
effort_controllers
gripper_action_controller
joint_trajectory_controller
velocity_controllers
rviz
schunk_powercube_chain
schunk_sdh
srdfdom
trac_ik_lib
turtlebot3_description
ur_description
urdf_geometry_parser
velodyne_description
warthog_description
flir_camera_description
clober_description
cpr_onav_description
diffbot_base
gazebo_ros_control_select_joints
ign_ros_control
quori_description
quori_holonomic_drive_controller
rm_hw

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged urdf at Robotics Stack Exchange

urdf package from urdf repo

urdf

Package Summary

Tags No category tags.
Version 2.0.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/urdf.git
VCS Type git
VCS Version ardent
Last Updated 2017-12-09
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases.

Additional Links

Maintainers

  • Chris Lalancette
  • Shane Loretz

Authors

  • Ioan Sucan
  • Jackie Kay
README
No README found. See repository README.
CHANGELOG

Changelog for package urdf

1.12.12 (2017-11-08)

  • Switched to package format 2 and made rostest a test_depend (#221)
  • Made rostest a test_depend (#221)
  • Added missing dependency on tinyxml (#213)
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.11 (2017-06-27)

  • Shared ptr yakkety (#207)
    • Forward declare urdf::Model when urdfdom version is > 0.4
    • Add test for upcasting from urdf::ModelSharedPtr to urdf::ModelInterfaceSharedPtr
  • Contributors: Shane Loretz

1.12.10 (2017-06-24)

  • Change urdf::Model to use std::shared_ptrs in urdfdom > v0.4 (#206)
  • Contributors: Dave Coleman

1.12.9 (2017-04-26)

1.12.8 (2017-03-27)

  • Allow supplying NodeHandle for initParam (#168)
    • Allow supplying NodeHandle for initParam using new function.
    • fixed missing return statement in previous commit.
  • add Chris and Shane as maintainers (#184)
  • fix missed mandatory -std=c++11 flag (#181) collada_parser,kdl_parser,urdf: add c++11 flag, collada_parser: replace typeof with ansi __typeof__ builded/tested on gentoo Thanks den4ix for the contribution!
  • Contributors: Denis Romanchuk, Piyush Khandelwal, William Woodall

1.12.7 (2017-01-26)

1.12.6 (2017-01-04)

  • Addressed gcc6 build error in the urdf package, forward port of #156 (#173)
  • Now using urdf::*ShredPtr instead of boost::shared_ptr (#144)
  • Contributors: Jochen Sprickerhof, William Woodall

1.12.5 (2016-10-27)

  • Added urdf_compatibility.h header to define SharedPtr types (#160) This provides portability for downstream packages allowing them to use urdfdom 0.3 or 0.4.
  • urdf: Explicitly cast shared_ptr to bool in unit test. (#158)
  • Add smart ptr typedefs (#153)
  • Addressed gcc6 build error in urdf which was related to use of the isystem flag (#157)
  • Remove unneeded dependency on libpcrecpp (#155)
  • Contributors: Bence Magyar, Jochen Sprickerhof, Lukas Bulwahn, Maarten de Vries, Robert Haschke

1.12.4 (2016-08-23)

1.12.3 (2016-06-10)

1.12.2 (2016-04-12)

1.12.1 (2016-04-10)

1.11.8 (2015-09-11)

  • Removed pcre hack for newer released collada-dom.
  • Fixed link order of libpcrecpp.
  • Contributors: Kei Okada

1.11.7 (2015-04-22)

  • Removed the exporting of Boost and pcre as they are not used in the headers, and added TinyXML because it is.
  • Fixed a bug with pcrecpp on Ubuntu > 13.04.
  • Contributors: Kei Okada, William Woodall

1.11.6 (2014-11-30)

  • Add install for static libs needed for Android cross-compilation
  • Contributors: Gary Servin

1.11.5 (2014-07-24)

1.11.4 (2014-07-07)

1.11.3 (2014-06-24)

1.11.2 (2014-03-22)

1.11.1 (2014-03-20)

1.11.0 (2014-02-21)

  • fix urdf files for test
  • fix test at urdf
  • Contributors: YoheiKakiuchi

1.10.18 (2013-12-04)

  • add DEPENDS for kdl_parser
  • Contributors: Ioan Sucan

1.10.16 (2013-11-18)

  • check for CATKIN_ENABLE_TESTING
  • fix for using collada_parser_plugin

1.10.15 (2013-08-17)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged urdf at Robotics Stack Exchange

urdf package from urdf repo

urdf

Package Summary

Tags No category tags.
Version 2.1.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/urdf.git
VCS Type git
VCS Version bouncy
Last Updated 2018-06-25
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases.

Additional Links

Maintainers

  • Chris Lalancette
  • Shane Loretz

Authors

  • Ioan Sucan
  • Jackie Kay
README
No README found. See repository README.
CHANGELOG

Changelog for package urdf

2.1.0 (2018-06-25)

  • Update project URLs (#2)
  • Contributors: Mikael Arguedas

2.0.0 (2017-12-08)

  • Ported to ROS 2
  • Added Windows compatibility
  • Switched to ROS 2 code style
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.12 (2017-11-08)

  • Switched to package format 2 and made rostest a test_depend (#221)
  • Made rostest a test_depend (#221)
  • Added missing dependency on tinyxml (#213)
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.11 (2017-06-27)

  • Shared ptr yakkety (#207)
    • Forward declare urdf::Model when urdfdom version is > 0.4
    • Add test for upcasting from urdf::ModelSharedPtr to urdf::ModelInterfaceSharedPtr
  • Contributors: Shane Loretz

1.12.10 (2017-06-24)

  • Change urdf::Model to use std::shared_ptrs in urdfdom > v0.4 (#206)
  • Contributors: Dave Coleman

1.12.9 (2017-04-26)

1.12.8 (2017-03-27)

  • Allow supplying NodeHandle for initParam (#168)
    • Allow supplying NodeHandle for initParam using new function.
    • fixed missing return statement in previous commit.
  • add Chris and Shane as maintainers (#184)
  • fix missed mandatory -std=c++11 flag (#181) collada_parser,kdl_parser,urdf: add c++11 flag, collada_parser: replace typeof with ansi __typeof__ builded/tested on gentoo Thanks den4ix for the contribution!
  • Contributors: Denis Romanchuk, Piyush Khandelwal, William Woodall

1.12.7 (2017-01-26)

1.12.6 (2017-01-04)

  • Addressed gcc6 build error in the urdf package, forward port of #156 (#173)
  • Now using urdf::*ShredPtr instead of boost::shared_ptr (#144)
  • Contributors: Jochen Sprickerhof, William Woodall

1.12.5 (2016-10-27)

  • Added urdf_compatibility.h header to define SharedPtr types (#160) This provides portability for downstream packages allowing them to use urdfdom 0.3 or 0.4.
  • urdf: Explicitly cast shared_ptr to bool in unit test. (#158)
  • Add smart ptr typedefs (#153)
  • Addressed gcc6 build error in urdf which was related to use of the isystem flag (#157)
  • Remove unneeded dependency on libpcrecpp (#155)
  • Contributors: Bence Magyar, Jochen Sprickerhof, Lukas Bulwahn, Maarten de Vries, Robert Haschke

1.12.4 (2016-08-23)

1.12.3 (2016-06-10)

1.12.2 (2016-04-12)

1.12.1 (2016-04-10)

1.11.8 (2015-09-11)

  • Removed pcre hack for newer released collada-dom.
  • Fixed link order of libpcrecpp.
  • Contributors: Kei Okada

1.11.7 (2015-04-22)

  • Removed the exporting of Boost and pcre as they are not used in the headers, and added TinyXML because it is.
  • Fixed a bug with pcrecpp on Ubuntu > 13.04.
  • Contributors: Kei Okada, William Woodall

1.11.6 (2014-11-30)

  • Add install for static libs needed for Android cross-compilation
  • Contributors: Gary Servin

1.11.5 (2014-07-24)

1.11.4 (2014-07-07)

1.11.3 (2014-06-24)

1.11.2 (2014-03-22)

1.11.1 (2014-03-20)

1.11.0 (2014-02-21)

  • fix urdf files for test
  • fix test at urdf
  • Contributors: YoheiKakiuchi

1.10.18 (2013-12-04)

  • add DEPENDS for kdl_parser
  • Contributors: Ioan Sucan

1.10.16 (2013-11-18)

  • check for CATKIN_ENABLE_TESTING
  • fix for using collada_parser_plugin

1.10.15 (2013-08-17)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged urdf at Robotics Stack Exchange

urdf package from urdf repo

urdf

Package Summary

Tags No category tags.
Version 2.2.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/urdf.git
VCS Type git
VCS Version crystal
Last Updated 2018-11-20
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases.

Additional Links

Maintainers

  • Chris Lalancette
  • Shane Loretz

Authors

  • Ioan Sucan
  • Jackie Kay
README
No README found. See repository README.
CHANGELOG

Changelog for package urdf

2.2.0 (2018-11-20)

  • Update to remove unneeded console_bridge dependency. (#4)
  • Contributors: Mikael Arguedas

2.1.0 (2018-06-25)

  • Update project URLs (#2)
  • Contributors: Mikael Arguedas

2.0.0 (2017-12-08)

  • Ported to ROS 2
  • Added Windows compatibility
  • Switched to ROS 2 code style
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.12 (2017-11-08)

  • Switched to package format 2 and made rostest a test_depend (#221)
  • Made rostest a test_depend (#221)
  • Added missing dependency on tinyxml (#213)
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.11 (2017-06-27)

  • Shared ptr yakkety (#207)
    • Forward declare urdf::Model when urdfdom version is > 0.4
    • Add test for upcasting from urdf::ModelSharedPtr to urdf::ModelInterfaceSharedPtr
  • Contributors: Shane Loretz

1.12.10 (2017-06-24)

  • Change urdf::Model to use std::shared_ptrs in urdfdom > v0.4 (#206)
  • Contributors: Dave Coleman

1.12.9 (2017-04-26)

1.12.8 (2017-03-27)

  • Allow supplying NodeHandle for initParam (#168)
    • Allow supplying NodeHandle for initParam using new function.
    • fixed missing return statement in previous commit.
  • add Chris and Shane as maintainers (#184)
  • fix missed mandatory -std=c++11 flag (#181) collada_parser,kdl_parser,urdf: add c++11 flag, collada_parser: replace typeof with ansi __typeof__ builded/tested on gentoo Thanks den4ix for the contribution!
  • Contributors: Denis Romanchuk, Piyush Khandelwal, William Woodall

1.12.7 (2017-01-26)

1.12.6 (2017-01-04)

  • Addressed gcc6 build error in the urdf package, forward port of #156 (#173)
  • Now using urdf::*ShredPtr instead of boost::shared_ptr (#144)
  • Contributors: Jochen Sprickerhof, William Woodall

1.12.5 (2016-10-27)

  • Added urdf_compatibility.h header to define SharedPtr types (#160) This provides portability for downstream packages allowing them to use urdfdom 0.3 or 0.4.
  • urdf: Explicitly cast shared_ptr to bool in unit test. (#158)
  • Add smart ptr typedefs (#153)
  • Addressed gcc6 build error in urdf which was related to use of the isystem flag (#157)
  • Remove unneeded dependency on libpcrecpp (#155)
  • Contributors: Bence Magyar, Jochen Sprickerhof, Lukas Bulwahn, Maarten de Vries, Robert Haschke

1.12.4 (2016-08-23)

1.12.3 (2016-06-10)

1.12.2 (2016-04-12)

1.12.1 (2016-04-10)

1.11.8 (2015-09-11)

  • Removed pcre hack for newer released collada-dom.
  • Fixed link order of libpcrecpp.
  • Contributors: Kei Okada

1.11.7 (2015-04-22)

  • Removed the exporting of Boost and pcre as they are not used in the headers, and added TinyXML because it is.
  • Fixed a bug with pcrecpp on Ubuntu > 13.04.
  • Contributors: Kei Okada, William Woodall

1.11.6 (2014-11-30)

  • Add install for static libs needed for Android cross-compilation
  • Contributors: Gary Servin

1.11.5 (2014-07-24)

1.11.4 (2014-07-07)

1.11.3 (2014-06-24)

1.11.2 (2014-03-22)

1.11.1 (2014-03-20)

1.11.0 (2014-02-21)

  • fix urdf files for test
  • fix test at urdf
  • Contributors: YoheiKakiuchi

1.10.18 (2013-12-04)

  • add DEPENDS for kdl_parser
  • Contributors: Ioan Sucan

1.10.16 (2013-11-18)

  • check for CATKIN_ENABLE_TESTING
  • fix for using collada_parser_plugin

1.10.15 (2013-08-17)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged urdf at Robotics Stack Exchange

urdf package from urdf repo

urdf

Package Summary

Tags No category tags.
Version 2.2.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/urdf.git
VCS Type git
VCS Version eloquent
Last Updated 2018-11-20
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases.

Additional Links

Maintainers

  • Chris Lalancette
  • Shane Loretz

Authors

  • Ioan Sucan
  • Jackie Kay
README
No README found. See repository README.
CHANGELOG

Changelog for package urdf

2.2.0 (2018-11-20)

  • Update to remove unneeded console_bridge dependency. (#4)
  • Contributors: Mikael Arguedas

2.1.0 (2018-06-25)

  • Update project URLs (#2)
  • Contributors: Mikael Arguedas

2.0.0 (2017-12-08)

  • Ported to ROS 2
  • Added Windows compatibility
  • Switched to ROS 2 code style
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.12 (2017-11-08)

  • Switched to package format 2 and made rostest a test_depend (#221)
  • Made rostest a test_depend (#221)
  • Added missing dependency on tinyxml (#213)
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.11 (2017-06-27)

  • Shared ptr yakkety (#207)
    • Forward declare urdf::Model when urdfdom version is > 0.4
    • Add test for upcasting from urdf::ModelSharedPtr to urdf::ModelInterfaceSharedPtr
  • Contributors: Shane Loretz

1.12.10 (2017-06-24)

  • Change urdf::Model to use std::shared_ptrs in urdfdom > v0.4 (#206)
  • Contributors: Dave Coleman

1.12.9 (2017-04-26)

1.12.8 (2017-03-27)

  • Allow supplying NodeHandle for initParam (#168)
    • Allow supplying NodeHandle for initParam using new function.
    • fixed missing return statement in previous commit.
  • add Chris and Shane as maintainers (#184)
  • fix missed mandatory -std=c++11 flag (#181) collada_parser,kdl_parser,urdf: add c++11 flag, collada_parser: replace typeof with ansi __typeof__ builded/tested on gentoo Thanks den4ix for the contribution!
  • Contributors: Denis Romanchuk, Piyush Khandelwal, William Woodall

1.12.7 (2017-01-26)

1.12.6 (2017-01-04)

  • Addressed gcc6 build error in the urdf package, forward port of #156 (#173)
  • Now using urdf::*ShredPtr instead of boost::shared_ptr (#144)
  • Contributors: Jochen Sprickerhof, William Woodall

1.12.5 (2016-10-27)

  • Added urdf_compatibility.h header to define SharedPtr types (#160) This provides portability for downstream packages allowing them to use urdfdom 0.3 or 0.4.
  • urdf: Explicitly cast shared_ptr to bool in unit test. (#158)
  • Add smart ptr typedefs (#153)
  • Addressed gcc6 build error in urdf which was related to use of the isystem flag (#157)
  • Remove unneeded dependency on libpcrecpp (#155)
  • Contributors: Bence Magyar, Jochen Sprickerhof, Lukas Bulwahn, Maarten de Vries, Robert Haschke

1.12.4 (2016-08-23)

1.12.3 (2016-06-10)

1.12.2 (2016-04-12)

1.12.1 (2016-04-10)

1.11.8 (2015-09-11)

  • Removed pcre hack for newer released collada-dom.
  • Fixed link order of libpcrecpp.
  • Contributors: Kei Okada

1.11.7 (2015-04-22)

  • Removed the exporting of Boost and pcre as they are not used in the headers, and added TinyXML because it is.
  • Fixed a bug with pcrecpp on Ubuntu > 13.04.
  • Contributors: Kei Okada, William Woodall

1.11.6 (2014-11-30)

  • Add install for static libs needed for Android cross-compilation
  • Contributors: Gary Servin

1.11.5 (2014-07-24)

1.11.4 (2014-07-07)

1.11.3 (2014-06-24)

1.11.2 (2014-03-22)

1.11.1 (2014-03-20)

1.11.0 (2014-02-21)

  • fix urdf files for test
  • fix test at urdf
  • Contributors: YoheiKakiuchi

1.10.18 (2013-12-04)

  • add DEPENDS for kdl_parser
  • Contributors: Ioan Sucan

1.10.16 (2013-11-18)

  • check for CATKIN_ENABLE_TESTING
  • fix for using collada_parser_plugin

1.10.15 (2013-08-17)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged urdf at Robotics Stack Exchange

urdf package from urdf repo

urdf

Package Summary

Tags No category tags.
Version 2.2.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/urdf.git
VCS Type git
VCS Version dashing
Last Updated 2018-11-20
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases.

Additional Links

Maintainers

  • Chris Lalancette
  • Shane Loretz

Authors

  • Ioan Sucan
  • Jackie Kay
README
No README found. See repository README.
CHANGELOG

Changelog for package urdf

2.2.0 (2018-11-20)

  • Update to remove unneeded console_bridge dependency. (#4)
  • Contributors: Mikael Arguedas

2.1.0 (2018-06-25)

  • Update project URLs (#2)
  • Contributors: Mikael Arguedas

2.0.0 (2017-12-08)

  • Ported to ROS 2
  • Added Windows compatibility
  • Switched to ROS 2 code style
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.12 (2017-11-08)

  • Switched to package format 2 and made rostest a test_depend (#221)
  • Made rostest a test_depend (#221)
  • Added missing dependency on tinyxml (#213)
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.11 (2017-06-27)

  • Shared ptr yakkety (#207)
    • Forward declare urdf::Model when urdfdom version is > 0.4
    • Add test for upcasting from urdf::ModelSharedPtr to urdf::ModelInterfaceSharedPtr
  • Contributors: Shane Loretz

1.12.10 (2017-06-24)

  • Change urdf::Model to use std::shared_ptrs in urdfdom > v0.4 (#206)
  • Contributors: Dave Coleman

1.12.9 (2017-04-26)

1.12.8 (2017-03-27)

  • Allow supplying NodeHandle for initParam (#168)
    • Allow supplying NodeHandle for initParam using new function.
    • fixed missing return statement in previous commit.
  • add Chris and Shane as maintainers (#184)
  • fix missed mandatory -std=c++11 flag (#181) collada_parser,kdl_parser,urdf: add c++11 flag, collada_parser: replace typeof with ansi __typeof__ builded/tested on gentoo Thanks den4ix for the contribution!
  • Contributors: Denis Romanchuk, Piyush Khandelwal, William Woodall

1.12.7 (2017-01-26)

1.12.6 (2017-01-04)

  • Addressed gcc6 build error in the urdf package, forward port of #156 (#173)
  • Now using urdf::*ShredPtr instead of boost::shared_ptr (#144)
  • Contributors: Jochen Sprickerhof, William Woodall

1.12.5 (2016-10-27)

  • Added urdf_compatibility.h header to define SharedPtr types (#160) This provides portability for downstream packages allowing them to use urdfdom 0.3 or 0.4.
  • urdf: Explicitly cast shared_ptr to bool in unit test. (#158)
  • Add smart ptr typedefs (#153)
  • Addressed gcc6 build error in urdf which was related to use of the isystem flag (#157)
  • Remove unneeded dependency on libpcrecpp (#155)
  • Contributors: Bence Magyar, Jochen Sprickerhof, Lukas Bulwahn, Maarten de Vries, Robert Haschke

1.12.4 (2016-08-23)

1.12.3 (2016-06-10)

1.12.2 (2016-04-12)

1.12.1 (2016-04-10)

1.11.8 (2015-09-11)

  • Removed pcre hack for newer released collada-dom.
  • Fixed link order of libpcrecpp.
  • Contributors: Kei Okada

1.11.7 (2015-04-22)

  • Removed the exporting of Boost and pcre as they are not used in the headers, and added TinyXML because it is.
  • Fixed a bug with pcrecpp on Ubuntu > 13.04.
  • Contributors: Kei Okada, William Woodall

1.11.6 (2014-11-30)

  • Add install for static libs needed for Android cross-compilation
  • Contributors: Gary Servin

1.11.5 (2014-07-24)

1.11.4 (2014-07-07)

1.11.3 (2014-06-24)

1.11.2 (2014-03-22)

1.11.1 (2014-03-20)

1.11.0 (2014-02-21)

  • fix urdf files for test
  • fix test at urdf
  • Contributors: YoheiKakiuchi

1.10.18 (2013-12-04)

  • add DEPENDS for kdl_parser
  • Contributors: Ioan Sucan

1.10.16 (2013-11-18)

  • check for CATKIN_ENABLE_TESTING
  • fix for using collada_parser_plugin

1.10.15 (2013-08-17)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged urdf at Robotics Stack Exchange

urdf package from urdf repo

urdf urdf_parser_plugin

Package Summary

Tags No category tags.
Version 2.5.2
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/urdf.git
VCS Type git
VCS Version galactic
Last Updated 2021-05-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases.

Additional Links

Maintainers

  • Chris Lalancette
  • Shane Loretz

Authors

  • Ioan Sucan
  • Jackie Kay
README
No README found. See repository README.
CHANGELOG

Changelog for package urdf

2.5.2 (2021-05-12)

2.5.1 (2020-12-10)

  • Work around Windows min/max bug. (#21)
  • Contributors: Chris Lalancette

2.5.0 (2020-10-05)

  • Enable -Wall -Wextra -Wpedantic (#20)
  • Add dependency on TinyXML2 (#19)
  • Remove TinyXML dependency from urdf. (#17)
  • Make urdf plugable and revive urdf_parser_plugin (#13)
  • Contributors: Audrow Nash, Chris Lalancette, Shane Loretz

2.4.0 (2020-05-26)

  • Deprecate methods that require tinyxml (#12)
  • Contributors: Dan Rose

2.3.0 (2020-04-28)

  • Export targets in a addition to include directories / libraries. (#10)
  • Force explicit language for uncrustify. (#9)
  • Code style only: wrap after open parenthesis if not in one line. (#8)
  • Contributors: Dirk Thomas

2.2.0 (2018-11-20)

  • Update to remove unneeded console_bridge dependency. (#4)
  • Contributors: Mikael Arguedas

2.1.0 (2018-06-25)

  • Update project URLs (#2)
  • Contributors: Mikael Arguedas

2.0.0 (2017-12-08)

  • Ported to ROS 2
  • Added Windows compatibility
  • Switched to ROS 2 code style
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.12 (2017-11-08)

  • Switched to package format 2 and made rostest a test_depend (#221)
  • Made rostest a test_depend (#221)
  • Added missing dependency on tinyxml (#213)
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.11 (2017-06-27)

  • Shared ptr yakkety (#207)
    • Forward declare urdf::Model when urdfdom version is > 0.4
    • Add test for upcasting from urdf::ModelSharedPtr to urdf::ModelInterfaceSharedPtr
  • Contributors: Shane Loretz

1.12.10 (2017-06-24)

  • Change urdf::Model to use std::shared_ptrs in urdfdom > v0.4 (#206)
  • Contributors: Dave Coleman

1.12.9 (2017-04-26)

1.12.8 (2017-03-27)

  • Allow supplying NodeHandle for initParam (#168)
    • Allow supplying NodeHandle for initParam using new function.
    • fixed missing return statement in previous commit.
  • add Chris and Shane as maintainers (#184)
  • fix missed mandatory -std=c++11 flag (#181) collada_parser,kdl_parser,urdf: add c++11 flag, collada_parser: replace typeof with ansi __typeof__ builded/tested on gentoo Thanks den4ix for the contribution!
  • Contributors: Denis Romanchuk, Piyush Khandelwal, William Woodall

1.12.7 (2017-01-26)

1.12.6 (2017-01-04)

  • Addressed gcc6 build error in the urdf package, forward port of #156 (#173)
  • Now using urdf::*ShredPtr instead of boost::shared_ptr (#144)
  • Contributors: Jochen Sprickerhof, William Woodall

1.12.5 (2016-10-27)

  • Added urdf_compatibility.h header to define SharedPtr types (#160) This provides portability for downstream packages allowing them to use urdfdom 0.3 or 0.4.
  • urdf: Explicitly cast shared_ptr to bool in unit test. (#158)
  • Add smart ptr typedefs (#153)
  • Addressed gcc6 build error in urdf which was related to use of the isystem flag (#157)
  • Remove unneeded dependency on libpcrecpp (#155)
  • Contributors: Bence Magyar, Jochen Sprickerhof, Lukas Bulwahn, Maarten de Vries, Robert Haschke

1.12.4 (2016-08-23)

1.12.3 (2016-06-10)

1.12.2 (2016-04-12)

1.12.1 (2016-04-10)

1.11.8 (2015-09-11)

  • Removed pcre hack for newer released collada-dom.
  • Fixed link order of libpcrecpp.
  • Contributors: Kei Okada

1.11.7 (2015-04-22)

  • Removed the exporting of Boost and pcre as they are not used in the headers, and added TinyXML because it is.
  • Fixed a bug with pcrecpp on Ubuntu > 13.04.
  • Contributors: Kei Okada, William Woodall

1.11.6 (2014-11-30)

  • Add install for static libs needed for Android cross-compilation
  • Contributors: Gary Servin

1.11.5 (2014-07-24)

1.11.4 (2014-07-07)

1.11.3 (2014-06-24)

1.11.2 (2014-03-22)

1.11.1 (2014-03-20)

1.11.0 (2014-02-21)

  • fix urdf files for test
  • fix test at urdf
  • Contributors: YoheiKakiuchi

1.10.18 (2013-12-04)

  • add DEPENDS for kdl_parser
  • Contributors: Ioan Sucan

1.10.16 (2013-11-18)

  • check for CATKIN_ENABLE_TESTING
  • fix for using collada_parser_plugin

1.10.15 (2013-08-17)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged urdf at Robotics Stack Exchange

urdf package from urdf repo

urdf

Package Summary

Tags No category tags.
Version 2.4.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/urdf.git
VCS Type git
VCS Version foxy
Last Updated 2020-05-27
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases.

Additional Links

Maintainers

  • Chris Lalancette
  • Shane Loretz

Authors

  • Ioan Sucan
  • Jackie Kay
README
No README found. See repository README.
CHANGELOG

Changelog for package urdf

2.4.0 (2020-05-26)

  • Deprecate methods that require tinyxml (#12)
  • Contributors: Dan Rose

2.3.0 (2020-04-28)

  • Export targets in a addition to include directories / libraries. (#10)
  • Force explicit language for uncrustify. (#9)
  • Code style only: wrap after open parenthesis if not in one line. (#8)
  • Contributors: Dirk Thomas

2.2.0 (2018-11-20)

  • Update to remove unneeded console_bridge dependency. (#4)
  • Contributors: Mikael Arguedas

2.1.0 (2018-06-25)

  • Update project URLs (#2)
  • Contributors: Mikael Arguedas

2.0.0 (2017-12-08)

  • Ported to ROS 2
  • Added Windows compatibility
  • Switched to ROS 2 code style
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.12 (2017-11-08)

  • Switched to package format 2 and made rostest a test_depend (#221)
  • Made rostest a test_depend (#221)
  • Added missing dependency on tinyxml (#213)
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.11 (2017-06-27)

  • Shared ptr yakkety (#207)
    • Forward declare urdf::Model when urdfdom version is > 0.4
    • Add test for upcasting from urdf::ModelSharedPtr to urdf::ModelInterfaceSharedPtr
  • Contributors: Shane Loretz

1.12.10 (2017-06-24)

  • Change urdf::Model to use std::shared_ptrs in urdfdom > v0.4 (#206)
  • Contributors: Dave Coleman

1.12.9 (2017-04-26)

1.12.8 (2017-03-27)

  • Allow supplying NodeHandle for initParam (#168)
    • Allow supplying NodeHandle for initParam using new function.
    • fixed missing return statement in previous commit.
  • add Chris and Shane as maintainers (#184)
  • fix missed mandatory -std=c++11 flag (#181) collada_parser,kdl_parser,urdf: add c++11 flag, collada_parser: replace typeof with ansi __typeof__ builded/tested on gentoo Thanks den4ix for the contribution!
  • Contributors: Denis Romanchuk, Piyush Khandelwal, William Woodall

1.12.7 (2017-01-26)

1.12.6 (2017-01-04)

  • Addressed gcc6 build error in the urdf package, forward port of #156 (#173)
  • Now using urdf::*ShredPtr instead of boost::shared_ptr (#144)
  • Contributors: Jochen Sprickerhof, William Woodall

1.12.5 (2016-10-27)

  • Added urdf_compatibility.h header to define SharedPtr types (#160) This provides portability for downstream packages allowing them to use urdfdom 0.3 or 0.4.
  • urdf: Explicitly cast shared_ptr to bool in unit test. (#158)
  • Add smart ptr typedefs (#153)
  • Addressed gcc6 build error in urdf which was related to use of the isystem flag (#157)
  • Remove unneeded dependency on libpcrecpp (#155)
  • Contributors: Bence Magyar, Jochen Sprickerhof, Lukas Bulwahn, Maarten de Vries, Robert Haschke

1.12.4 (2016-08-23)

1.12.3 (2016-06-10)

1.12.2 (2016-04-12)

1.12.1 (2016-04-10)

1.11.8 (2015-09-11)

  • Removed pcre hack for newer released collada-dom.
  • Fixed link order of libpcrecpp.
  • Contributors: Kei Okada

1.11.7 (2015-04-22)

  • Removed the exporting of Boost and pcre as they are not used in the headers, and added TinyXML because it is.
  • Fixed a bug with pcrecpp on Ubuntu > 13.04.
  • Contributors: Kei Okada, William Woodall

1.11.6 (2014-11-30)

  • Add install for static libs needed for Android cross-compilation
  • Contributors: Gary Servin

1.11.5 (2014-07-24)

1.11.4 (2014-07-07)

1.11.3 (2014-06-24)

1.11.2 (2014-03-22)

1.11.1 (2014-03-20)

1.11.0 (2014-02-21)

  • fix urdf files for test
  • fix test at urdf
  • Contributors: YoheiKakiuchi

1.10.18 (2013-12-04)

  • add DEPENDS for kdl_parser
  • Contributors: Ioan Sucan

1.10.16 (2013-11-18)

  • check for CATKIN_ENABLE_TESTING
  • fix for using collada_parser_plugin

1.10.15 (2013-08-17)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged urdf at Robotics Stack Exchange

urdf package from urdf repo

urdf urdf_parser_plugin

Package Summary

Tags No category tags.
Version 2.8.2
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/urdf.git
VCS Type git
VCS Version iron
Last Updated 2023-02-13
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases.

Additional Links

Maintainers

  • Alejandro Hernandez Cordero
  • Chris Lalancette

Authors

  • Ioan Sucan
  • Jackie Kay
  • Shane Loretz
README
No README found. See repository README.
CHANGELOG

Changelog for package urdf

2.8.2 (2023-02-13)

  • [rolling] Update maintainers - 2022-11-07 (#35)
  • Contributors: Audrow Nash

2.8.1 (2022-11-02)

  • [urdf] package.xml: add missing exec_depend to urdf_parser_plugin (#34)
  • Contributors: Tobias Neumann

2.8.0 (2022-09-13)

  • Provide copy and move constructors for [model]{.title-ref} (#33)
  • Contributors: Daniel Reuter

2.7.0 (2022-05-04)

2.6.0 (2022-03-01)

  • Install headers to include/${PROJECT_NAME} (#31)
  • Contributors: Shane Loretz

2.5.3 (2022-01-13)

  • Add linter tests and fix errors (#30)
  • Add in a Doxyfile to predefine macros. (#28)
  • Contributors: Chris Lalancette, Jacob Perron

2.5.2 (2021-05-12)

2.5.1 (2020-12-10)

  • Work around Windows min/max bug. (#21)
  • Contributors: Chris Lalancette

2.5.0 (2020-10-05)

  • Enable -Wall -Wextra -Wpedantic (#20)
  • Add dependency on TinyXML2 (#19)
  • Remove TinyXML dependency from urdf. (#17)
  • Make urdf plugable and revive urdf_parser_plugin (#13)
  • Contributors: Audrow Nash, Chris Lalancette, Shane Loretz

2.4.0 (2020-05-26)

  • Deprecate methods that require tinyxml (#12)
  • Contributors: Dan Rose

2.3.0 (2020-04-28)

  • Export targets in a addition to include directories / libraries. (#10)
  • Force explicit language for uncrustify. (#9)
  • Code style only: wrap after open parenthesis if not in one line. (#8)
  • Contributors: Dirk Thomas

2.2.0 (2018-11-20)

  • Update to remove unneeded console_bridge dependency. (#4)
  • Contributors: Mikael Arguedas

2.1.0 (2018-06-25)

  • Update project URLs (#2)
  • Contributors: Mikael Arguedas

2.0.0 (2017-12-08)

  • Ported to ROS 2
  • Added Windows compatibility
  • Switched to ROS 2 code style
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.12 (2017-11-08)

  • Switched to package format 2 and made rostest a test_depend (#221)
  • Made rostest a test_depend (#221)
  • Added missing dependency on tinyxml (#213)
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.11 (2017-06-27)

  • Shared ptr yakkety (#207)
    • Forward declare urdf::Model when urdfdom version is > 0.4
    • Add test for upcasting from urdf::ModelSharedPtr to urdf::ModelInterfaceSharedPtr
  • Contributors: Shane Loretz

1.12.10 (2017-06-24)

  • Change urdf::Model to use std::shared_ptrs in urdfdom > v0.4 (#206)
  • Contributors: Dave Coleman

1.12.9 (2017-04-26)

1.12.8 (2017-03-27)

  • Allow supplying NodeHandle for initParam (#168)
    • Allow supplying NodeHandle for initParam using new function.
    • fixed missing return statement in previous commit.
  • add Chris and Shane as maintainers (#184)
  • fix missed mandatory -std=c++11 flag (#181) collada_parser,kdl_parser,urdf: add c++11 flag, collada_parser: replace typeof with ansi __typeof__ builded/tested on gentoo Thanks den4ix for the contribution!
  • Contributors: Denis Romanchuk, Piyush Khandelwal, William Woodall

1.12.7 (2017-01-26)

1.12.6 (2017-01-04)

  • Addressed gcc6 build error in the urdf package, forward port of #156 (#173)
  • Now using urdf::*ShredPtr instead of boost::shared_ptr (#144)
  • Contributors: Jochen Sprickerhof, William Woodall

1.12.5 (2016-10-27)

  • Added urdf_compatibility.h header to define SharedPtr types (#160) This provides portability for downstream packages allowing them to use urdfdom 0.3 or 0.4.
  • urdf: Explicitly cast shared_ptr to bool in unit test. (#158)
  • Add smart ptr typedefs (#153)
  • Addressed gcc6 build error in urdf which was related to use of the isystem flag (#157)
  • Remove unneeded dependency on libpcrecpp (#155)
  • Contributors: Bence Magyar, Jochen Sprickerhof, Lukas Bulwahn, Maarten de Vries, Robert Haschke

1.12.4 (2016-08-23)

1.12.3 (2016-06-10)

1.12.2 (2016-04-12)

1.12.1 (2016-04-10)

1.11.8 (2015-09-11)

  • Removed pcre hack for newer released collada-dom.
  • Fixed link order of libpcrecpp.
  • Contributors: Kei Okada

1.11.7 (2015-04-22)

  • Removed the exporting of Boost and pcre as they are not used in the headers, and added TinyXML because it is.
  • Fixed a bug with pcrecpp on Ubuntu > 13.04.
  • Contributors: Kei Okada, William Woodall

1.11.6 (2014-11-30)

  • Add install for static libs needed for Android cross-compilation
  • Contributors: Gary Servin

1.11.5 (2014-07-24)

1.11.4 (2014-07-07)

1.11.3 (2014-06-24)

1.11.2 (2014-03-22)

1.11.1 (2014-03-20)

1.11.0 (2014-02-21)

  • fix urdf files for test
  • fix test at urdf
  • Contributors: YoheiKakiuchi

1.10.18 (2013-12-04)

  • add DEPENDS for kdl_parser
  • Contributors: Ioan Sucan

1.10.16 (2013-11-18)

  • check for CATKIN_ENABLE_TESTING
  • fix for using collada_parser_plugin

1.10.15 (2013-08-17)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged urdf at Robotics Stack Exchange

urdf package from urdf repo

urdf urdf_parser_plugin

Package Summary

Tags No category tags.
Version 1.12.12
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/urdf.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2018-07-18
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases.

Additional Links

Maintainers

  • Chris Lalancette
  • Shane Loretz

Authors

  • Ioan Sucan
  • Jackie Kay
README
No README found. See repository README.
CHANGELOG

Changelog for package urdf

1.12.12 (2017-11-08)

  • Switched to package format 2 and made rostest a test_depend (#221)
  • Made rostest a test_depend (#221)
  • Added missing dependency on tinyxml (#213)
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.11 (2017-06-27)

  • Shared ptr yakkety (#207)
    • Forward declare urdf::Model when urdfdom version is > 0.4
    • Add test for upcasting from urdf::ModelSharedPtr to urdf::ModelInterfaceSharedPtr
  • Contributors: Shane Loretz

1.12.10 (2017-06-24)

  • Change urdf::Model to use std::shared_ptrs in urdfdom > v0.4 (#206)
  • Contributors: Dave Coleman

1.12.9 (2017-04-26)

1.12.8 (2017-03-27)

  • Allow supplying NodeHandle for initParam (#168)
    • Allow supplying NodeHandle for initParam using new function.
    • fixed missing return statement in previous commit.
  • add Chris and Shane as maintainers (#184)
  • fix missed mandatory -std=c++11 flag (#181) collada_parser,kdl_parser,urdf: add c++11 flag, collada_parser: replace typeof with ansi __typeof__ builded/tested on gentoo Thanks den4ix for the contribution!
  • Contributors: Denis Romanchuk, Piyush Khandelwal, William Woodall

1.12.7 (2017-01-26)

1.12.6 (2017-01-04)

  • Addressed gcc6 build error in the urdf package, forward port of #156 (#173)
  • Now using urdf::*ShredPtr instead of boost::shared_ptr (#144)
  • Contributors: Jochen Sprickerhof, William Woodall

1.12.5 (2016-10-27)

  • Added urdf_compatibility.h header to define SharedPtr types (#160) This provides portability for downstream packages allowing them to use urdfdom 0.3 or 0.4.
  • urdf: Explicitly cast shared_ptr to bool in unit test. (#158)
  • Add smart ptr typedefs (#153)
  • Addressed gcc6 build error in urdf which was related to use of the isystem flag (#157)
  • Remove unneeded dependency on libpcrecpp (#155)
  • Contributors: Bence Magyar, Jochen Sprickerhof, Lukas Bulwahn, Maarten de Vries, Robert Haschke

1.12.4 (2016-08-23)

1.12.3 (2016-06-10)

1.12.2 (2016-04-12)

1.12.1 (2016-04-10)

1.11.8 (2015-09-11)

  • Removed pcre hack for newer released collada-dom.
  • Fixed link order of libpcrecpp.
  • Contributors: Kei Okada

1.11.7 (2015-04-22)

  • Removed the exporting of Boost and pcre as they are not used in the headers, and added TinyXML because it is.
  • Fixed a bug with pcrecpp on Ubuntu > 13.04.
  • Contributors: Kei Okada, William Woodall

1.11.6 (2014-11-30)

  • Add install for static libs needed for Android cross-compilation
  • Contributors: Gary Servin

1.11.5 (2014-07-24)

1.11.4 (2014-07-07)

1.11.3 (2014-06-24)

1.11.2 (2014-03-22)

1.11.1 (2014-03-20)

1.11.0 (2014-02-21)

  • fix urdf files for test
  • fix test at urdf
  • Contributors: YoheiKakiuchi

1.10.18 (2013-12-04)

  • add DEPENDS for kdl_parser
  • Contributors: Ioan Sucan

1.10.16 (2013-11-18)

  • check for CATKIN_ENABLE_TESTING
  • fix for using collada_parser_plugin

1.10.15 (2013-08-17)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged urdf at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.11.14
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/robot_model.git
VCS Type git
VCS Version jade-devel
Last Updated 2017-08-14
Dev Status END-OF-LIFE
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases.

Additional Links

Maintainers

  • Chris Lalancette
  • Shane Loretz

Authors

  • Ioan Sucan
  • Jackie Kay
README
No README found. See repository README.
CHANGELOG

Changelog for package urdf

1.11.14 (2017-08-14)

  • add missing build/build_export/run dependency on tinyxml #214
  • add missing ModelSharedPtr typedefs in indigo #210
  • Contributors: Michael Görner, Shane Loretz

1.11.13 (2017-03-27)

  • Use urdf::*ShredPtr instead of boost::shared_ptr (#144)
  • add Chris and Shane as maintainers (#185)
  • Contributors: Jochen Sprickerhof, William Woodall

1.11.12 (2017-01-04)

  • Added urdf_compatibility.h to define SharedPtr types, copy of #160 (#170)
  • Addressed gcc6 build error in the urdf package (#156)
  • Contributors: Lukas Bulwahn, Michael Görner

1.11.11 (2016-06-10)

1.11.10 (2016-02-23)

1.11.9 (2016-02-22)

  • Add Jackie as a maintainer
  • test_robot.urdf: fix indentation
  • Overhaul tests in urdf
  • Contributors: Jackie Kay, Steven Peters

1.11.8 (2015-09-11)

  • Removed pcre hack for newer released collada-dom.
  • Fixed link order of libpcrecpp.
  • Contributors: Kei Okada

1.11.7 (2015-04-22)

  • Removed the exporting of Boost and pcre as they are not used in the headers, and added TinyXML because it is.
  • Fixed a bug with pcrecpp on Ubuntu > 13.04.
  • Contributors: Kei Okada, William Woodall

1.11.6 (2014-11-30)

  • Add install for static libs needed for Android cross-compilation
  • Contributors: Gary Servin

1.11.5 (2014-07-24)

1.11.4 (2014-07-07)

1.11.3 (2014-06-24)

1.11.2 (2014-03-22)

1.11.1 (2014-03-20)

1.11.0 (2014-02-21)

  • fix urdf files for test
  • fix test at urdf
  • Contributors: YoheiKakiuchi

1.10.18 (2013-12-04)

  • add DEPENDS for kdl_parser
  • Contributors: Ioan Sucan

1.10.16 (2013-11-18)

  • check for CATKIN_ENABLE_TESTING
  • fix for using collada_parser_plugin

1.10.15 (2013-08-17)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged urdf at Robotics Stack Exchange

urdf package from urdf repo

urdf urdf_parser_plugin

Package Summary

Tags No category tags.
Version 1.11.15
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/urdf.git
VCS Type git
VCS Version indigo-devel
Last Updated 2018-02-08
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases.

Additional Links

Maintainers

  • Chris Lalancette
  • Shane Loretz

Authors

  • Ioan Sucan
  • Jackie Kay
README
No README found. See repository README.
CHANGELOG

Changelog for package urdf

1.11.15 (2017-11-08)

  • Added Add initParamWithNodeHandle #193
  • Removed pcrecpp from dependencies #216
  • Added forward declaration on Model #217
  • Contributors: Michael Görner, Chris Lalancette, Mike Liu

1.11.14 (2017-08-14)

  • add missing build/build_export/run dependency on tinyxml #214
  • add missing ModelSharedPtr typedefs in indigo #210
  • Contributors: Michael Görner, Shane Loretz

1.11.13 (2017-03-27)

  • Use urdf::*ShredPtr instead of boost::shared_ptr (#144)
  • add Chris and Shane as maintainers (#185)
  • Contributors: Jochen Sprickerhof, William Woodall

1.11.12 (2017-01-04)

  • Added urdf_compatibility.h to define SharedPtr types, copy of #160 (#170)
  • Addressed gcc6 build error in the urdf package (#156)
  • Contributors: Lukas Bulwahn, Michael Görner

1.11.11 (2016-06-10)

1.11.10 (2016-02-23)

1.11.9 (2016-02-22)

  • Add Jackie as a maintainer
  • test_robot.urdf: fix indentation
  • Overhaul tests in urdf
  • Contributors: Jackie Kay, Steven Peters

1.11.8 (2015-09-11)

  • Removed pcre hack for newer released collada-dom.
  • Fixed link order of libpcrecpp.
  • Contributors: Kei Okada

1.11.7 (2015-04-22)

  • Removed the exporting of Boost and pcre as they are not used in the headers, and added TinyXML because it is.
  • Fixed a bug with pcrecpp on Ubuntu > 13.04.
  • Contributors: Kei Okada, William Woodall

1.11.6 (2014-11-30)

  • Add install for static libs needed for Android cross-compilation
  • Contributors: Gary Servin

1.11.5 (2014-07-24)

1.11.4 (2014-07-07)

1.11.3 (2014-06-24)

1.11.2 (2014-03-22)

1.11.1 (2014-03-20)

1.11.0 (2014-02-21)

  • fix urdf files for test
  • fix test at urdf
  • Contributors: YoheiKakiuchi

1.10.18 (2013-12-04)

  • add DEPENDS for kdl_parser
  • Contributors: Ioan Sucan

1.10.16 (2013-11-18)

  • check for CATKIN_ENABLE_TESTING
  • fix for using collada_parser_plugin

1.10.15 (2013-08-17)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
cartographer_ros
cob_obstacle_distance
cob_omni_drive_controller
cob_twist_controller
cob_gazebo_ros_control
cob_kinematics
collada_parser
collada_urdf
fetch_description
flir_ptu_description
gazebo_plugins
gazebo_ros_control
heron_description
husky_description
industrial_robot_client
industrial_utils
jackal_description
jackal_navigation
collada_urdf_jsk_patch
virtual_force_publisher
jsk_footstep_controller
euscollada
jsk_interactive_marker
kdl_parser
kdl_parser_py
kobuki_description
mavros_extras
mir_description
moveit_ros_perception
pr2_moveit_plugins
pr2_arm_ik_tests
mrp2_navigation
mrp2_hardware
openni_description
pheeno_ros_description
pointgrey_camera_description
pr2_teleop_general
joint_trajectory_generator
pr2_arm_move_ik
pr2_arm_kinematics
pr2_mechanism_diagnostics
pr2_mechanism_model
pr2_navigation_self_filter
joint_qualification_controllers
pr2_gazebo_plugins
raspimouse_description
raspimouse_gazebo
ridgeback_control
ridgeback_description
ridgeback_navigation
robot_controllers
robot_self_filter
canopen_motor_node
joint_limits_interface
ros_control_boilerplate
diff_drive_controller
effort_controllers
gripper_action_controller
joint_trajectory_controller
velocity_controllers
nextage_calibration
nextage_description
rviz
schunk_powercube_chain
schunk_sdh
sr_edc_launch
srdfdom
trac_ik_lib
uwsim
ur_description
uos_common_urdf
velodyne_description
warthog_description
bebop_description
ca_description
grizzly_description
hector_gps_calibration
katana
katana_arm_gazebo
katana_description
motoman_driver
nao_description
pepper_description
pheeno_ros_sim
rb1_base_description
robot_model
robotiq_s_model_visualization
robotnik_sensors
roch_description
romeo_description
roomblock_description
schunk_canopen_driver
schunk_svh_driver
summit_x_description
summit_xl_description
turtlebot_description
turtlebot_arm_description
create_description
calvin_description
jsk_robot_startup
kingfisher_description
kurt_description
maxwell_defs
ros_ethercat_model
aubo_description
carl_interactive_manipulation
cirkit_unit03_description
evarobot_description
evarobot_gazebo
freefloating_gazebo
urdf2graspit
icart_mini_gazebo
constrained_ik
phantomx_reactor_arm_description
rapid_pbd
robot_markers
urdf_vehicle_kinematic
spur_description
steer_drive_controller
urdf2inventor
urdf_traverser
widowx_arm_description
yumi_hw

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged urdf at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.10.21
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/robot_model.git
VCS Type git
VCS Version hydro-devel
Last Updated 2015-12-09
Dev Status END-OF-LIFE
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases.

Additional Links

Maintainers

  • Ioan Sucan

Authors

  • Ioan Sucan
README
No README found. No README in repository either.
CHANGELOG

Changelog for package urdf

1.10.21 (2014-11-30)

1.10.20 (2014-08-01)

1.10.19 (2014-02-15) -------------------* fix urdf files for test * fix test at urdf * Contributors: YoheiKakiuchi

1.10.18 (2013-12-04)

  • add DEPENDS for kdl_parser
  • Contributors: Ioan Sucan

1.10.16 (2013-11-18)

  • check for CATKIN_ENABLE_TESTING
  • fix for using collada_parser_plugin

1.10.15 (2013-08-17)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged urdf at Robotics Stack Exchange

urdf package from urdf repo

urdf urdf_parser_plugin

Package Summary

Tags No category tags.
Version 1.12.12
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/urdf.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2018-07-18
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases.

Additional Links

Maintainers

  • Chris Lalancette
  • Shane Loretz

Authors

  • Ioan Sucan
  • Jackie Kay
README
No README found. See repository README.
CHANGELOG

Changelog for package urdf

1.12.12 (2017-11-08)

  • Switched to package format 2 and made rostest a test_depend (#221)
  • Made rostest a test_depend (#221)
  • Added missing dependency on tinyxml (#213)
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.11 (2017-06-27)

  • Shared ptr yakkety (#207)
    • Forward declare urdf::Model when urdfdom version is > 0.4
    • Add test for upcasting from urdf::ModelSharedPtr to urdf::ModelInterfaceSharedPtr
  • Contributors: Shane Loretz

1.12.10 (2017-06-24)

  • Change urdf::Model to use std::shared_ptrs in urdfdom > v0.4 (#206)
  • Contributors: Dave Coleman

1.12.9 (2017-04-26)

1.12.8 (2017-03-27)

  • Allow supplying NodeHandle for initParam (#168)
    • Allow supplying NodeHandle for initParam using new function.
    • fixed missing return statement in previous commit.
  • add Chris and Shane as maintainers (#184)
  • fix missed mandatory -std=c++11 flag (#181) collada_parser,kdl_parser,urdf: add c++11 flag, collada_parser: replace typeof with ansi __typeof__ builded/tested on gentoo Thanks den4ix for the contribution!
  • Contributors: Denis Romanchuk, Piyush Khandelwal, William Woodall

1.12.7 (2017-01-26)

1.12.6 (2017-01-04)

  • Addressed gcc6 build error in the urdf package, forward port of #156 (#173)
  • Now using urdf::*ShredPtr instead of boost::shared_ptr (#144)
  • Contributors: Jochen Sprickerhof, William Woodall

1.12.5 (2016-10-27)

  • Added urdf_compatibility.h header to define SharedPtr types (#160) This provides portability for downstream packages allowing them to use urdfdom 0.3 or 0.4.
  • urdf: Explicitly cast shared_ptr to bool in unit test. (#158)
  • Add smart ptr typedefs (#153)
  • Addressed gcc6 build error in urdf which was related to use of the isystem flag (#157)
  • Remove unneeded dependency on libpcrecpp (#155)
  • Contributors: Bence Magyar, Jochen Sprickerhof, Lukas Bulwahn, Maarten de Vries, Robert Haschke

1.12.4 (2016-08-23)

1.12.3 (2016-06-10)

1.12.2 (2016-04-12)

1.12.1 (2016-04-10)

1.11.8 (2015-09-11)

  • Removed pcre hack for newer released collada-dom.
  • Fixed link order of libpcrecpp.
  • Contributors: Kei Okada

1.11.7 (2015-04-22)

  • Removed the exporting of Boost and pcre as they are not used in the headers, and added TinyXML because it is.
  • Fixed a bug with pcrecpp on Ubuntu > 13.04.
  • Contributors: Kei Okada, William Woodall

1.11.6 (2014-11-30)

  • Add install for static libs needed for Android cross-compilation
  • Contributors: Gary Servin

1.11.5 (2014-07-24)

1.11.4 (2014-07-07)

1.11.3 (2014-06-24)

1.11.2 (2014-03-22)

1.11.1 (2014-03-20)

1.11.0 (2014-02-21)

  • fix urdf files for test
  • fix test at urdf
  • Contributors: YoheiKakiuchi

1.10.18 (2013-12-04)

  • add DEPENDS for kdl_parser
  • Contributors: Ioan Sucan

1.10.16 (2013-11-18)

  • check for CATKIN_ENABLE_TESTING
  • fix for using collada_parser_plugin

1.10.15 (2013-08-17)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
audibot_description
cartographer_ros
caster_description
cob_base_controller_utils
cob_obstacle_distance
cob_omni_drive_controller
cob_twist_controller
cob_gazebo_ros_control
collada_parser
collada_urdf
dbw_fca_description
dbw_mkz_description
fake_joint_driver
fetch_description
flir_ptu_description
franka_gazebo
franka_hw
fsrobo_r_driver
gazebo_plugins
gazebo_ros_control
hebi_description
heron_description
heron_simulator
husky_description
igvc_self_drive_description
industrial_robot_client
industrial_utils
jackal_description
jackal_navigation
collada_urdf_jsk_patch
virtual_force_publisher
jsk_footstep_controller
euscollada
jsk_interactive_marker
kdl_parser
kdl_parser_py
kobuki_description
leuze_description
mavros_extras
mir_description
moose_control
moose_description
moveit_core
moveit_kinematics
moveit_ros_perception
moveit_ros_planning
moveit_setup_assistant
pr2_moveit_plugins
pr2_arm_ik_tests
open_manipulator_p_description
open_manipulator_p_gazebo
open_manipulator_gazebo
open_manipulator_with_tb3_description
open_manipulator_with_tb3_gazebo
openni_description
p2os_urdf
pheeno_ros_description
prbt_hardware_support
pointgrey_camera_description
pr2_teleop_general
joint_trajectory_generator
pr2_arm_move_ik
pr2_arm_kinematics
pr2_mechanism_diagnostics
pr2_mechanism_model
pr2_navigation_self_filter
joint_qualification_controllers
pr2_gazebo_plugins
qb_device_hardware_interface
raspimouse_description
rdl_urdfreader
ridgeback_control
ridgeback_description
ridgeback_navigation
robot_controllers
robot_self_filter
canopen_motor_node
joint_limits_interface
ros_control_boilerplate
ackermann_steering_controller
diff_drive_controller
effort_controllers
gripper_action_controller
joint_trajectory_controller
velocity_controllers
nextage_calibration
nextage_description
rviz
schunk_powercube_chain
schunk_sdh
seed_r7_ros_controller
sr_description
sr_hand
sr_utilities
sr_edc_launch
hand_kinematics
sr_multi_description
srdfdom
trac_ik_lib
uwsim
ur_description
ur_e_description
uos_common_urdf
urdf_geometry_parser
velodyne_description
warthog_description
ackermann_controller
bebop_description
cog_publisher
ca_description
denso_ros_control
dsr_gazebo
dynamixel_control_hw
flir_camera_description
grizzly_description
hebiros_description
hector_gps_calibration
hector_quadrotor_interface
iiwa_hw
innok_heros_description
jaguar_description
katana
katana_arm_gazebo
katana_description
loki_description
magni_description
mas_cartesian_control
mobility_base_description
motoman_driver
multi_jackal_base
multi_jackal_control
multi_jackal_description
nao_description
pepper_description
pheeno_ros_sim
raspigibbon_description
rb1_base_description
robot_model
robotiq_2f_140_gripper_visualization
robotiq_2f_85_gripper_visualization
robotiq_3f_gripper_visualization
robotnik_sensors
roch_description
romeo_description
roomblock_description
rsv_balance_description
schunk_canopen_driver
schunk_svh_driver
summit_x_description
summit_xl_description
turtlebot_description
turtlebot_arm_description
create_description
xbot_description
xiaoqiang_description

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged urdf at Robotics Stack Exchange

urdf package from urdf repo

urdf urdf_parser_plugin

Package Summary

Tags No category tags.
Version 1.13.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/urdf.git
VCS Type git
VCS Version melodic-devel
Last Updated 2022-07-18
Dev Status MAINTAINED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases.

Additional Links

Maintainers

  • Chris Lalancette
  • Shane Loretz

Authors

  • Ioan Sucan
  • Jackie Kay
README
No README found. See repository README.
CHANGELOG

Changelog for package urdf

1.13.2 (2020-03-06)

  • Windows bringup. (#31)
  • update library install destination (#28)
  • Solved problem when static linking against urdf (#25)
  • unit test: add missing link name (#26)
  • update deprecated macro for MSVC (#27)
  • Contributors: James Xu, Robert Haschke, Sean Yen, ivanpauno

1.13.1 (2018-04-05)

  • Eliminate a deprecation warning by renaming class_loader.h -> class_loader.hpp (#16)
  • Make the pointers const for the new tinyxml2 APIs (#15)
  • Contributors: Chris Lalancette, Shane Loretz

1.13.0 (2018-03-19)

  • Add in TinyXML2 versions of the initXml API. Also add in some tests, and add in a deprecation warning for the TinyXML versions of the APIs.
  • Add some tests for the 'initXml' family of methods.
  • Small CMake fixups. In particular, make sure we define the correct define when building on WIN32. Also do whitespace cleanup.
  • Windows compatibility from ROS2.
  • Style fixes from ROS2
  • update links now that this is in its own repo (#7)
  • Contributors: Chris Lalancette, Dmitry Rozhkov, Mikael Arguedas

1.12.12 (2017-11-08)

  • Switched to package format 2 and made rostest a test_depend (#221)
  • Made rostest a test_depend (#221)
  • Added missing dependency on tinyxml (#213)
  • Contributors: Chris Lalancette, Mikael Arguedas

1.12.11 (2017-06-27)

  • Shared ptr yakkety (#207)
    • Forward declare urdf::Model when urdfdom version is > 0.4
    • Add test for upcasting from urdf::ModelSharedPtr to urdf::ModelInterfaceSharedPtr
  • Contributors: Shane Loretz

1.12.10 (2017-06-24)

  • Change urdf::Model to use std::shared_ptrs in urdfdom > v0.4 (#206)
  • Contributors: Dave Coleman

1.12.9 (2017-04-26)

1.12.8 (2017-03-27)

  • Allow supplying NodeHandle for initParam (#168)
    • Allow supplying NodeHandle for initParam using new function.
    • fixed missing return statement in previous commit.
  • add Chris and Shane as maintainers (#184)
  • fix missed mandatory -std=c++11 flag (#181) collada_parser,kdl_parser,urdf: add c++11 flag, collada_parser: replace typeof with ansi __typeof__ builded/tested on gentoo Thanks den4ix for the contribution!
  • Contributors: Denis Romanchuk, Piyush Khandelwal, William Woodall

1.12.7 (2017-01-26)

1.12.6 (2017-01-04)

  • Addressed gcc6 build error in the urdf package, forward port of #156 (#173)
  • Now using urdf::*ShredPtr instead of boost::shared_ptr (#144)
  • Contributors: Jochen Sprickerhof, William Woodall

1.12.5 (2016-10-27)

  • Added urdf_compatibility.h header to define SharedPtr types (#160) This provides portability for downstream packages allowing them to use urdfdom 0.3 or 0.4.
  • urdf: Explicitly cast shared_ptr to bool in unit test. (#158)
  • Add smart ptr typedefs (#153)
  • Addressed gcc6 build error in urdf which was related to use of the isystem flag (#157)
  • Remove unneeded dependency on libpcrecpp (#155)
  • Contributors: Bence Magyar, Jochen Sprickerhof, Lukas Bulwahn, Maarten de Vries, Robert Haschke

1.12.4 (2016-08-23)

1.12.3 (2016-06-10)

1.12.2 (2016-04-12)

1.12.1 (2016-04-10)

1.11.8 (2015-09-11)

  • Removed pcre hack for newer released collada-dom.
  • Fixed link order of libpcrecpp.
  • Contributors: Kei Okada

1.11.7 (2015-04-22)

  • Removed the exporting of Boost and pcre as they are not used in the headers, and added TinyXML because it is.
  • Fixed a bug with pcrecpp on Ubuntu > 13.04.
  • Contributors: Kei Okada, William Woodall

1.11.6 (2014-11-30)

  • Add install for static libs needed for Android cross-compilation
  • Contributors: Gary Servin

1.11.5 (2014-07-24)

1.11.4 (2014-07-07)

1.11.3 (2014-06-24)

1.11.2 (2014-03-22)

1.11.1 (2014-03-20)

1.11.0 (2014-02-21)

  • fix urdf files for test
  • fix test at urdf
  • Contributors: YoheiKakiuchi

1.10.18 (2013-12-04)

  • add DEPENDS for kdl_parser
  • Contributors: Ioan Sucan

1.10.16 (2013-11-18)

  • check for CATKIN_ENABLE_TESTING
  • fix for using collada_parser_plugin

1.10.15 (2013-08-17)

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
audibot_description
cartographer_ros
caster_description
cob_base_controller_utils
cob_obstacle_distance
cob_omni_drive_controller
cob_twist_controller
cob_gazebo_ros_control
collada_parser
collada_urdf
copernicus_description
create_description
dbw_fca_description
dbw_mkz_description
dbw_polaris_description
dingo_description
fake_joint_driver
fath_pivot_mount_description
fetch_drivers
fetch_description
flir_ptu_description
franka_example_controllers
franka_gazebo
franka_hw
fsrobo_r_driver
gazebo_plugins
gazebo_ros_control
hebi_description
heifu_description
heron_description
heron_simulator
husky_description
husky_cartographer_navigation
igvc_self_drive_description
industrial_robot_client
industrial_utils
jackal_description
jackal_navigation
jackal_cartographer_navigation
collada_urdf_jsk_patch
virtual_force_publisher
jsk_footstep_controller
euscollada
jsk_interactive_marker
kdl_parser
kobuki_description
leuze_description
mavros_extras
robot
mir_description
moose_control
moose_description
moveit_core
moveit_ros_perception
moveit_ros_planning
moveit_setup_assistant
pr2_moveit_plugins
pr2_arm_ik_tests
mrp2_slam
mrp2_navigation
mrp2_hardware
open_manipulator_p_description
open_manipulator_p_gazebo
open_manipulator_gazebo
open_manipulator_with_tb3_description
open_manipulator_with_tb3_gazebo
openni_description
p2os_urdf
pf_description
pheeno_ros_description
prbt_hardware_support
rqt_play_motion_builder
pointgrey_camera_description
pr2_teleop_general
joint_trajectory_generator
pr2_arm_move_ik
pr2_arm_kinematics
pr2_mechanism_diagnostics
pr2_mechanism_model
pr2_navigation_self_filter
joint_qualification_controllers
pr2_gazebo_plugins
qb_device_hardware_interface
raspimouse_description
rdl_urdfreader
ridgeback_control
ridgeback_description
ridgeback_navigation
ridgeback_cartographer_navigation
robot_body_filter
robot_controllers
robot_self_filter
robotont_description
robotont_nuc_description
canopen_motor_node
joint_limits_interface
ros_control_boilerplate
ackermann_steering_controller
diff_drive_controller
effort_controllers
gripper_action_controller
joint_trajectory_controller
velocity_controllers
nextage_calibration
nextage_description
rviz
schunk_powercube_chain
schunk_sdh
seed_r7_ros_controller
sr_description
sr_hand
sr_utilities
sr_edc_launch
hand_kinematics
sr_multi_description
srdfdom
trac_ik_lib
uwsim
ur_description
uos_common_urdf
urdf_geometry_parser
velodyne_description
warthog_description

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged urdf at Robotics Stack Exchange