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]
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:=trueExpected 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