Package Summary

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

Repository Summary

Checkout URI https://github.com/pr2/pr2_common.git
VCS Type git
VCS Version melodic-devel
Last Updated 2022-09-07
Dev Status UNMAINTAINED
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 the description (mechanical, kinematic, visual, etc.) of the PR2 robot. The files in this package are parsed and used by a variety of other components. Most users will not interact directly with this package.

Additional Links

Maintainers

  • ROS Orphaned Package Maintainers

Authors

  • John Hsu
  • Eric Berger
  • Austin Hendrix
README
No README found. See repository README.
CHANGELOG

Changelog for package pr2_description

1.13.1 (2022-09-07)

  • allow pr2.urdf.xacro to accept customized calibration values (#285) If 0.0, use the default values. (This retains backward compatibility) If not 0.0, use the passed values. (Enable custom calibration values for all macro instantiations Using 0.0 to trigger the old defaults is necessary because some default values need to be computed from other parameters.
  • Contributors: Shuang Li

1.13.0 (2020-08-11)

  • Cleanup collision/auxiliary shapes in urdf (#280)
    • remove auxiliary shapes from kinect2 links If one wants to see the frames, just enable the frame in RViz. There is no need whatsoever to keep these in the description.
    • provide bounding box for kinect2 spoiler to enable some collision checking. It was not enabled at all before and it\'s barely in the workspace of the arms at all (without tool use). So a rough bounding box is fine.
    • remove useless visual geometry MoveIt master recently changed its policy w.r.t. empty collision geometries. The current version complains: ros.moveit_core.robot_model.empty_collision_geometry: Link sensor_mount_link has visual geometry but no collision geometry. Collision geometry will be left empty. Fix your URDF file by explicitly specifying collision geometry. ros.moveit_core.robot_model.empty_collision_geometry: Link double_stereo_link has visual geometry but no collision geometry. Collision geometry will be left empty. Fix your URDF file by explicitly specifying collision geometry. As these visuals are not helpful and do not add anything to the description, I just remove them.
    • remove guessed inertia on base_footprint These values are obviously fictitious (the whole link is...) Additionally, KDL datastructures have been complaining about this for ages because KDL does not support inertials for the model root (whatever that means).
  • cleanup rviz errors (#278)
    • use collada to store kinect mesh The STL produced the following warning with RViz: [ WARN]: The STL file \'package://pr2_description/meshes/sensors/kinect2_v0/kinect2_assembly.STL\' is malformed. It starts with the word \'solid\', indicating that it\'s an ASCII STL file, but it does not contain the word \'endsolid\' so it is either a malformed ASCII STL file or it is actually a binary STL file. Trying to interpret it as a binary STL file instead.
    • fix TIFFFieldWithTag errors by converting to png files The error seems to stem from a problem in libtiff, so a reasonable way to resolve it was to change to a different file format. The texture files should not be used in isolation from the corresponding dae file, so removing the old tiff files retains API.
  • Contributors: Kei Okada, v4hn

1.12.4 (2019-04-24)

  • Merge pull request #274 from knorth55/fix-gripper Revert #255
  • Revert \"[pr2_description] fix: gripper reduction 3141.6 -> 314.16\" This reverts commit d5c8f476c6882b74a03bdc39eccf36823da3ad97.
  • Contributors: Kei Okada, Shingo Kitagawa

1.12.3 (2018-09-10)

1.12.2 (2018-04-18)

  • Merge pull request #269 from bmagyar/kinetic-devel Fix pr2_description warnings
  • Remove playerstage xml schemas
  • xacro.py -> xacro
  • Contributors: Bence Magyar

1.12.1 (2018-02-13)

  • Merge pull request #267 from k-okada/maintainer change maintainer to ROS orphaned package maintainer
  • change maintainer to ROS orphaned package maintainer
  • Merge pull request #266 from furushchev/use-arg pr2.urdf.xacro: support xacro:arg
  • pr2.urdf.xacro: support xacro:arg
  • Merge pull request #260 from davetcoleman/inconsistent_namespace Fix inconsistent namespace redefinitions for xmlns:xacro
  • Merge pull request #259 from davetcoleman/prepend_xacro_namespace Prepend xacro tags with xacro xml namespace
  • Merge pull request #258 from PR2/indigo-devel Sync Indigo into Kinetic
  • Prepend xacro tags with xacro xml namespace
  • Fix inconsistent namespace redefinitions for xmlns:xacro
  • Merge pull request #255 from furushchev/fix-gripper [pr2_description] fix: gripper reduction 3141.6 -> 314.16
  • [pr2_description] fix: gripper reduction 3141.6 -> 314.16
  • Contributors: Dave Coleman, Devon Ash, Furushchev, Kei Okada

1.11.9 (2015-02-10)

  • Updated maintainership
  • Contributors: TheDash

1.11.8 (2015-01-13)

  • liburdfdom-dev dep
  • Contributors: dash

1.11.7 (2015-01-12)

  • Fixed changelogs manually
  • Merge conflicts
  • Changelogs
  • Changelogs
  • Changelogs
  • Changelogs
  • Contributors: TheDash, dash

1.11.5 (2014-12-16)

  • when using ROS Indigo and Gazebo 2.2.3, the name specified here must be <link_name>_collision
  • made test_urdf independent from ros package urdfdom by using liburdfdom-dev directly as its recommended in the package description of urdfdom
  • made test_urdf independent from ros package urdfdom by using liburdfdom-dev directly as its recommended in the package description of urdfdom
  • removed developers warning in pr2_descriptions CMakeLists.txt
  • Contributors: Arne Hitzmann, Kei Okada

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pr2_description at Robotics Stack Exchange

Package Summary

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

Repository Summary

Checkout URI https://github.com/pr2/pr2_common.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2018-06-08
Dev Status UNMAINTAINED
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 the description (mechanical, kinematic, visual, etc.) of the PR2 robot. The files in this package are parsed and used by a variety of other components. Most users will not interact directly with this package.

Additional Links

Maintainers

  • ROS Orphaned Package Maintainers

Authors

  • John Hsu
  • Eric Berger
  • Austin Hendrix
README
No README found. No README in repository either.
CHANGELOG

Changelog for package pr2_description

1.12.2 (2018-04-18)

  • Merge pull request #269 from bmagyar/kinetic-devel Fix pr2_description warnings
  • Remove playerstage xml schemas
  • xacro.py -> xacro
  • Contributors: Bence Magyar

1.12.1 (2018-02-13)

  • Merge pull request #267 from k-okada/maintainer change maintainer to ROS orphaned package maintainer
  • change maintainer to ROS orphaned package maintainer
  • Merge pull request #266 from furushchev/use-arg pr2.urdf.xacro: support xacro:arg
  • pr2.urdf.xacro: support xacro:arg
  • Merge pull request #260 from davetcoleman/inconsistent_namespace Fix inconsistent namespace redefinitions for xmlns:xacro
  • Merge pull request #259 from davetcoleman/prepend_xacro_namespace Prepend xacro tags with xacro xml namespace
  • Merge pull request #258 from PR2/indigo-devel Sync Indigo into Kinetic
  • Prepend xacro tags with xacro xml namespace
  • Fix inconsistent namespace redefinitions for xmlns:xacro
  • Merge pull request #255 from furushchev/fix-gripper [pr2_description] fix: gripper reduction 3141.6 -> 314.16
  • [pr2_description] fix: gripper reduction 3141.6 -> 314.16
  • Contributors: Dave Coleman, Devon Ash, Furushchev, Kei Okada

1.11.9 (2015-02-10)

  • Updated maintainership
  • Contributors: TheDash

1.11.8 (2015-01-13)

  • liburdfdom-dev dep
  • Contributors: dash

1.11.7 (2015-01-12)

  • Fixed changelogs manually
  • Merge conflicts
  • Changelogs
  • Changelogs
  • Changelogs
  • Changelogs
  • Contributors: TheDash, dash

1.11.5 (2014-12-16)

  • when using ROS Indigo and Gazebo 2.2.3, the name specified here must be <link_name>_collision
  • made test_urdf independent from ros package urdfdom by using liburdfdom-dev directly as its recommended in the package description of urdfdom
  • made test_urdf independent from ros package urdfdom by using liburdfdom-dev directly as its recommended in the package description of urdfdom
  • removed developers warning in pr2_descriptions CMakeLists.txt
  • Contributors: Arne Hitzmann, Kei Okada

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pr2_description 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/pr2/pr2_common.git
VCS Type git
VCS Version indigo-devel
Last Updated 2016-10-11
Dev Status UNMAINTAINED
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 the description (mechanical, kinematic, visual, etc.) of the PR2 robot. The files in this package are parsed and used by a variety of other components. Most users will not interact directly with this package.

Additional Links

Maintainers

  • Devon Ash

Authors

  • John Hsu
  • Eric Berger
  • Austin Hendrix
README
No README found. No README in repository either.
CHANGELOG

Changelog for package pr2_description

1.11.9 (2015-02-10)

  • Updated maintainership
  • Contributors: TheDash

1.11.8 (2015-01-13)

  • liburdfdom-dev dep
  • Contributors: dash

1.11.7 (2015-01-12)

  • Fixed changelogs manually
  • Merge conflicts
  • Changelogs
  • Changelogs
  • Changelogs
  • Changelogs
  • Contributors: TheDash, dash

1.11.5 (2014-12-16)

  • when using ROS Indigo and Gazebo 2.2.3, the name specified here must be <link_name>_collision
  • made test_urdf independent from ros package urdfdom by using liburdfdom-dev directly as its recommended in the package description of urdfdom
  • made test_urdf independent from ros package urdfdom by using liburdfdom-dev directly as its recommended in the package description of urdfdom
  • removed developers warning in pr2_descriptions CMakeLists.txt
  • Contributors: Arne Hitzmann, Kei Okada

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pr2_description 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/pr2/pr2_common.git
VCS Type git
VCS Version indigo-devel
Last Updated 2016-10-11
Dev Status UNMAINTAINED
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 the description (mechanical, kinematic, visual, etc.) of the PR2 robot. The files in this package are parsed and used by a variety of other components. Most users will not interact directly with this package.

Additional Links

Maintainers

  • Devon Ash

Authors

  • John Hsu
  • Eric Berger
  • Austin Hendrix
README
No README found. No README in repository either.
CHANGELOG

Changelog for package pr2_description

1.11.9 (2015-02-10)

  • Updated maintainership
  • Contributors: TheDash

1.11.8 (2015-01-13)

  • liburdfdom-dev dep
  • Contributors: dash

1.11.7 (2015-01-12)

  • Fixed changelogs manually
  • Merge conflicts
  • Changelogs
  • Changelogs
  • Changelogs
  • Changelogs
  • Contributors: TheDash, dash

1.11.5 (2014-12-16)

  • when using ROS Indigo and Gazebo 2.2.3, the name specified here must be <link_name>_collision
  • made test_urdf independent from ros package urdfdom by using liburdfdom-dev directly as its recommended in the package description of urdfdom
  • made test_urdf independent from ros package urdfdom by using liburdfdom-dev directly as its recommended in the package description of urdfdom
  • removed developers warning in pr2_descriptions CMakeLists.txt
  • Contributors: Arne Hitzmann, Kei Okada

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pr2_description at Robotics Stack Exchange

Package Summary

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

Repository Summary

Checkout URI https://github.com/pr2/pr2_common.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2018-06-08
Dev Status UNMAINTAINED
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 the description (mechanical, kinematic, visual, etc.) of the PR2 robot. The files in this package are parsed and used by a variety of other components. Most users will not interact directly with this package.

Additional Links

Maintainers

  • ROS Orphaned Package Maintainers

Authors

  • John Hsu
  • Eric Berger
  • Austin Hendrix
README
No README found. No README in repository either.
CHANGELOG

Changelog for package pr2_description

1.12.2 (2018-04-18)

  • Merge pull request #269 from bmagyar/kinetic-devel Fix pr2_description warnings
  • Remove playerstage xml schemas
  • xacro.py -> xacro
  • Contributors: Bence Magyar

1.12.1 (2018-02-13)

  • Merge pull request #267 from k-okada/maintainer change maintainer to ROS orphaned package maintainer
  • change maintainer to ROS orphaned package maintainer
  • Merge pull request #266 from furushchev/use-arg pr2.urdf.xacro: support xacro:arg
  • pr2.urdf.xacro: support xacro:arg
  • Merge pull request #260 from davetcoleman/inconsistent_namespace Fix inconsistent namespace redefinitions for xmlns:xacro
  • Merge pull request #259 from davetcoleman/prepend_xacro_namespace Prepend xacro tags with xacro xml namespace
  • Merge pull request #258 from PR2/indigo-devel Sync Indigo into Kinetic
  • Prepend xacro tags with xacro xml namespace
  • Fix inconsistent namespace redefinitions for xmlns:xacro
  • Merge pull request #255 from furushchev/fix-gripper [pr2_description] fix: gripper reduction 3141.6 -> 314.16
  • [pr2_description] fix: gripper reduction 3141.6 -> 314.16
  • Contributors: Dave Coleman, Devon Ash, Furushchev, Kei Okada

1.11.9 (2015-02-10)

  • Updated maintainership
  • Contributors: TheDash

1.11.8 (2015-01-13)

  • liburdfdom-dev dep
  • Contributors: dash

1.11.7 (2015-01-12)

  • Fixed changelogs manually
  • Merge conflicts
  • Changelogs
  • Changelogs
  • Changelogs
  • Changelogs
  • Contributors: TheDash, dash

1.11.5 (2014-12-16)

  • when using ROS Indigo and Gazebo 2.2.3, the name specified here must be <link_name>_collision
  • made test_urdf independent from ros package urdfdom by using liburdfdom-dev directly as its recommended in the package description of urdfdom
  • made test_urdf independent from ros package urdfdom by using liburdfdom-dev directly as its recommended in the package description of urdfdom
  • removed developers warning in pr2_descriptions CMakeLists.txt
  • Contributors: Arne Hitzmann, Kei Okada

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pr2_description at Robotics Stack Exchange

Package Summary

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

Repository Summary

Checkout URI https://github.com/pr2/pr2_common.git
VCS Type git
VCS Version melodic-devel
Last Updated 2022-09-07
Dev Status UNMAINTAINED
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 the description (mechanical, kinematic, visual, etc.) of the PR2 robot. The files in this package are parsed and used by a variety of other components. Most users will not interact directly with this package.

Additional Links

Maintainers

  • ROS Orphaned Package Maintainers

Authors

  • John Hsu
  • Eric Berger
  • Austin Hendrix
README
No README found. See repository README.
CHANGELOG

Changelog for package pr2_description

1.13.1 (2022-09-07)

  • allow pr2.urdf.xacro to accept customized calibration values (#285) If 0.0, use the default values. (This retains backward compatibility) If not 0.0, use the passed values. (Enable custom calibration values for all macro instantiations Using 0.0 to trigger the old defaults is necessary because some default values need to be computed from other parameters.
  • Contributors: Shuang Li

1.13.0 (2020-08-11)

  • Cleanup collision/auxiliary shapes in urdf (#280)
    • remove auxiliary shapes from kinect2 links If one wants to see the frames, just enable the frame in RViz. There is no need whatsoever to keep these in the description.
    • provide bounding box for kinect2 spoiler to enable some collision checking. It was not enabled at all before and it\'s barely in the workspace of the arms at all (without tool use). So a rough bounding box is fine.
    • remove useless visual geometry MoveIt master recently changed its policy w.r.t. empty collision geometries. The current version complains: ros.moveit_core.robot_model.empty_collision_geometry: Link sensor_mount_link has visual geometry but no collision geometry. Collision geometry will be left empty. Fix your URDF file by explicitly specifying collision geometry. ros.moveit_core.robot_model.empty_collision_geometry: Link double_stereo_link has visual geometry but no collision geometry. Collision geometry will be left empty. Fix your URDF file by explicitly specifying collision geometry. As these visuals are not helpful and do not add anything to the description, I just remove them.
    • remove guessed inertia on base_footprint These values are obviously fictitious (the whole link is...) Additionally, KDL datastructures have been complaining about this for ages because KDL does not support inertials for the model root (whatever that means).
  • cleanup rviz errors (#278)
    • use collada to store kinect mesh The STL produced the following warning with RViz: [ WARN]: The STL file \'package://pr2_description/meshes/sensors/kinect2_v0/kinect2_assembly.STL\' is malformed. It starts with the word \'solid\', indicating that it\'s an ASCII STL file, but it does not contain the word \'endsolid\' so it is either a malformed ASCII STL file or it is actually a binary STL file. Trying to interpret it as a binary STL file instead.
    • fix TIFFFieldWithTag errors by converting to png files The error seems to stem from a problem in libtiff, so a reasonable way to resolve it was to change to a different file format. The texture files should not be used in isolation from the corresponding dae file, so removing the old tiff files retains API.
  • Contributors: Kei Okada, v4hn

1.12.4 (2019-04-24)

  • Merge pull request #274 from knorth55/fix-gripper Revert #255
  • Revert \"[pr2_description] fix: gripper reduction 3141.6 -> 314.16\" This reverts commit d5c8f476c6882b74a03bdc39eccf36823da3ad97.
  • Contributors: Kei Okada, Shingo Kitagawa

1.12.3 (2018-09-10)

1.12.2 (2018-04-18)

  • Merge pull request #269 from bmagyar/kinetic-devel Fix pr2_description warnings
  • Remove playerstage xml schemas
  • xacro.py -> xacro
  • Contributors: Bence Magyar

1.12.1 (2018-02-13)

  • Merge pull request #267 from k-okada/maintainer change maintainer to ROS orphaned package maintainer
  • change maintainer to ROS orphaned package maintainer
  • Merge pull request #266 from furushchev/use-arg pr2.urdf.xacro: support xacro:arg
  • pr2.urdf.xacro: support xacro:arg
  • Merge pull request #260 from davetcoleman/inconsistent_namespace Fix inconsistent namespace redefinitions for xmlns:xacro
  • Merge pull request #259 from davetcoleman/prepend_xacro_namespace Prepend xacro tags with xacro xml namespace
  • Merge pull request #258 from PR2/indigo-devel Sync Indigo into Kinetic
  • Prepend xacro tags with xacro xml namespace
  • Fix inconsistent namespace redefinitions for xmlns:xacro
  • Merge pull request #255 from furushchev/fix-gripper [pr2_description] fix: gripper reduction 3141.6 -> 314.16
  • [pr2_description] fix: gripper reduction 3141.6 -> 314.16
  • Contributors: Dave Coleman, Devon Ash, Furushchev, Kei Okada

1.11.9 (2015-02-10)

  • Updated maintainership
  • Contributors: TheDash

1.11.8 (2015-01-13)

  • liburdfdom-dev dep
  • Contributors: dash

1.11.7 (2015-01-12)

  • Fixed changelogs manually
  • Merge conflicts
  • Changelogs
  • Changelogs
  • Changelogs
  • Changelogs
  • Contributors: TheDash, dash

1.11.5 (2014-12-16)

  • when using ROS Indigo and Gazebo 2.2.3, the name specified here must be <link_name>_collision
  • made test_urdf independent from ros package urdfdom by using liburdfdom-dev directly as its recommended in the package description of urdfdom
  • made test_urdf independent from ros package urdfdom by using liburdfdom-dev directly as its recommended in the package description of urdfdom
  • removed developers warning in pr2_descriptions CMakeLists.txt
  • Contributors: Arne Hitzmann, Kei Okada

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pr2_description at Robotics Stack Exchange