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

Gazebo template files #200

Open
wants to merge 23 commits into
base: moveit-package-template
Choose a base branch
from
Open

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    de569da View commit details
    Browse the repository at this point in the history
  2. set JTC as default active controller for bringup template

    * so that setup-moveit-package planning and execution works out of the box
    Nibanovic committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    76e3413 View commit details
    Browse the repository at this point in the history
  3. add moveit template folder

    Nibanovic committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    da156cc View commit details
    Browse the repository at this point in the history
  4. add temporary workspace for testing. delete after.

    * 'myrobot' is the robot name
    * contains description, bringup and moveit packages
    from which moveit templates will be derived
    Nibanovic committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7837340 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0bce1b View commit details
    Browse the repository at this point in the history
  6. add severity level launch argument

    * rviz severity is hardcoded to WARN
    * movegroup severity default is INFO
    Nibanovic committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5171755 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a14e8de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0e29682 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    78c2440 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f79d6c3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fe8ad5c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bbac850 View commit details
    Browse the repository at this point in the history
  13. remove unecessary files

    Nibanovic committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    64b82dd View commit details
    Browse the repository at this point in the history
  14. add .xml launch file

    Nibanovic committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    87086b5 View commit details
    Browse the repository at this point in the history
  15. add README.md instructions

    Nibanovic committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2b4900b View commit details
    Browse the repository at this point in the history
  16. add licenses

    Nibanovic committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e6491fe View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. adjust existing description files

    * lift robot so it does not clip to ground plane in sim
    * new joint position for joint2, same reason as above
    Nibanovic committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    11b3240 View commit details
    Browse the repository at this point in the history
  2. update gazebo launch file and add env hooks

    * env hook file will be in the description package so it exposes meshes to gazebo during build
    Nibanovic committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d728920 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    966c61c View commit details
    Browse the repository at this point in the history
  4. minor template adjustments

    Nibanovic committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6e49fcc View commit details
    Browse the repository at this point in the history
  5. moved gazebo env hooks to description pkg template

    * now description package automatically exposes mesh files to gazebo
    * additionally, added deletion of include/ and src/ directiories when setting up description and bringup
    Nibanovic committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    479848d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. issue [202]: add pathing flag for gazebo

    * during simulation, absolute file:// is used
    * on actual robot, relative package:// is used
    Nibanovic committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4f41ce4 View commit details
    Browse the repository at this point in the history
  2. remove mention of gazebo classic in templates

    * it is already not being accounted for in gazebo bringup files
    Nibanovic committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    3256e13 View commit details
    Browse the repository at this point in the history