Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ur_description and ur_gazebo are improved and simplified #624

Open
wants to merge 15 commits into
base: melodic-devel-staging
Choose a base branch
from

Commits on Nov 20, 2022

  1. Deleted model specific xacro and launch files

    Will be replaced by generic ones
    BobbyCephy committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    c7408b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc48989 View commit details
    Browse the repository at this point in the history
  3. Simplification of generic xacro and launch files

    Model specific xacro and launch files replaced by generic ones.
    Default arguments and parameters only defined once in lowest level files by replacing empty strings.
    Omit properties same as default.
    Still all properties can be overridden in upper level files.
    Less redefining of arguments and parameters by pass_all_args in launch and using upper level parameters in xacro files.
    Paths, file names, names, comments and format adjusted.
    BobbyCephy committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    67203b1 View commit details
    Browse the repository at this point in the history
  4. Renamed base_link_inertia to base_inertia_link

    Consistent link naming desirable for link and joint macros.
    BobbyCephy committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    1b3a9c7 View commit details
    Browse the repository at this point in the history
  5. Renamed elbow_joint to elbow

    Consistent naming in joint_limits.yaml
    BobbyCephy committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    89a1966 View commit details
    Browse the repository at this point in the history
  6. Renamed upperarm to upper_arm

    Consistent naming in physical_parameters.yaml and of mesh files
    BobbyCephy committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    25b5004 View commit details
    Browse the repository at this point in the history
  7. Offsets of meshes added in visual_parameters.yaml

    Addressing in macro.xacro:
        <link name="${prefix}wrist_1_link">
          <visual>
            <!-- TODO: Move this to a parameter -->
            <origin xyz="0 0 ${wrist_1_visual_offset}" rpy="${pi/2} 0 0"/>
    BobbyCephy committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    ffc1090 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b0a7fb0 View commit details
    Browse the repository at this point in the history
  9. Abbreviation of transmission_hw_interface

    transmission_hw_interface only needs to contain
    e, v or p in lower or upper case to be replaced by
    hardware_interface/EffortJointInterface,
    hardware_interface/PositionJointInterface or
    hardware_interface/VelocityJointInterface.
    BobbyCephy committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    a83519c View commit details
    Browse the repository at this point in the history
  10. Gazebo arguments added in control.launch

    initial_joint_positions, world_pose and unpause at spawning argument added to control.launch, as by moveit_setup_assistant.
    BobbyCephy committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    532ac05 View commit details
    Browse the repository at this point in the history
  11. Gazebo reference link macro

    Comments adjusted
    BobbyCephy committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    38cc142 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2cf5434 View commit details
    Browse the repository at this point in the history
  13. Fixed joint macro

    BobbyCephy committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    9cc4fc3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    68f9d3d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    95048b7 View commit details
    Browse the repository at this point in the history