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

Noetic devel update #26

Closed
wants to merge 8 commits into from
Closed

Noetic devel update #26

wants to merge 8 commits into from

Commits on Aug 25, 2021

  1. Converts 'panda.srdf' to a 'panda.srdf.xacro' file (#18)

    This was done since the `moveit_setup_assistant` currently doesn't propagate `xacro` arguments you supply to the `urdf.xacro` file (see [this issue](moveit/moveit#1691)). We need to manually add a way to enable or disable the gripper. This can be done by creating a `panda.srdf.xacro` file.
    rickstaa committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    5b4e947 View commit details
    Browse the repository at this point in the history
  2. Adds perception tutorial camera files (#19)

    This commit makes sure that the camera configuration files, that are used in the [perception pipeline tutorial](https://ros-planning.github.io/moveit_tutorials/doc/perception_pipeline/perception_pipeline_tutorial.html?highlight=perception%20tutorial) are present in the configuration repository.
    rickstaa committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    02761a1 View commit details
    Browse the repository at this point in the history
  3. Adds rviz_tutorial argument (#20)

    This commit adds the 'rviz_tutorial' argument to the 'demo.launch' file. This argument is needed for the [quickstart_in_rviz_tutorial](https://ros-planning.github.io/moveit_tutorials/doc/quickstart_in_rviz/quickstart_in_rviz_tutorial.html).
    rickstaa committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    16ea1d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Fixes custom planner ns bug (#46)

    This commit fixes a custom planner ns bug that was introduced by the `setup_assistant` (see moveit/moveit#2842).
    rickstaa committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    be40ff9 View commit details
    Browse the repository at this point in the history
  2. Adds missing package dependencies (#48)

    This commit adds several missing package dependencies. These package dependencies were commented to prevent installing gazebo be default. It was merged to be consistent with the 'moveit_setup_assistant' (see moveit/moveit#2839).
    rickstaa committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    9ccf590 View commit details
    Browse the repository at this point in the history
  3. Fix panda self-collisions (#49)

    This commit contains a fix for self-collisions that were introduced in https://github.com/frankaemika/franka_ros/releases/tag/0.8.0. Franka changed the collision goemetries from meshes to shapes. Since these geometries are too coarse some joints are now in self collision. This commit might be removed in the future if the issue is fixed in the upstream.
    rickstaa committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    6d6ce63 View commit details
    Browse the repository at this point in the history
  4. Adds the panda_control_moveit_rviz launch file (#50)

    This commit adds the panda_control_moveit_rviz launch file. This file can be used to control a real robot using MoveIt.
    rickstaa committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    9618a69 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Fixes *_planning_pipeline.launch template input args defaults (#56)

    This commit makes sure that all input arguments of the *_planning_pipeline.launch templates do have a default value.
    rickstaa committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    b23db79 View commit details
    Browse the repository at this point in the history