-
Notifications
You must be signed in to change notification settings - Fork 1
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
Commits on Aug 25, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for 5b4e947 - Browse repository at this point
Copy the full SHA 5b4e947View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 02761a1 - Browse repository at this point
Copy the full SHA 02761a1View commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 16ea1d8 - Browse repository at this point
Copy the full SHA 16ea1d8View commit details
Commits on Aug 27, 2021
-
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).
Configuration menu - View commit details
-
Copy full SHA for be40ff9 - Browse repository at this point
Copy the full SHA be40ff9View commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 9ccf590 - Browse repository at this point
Copy the full SHA 9ccf590View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6d6ce63 - Browse repository at this point
Copy the full SHA 6d6ce63View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9618a69 - Browse repository at this point
Copy the full SHA 9618a69View commit details
Commits on Aug 30, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for b23db79 - Browse repository at this point
Copy the full SHA b23db79View commit details