You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When including the planning launch file in the main launch file moveit terminates due to multiple parameter issues.
Steps to Reproduce
Run the following command from the /alpha/alpha_bringup/launch folder after having built the project using colcon: ros2 launch ./alpha.launch.py use_planning:=true
Expected Behavior
After the expected Error from the moveit.moveit.ros.occupancy_map_monitor node saying "No 3D sensor plugin(s) defined for octomap updates" the following error will appear:
[move_group-1] terminate called after throwing an instance of 'rclcpp::ParameterTypeException'
[move_group-1] what(): expected [string_array] got [string]
Error Message
No response
Runtime Environment
Dell laptop running Ubuntu 24.04 natively
Additional Context
No response
The text was updated successfully, but these errors were encountered:
[FATAL] [1723815312.946491966] [move_group]: Exception while loading planning adapter plugin 'default_planner_request_adapters/AddTimeOptimalParameterization': According to the loaded plugin descriptions the class default_planner_request_adapters/AddTimeOptimalParameterization with base class type planning_interface::PlanningRequestAdapter does not exist. Declared types are default_planning_request_adapters/CheckForStackedConstraints default_planning_request_adapters/CheckStartStateBounds default_planning_request_adapters/CheckStartStateCollision default_planning_request_adapters/ResolveConstraintFrames default_planning_request_adapters/ValidateWorkspaceBounds
Which can be solved by changing it to the following:
Issue Description
When including the planning launch file in the main launch file moveit terminates due to multiple parameter issues.
Steps to Reproduce
Run the following command from the /alpha/alpha_bringup/launch folder after having built the project using colcon:
ros2 launch ./alpha.launch.py use_planning:=true
Expected Behavior
After the expected Error from the moveit.moveit.ros.occupancy_map_monitor node saying "No 3D sensor plugin(s) defined for octomap updates" the following error will appear:
Error Message
No response
Runtime Environment
Dell laptop running Ubuntu 24.04 natively
Additional Context
No response
The text was updated successfully, but these errors were encountered: