5.3.2
· One min read
Bug fixes
- Fixed an issue where MoveIt Pro CLI commands could cause unnecessary rebuilding of the user workspace
GenerateVacuumGraspPose
could not be used in combination with some other MTC behaviors due to property conflictsros2_control
controller plugin, and a corresponding behavior to interface with the controller, called ExecuteTrajectoryWithAdmittance
. This behavior allows executing a trajectory in a compliant way if your robot has a force/torque sensor installed at the wrist. Check out our how-to guide Configure Admittance Control for more information.visualization_msgs/Markers
of type ARROW
are now supportedvisualization_msgs/Markers
of type MESH_RESOURCE
are now supportedVelocity Force Controller
interoperability:
PublishVelocityForceCommand
behavior to send commands to the `Velocity Force Controller``VelocityForceController
plugin so it can be activated by the ActivateControllers
behaviorVelocity Force Controller
stopping behavior to limit jerk:
UpdateAdmittanceController
to `SetAdmittanceParameters``SetAdmittanceParameters
now generates parameters compatible with the MoveIt Pro Joint Trajectory Admittance Controller (JTAC) in addition to parameters compatible with the ros2_control
admittance controller
ros2_control
admittance controller is deprecated and will be removed in a future version.<sensor_name>.max_range
. The unused port point_cloud_uuid
was removed as well.
sensor_name="..."
and point_cloud_uuid="..."
ports from existing objectives with SendPointCloudToUI behaviors. The max_range
parameter is no longer used by this behavior. To crop the point cloud, use one of our CropPoints
behaviors.<Action ID="SendPointCloudToUI" point_cloud="{point_cloud}" sensor_name="scene_scan_camera" pcd_topic="/pcd_pointcloud_captures" point_cloud_uuid=""/>
<Action ID="SendPointCloudToUI" point_cloud="{point_cloud}" />
ign_ros2_control
removed as a core dependency.
package.xml
and build your Docker overlay using `moveit_pro build user_image``moveit_pro
test to correctly run colcon test
in a MoveIt Pro Docker container. Use moveit_pro test --help
for additional usage tipsvisualization_msgs/Markers
will now properly have their frame_id
respected instead of rendering only in world framePrevious:
<Action ID="SendPointCloudToUI" point_cloud="{point_cloud}" sensor_name="scene_scan_camera" pcd_topic="/pcd_pointcloud_captures" point_cloud_uuid=""/>
Updated:
<Action ID="SendPointCloudToUI" point_cloud="{point_cloud}" />
moveit pro build --help
ign_ros2_control
removed as a core dependency.
moveit_pro build user_workspace
package.xml
and build your Docker overlay using moveit_pro build user_image
MuJoCo
simulation backend.
packages_select
) using moveit_pro build user_workspace --colcon-args="--packages-select your_package"
MTC Solutions
containing Multi-DOF joint states e.g. mobile bases can now be previewed in the UIInteractive Marker teleoperation
is now compatible with Multi-DOF joints e.g. mobile bases.Waypoints
can now include Multi-DOF joints e.g. mobile bases.Interactive Marker teleoperation
, you can now select which planning group you would like to drag.GetMasks2D
has been updated to handle clicked points on the image.
GetMasks2D
Behavior updated to use PointStamped
as the clicked-point message type for better interoperability with other ML Behaviors
.
Segment Anything Action Server
now parses clicked points for better Segment Anything
inference.YAML Behaviors
for saving and loading new message types have been added. MoveIt Pro now supports saving and loading:
std_msgs/Header
geometry_msgs/PointStamped
geometry_msgs/Quaternion
geometry_msgs/Vector3
geometry_msgs/Transform
geometry_msgs/TransformStamped
UnorderedMap<String, Waypoint>
CropPointsInSphere
behavior that enables users to crop point clouds based on their radial distance from a designated frameMTC Behaviors
requiring Cartesian
motion will now use an improved internal solver.GetSyncedImageFromPointCloud
now allows the topics being synchronized to have differing QoS settingsSetupMTCConnectWithTrajectory
will add a connect MTC stage to the task to join the previous stage with the start state of the next stage using a freespace trajectory.stop_accelerations
port to the MoveIt Pro Joint Trajectory Admittance Controller to allow specifying per-joint decelerations to use when halting trajectory execution, in the event of force threshold being met or other exit criteria.
Ubuntu 20.04
, to support continuing improvements to the moveit_pro launcher
.
cameras.yaml
. To better support different hardware configurations, cameras.yaml
is no longer required and you must launch your camera drivers yourself. We’ve included an easy migration script to convert your cameras.yaml
to a cameras.launch.xml
!
ExecuteTrajectoryWithAdmittance
behavior to allow use of the MoveIt Pro Joint Trajectory Admittance Controller
RequestTextFromPrompts
and AdjustPoseWithIMarker
cameras.yaml
from MoveIt Pro’s configuration parser and launcher (see Key Changes section)
~/.config/moveit_pro directories
. This directory is now ephemeral, and all changes persist back to your site configuration’s source directory.moveit_pro setup_workspace
now supports cloning SSH / git@ repositories{STUDIO_HOST_USER_WORKSPACE}
)AdjustPoseWithIMarker
behavior, an Objective can now request that an operator adjust a pose within the 3D scene using an interactive marker. For example, verifying a candidate grasp pose in a user-in-the-loop pick-and-place.RequestTextFromPrompts
behavior, an Objective can now request that an operator input textual content into a form. This enables, for example, including operator-driven prompting of an ML model within your Objective.AdjustPoseWithIMarker
publishes a candidate pose and returns the adjusted pose from the UI
GetSyncedImages
synchronizes two camera topics, most useful for synchronizing RGB data with depth data to generate a pose from a pixel coordinateRequestTextFromPrompts
behavior to display textual forms in the UIGetPoseFromUser
and GetIntFromUser
behaviorsAddToVector<T>
and ResetVector<T>
which can be implemented to allow composing vectors during Objective runtimeActionClientBehaviorBase
:
ActionClientBehaviorBase
behavior template now exposes a getAbortedMessage
function that returns a string. The string will be displayed in the MoveIt Studio error toast message if the action is aborted. The ExecuteFollowJointTrajectory
and ExecuteTrajectoryWithAdmittance
behaviors now provide useful hints if they are aborted.ExecuteTrajectoryWithAdmittance
(see Key Changes section)SetupMTCUpdateGroupCollisionRule
behavior's parameters are no longer read in from a YAML file using the LoadObjectiveParameters
behavior. The behavior parameters are set as input ports.GetMeshNormalPose
behavior to calculate the surface normals of a visual mesh in the robot modelPublishMarkers
behavior to publish a MarkerArray to the UI/RViz.SolveIKQueries
behavior to determine if the robot can reach a list of target poses.Octonion
Vector3
Transform
TransformStamped
Time
(builtin_interfaces)Waypoint
(moveit_studio_agent_msgs)UnorderedMap<String, Waypoint>
stop_accelerations
port to the MoveIt Pro Joint Trajectory Admittance Controller to allow specifying per-joint decelerations to use when halting trajectory execution, in the event of force threshold being met or other exit criteria.
moveit_pro
script and the included launchfilesMajor version increase.
tree_nodes_model.xml
for Behavior plugins, significantly simplifying behavior management.
moveit_pro build_workspace
reports if there are errors building or running the user Docker overlay.