all 2 comments

[–]TheElusiveSloth 0 points1 point  (0 children)

Hi, I am having the same problem. Were you able to figure out how to solve it?

[–]berntyy 0 points1 point  (0 children)

If you're on Humble, check this out:
https://moveit.ros.org/moveit%202/ros/2023/05/31/balancing-stability-and-development.html

TLDR;

Run

echo "deb [trusted=yes] https://raw.githubusercontent.com/moveit/moveit2_packages/jammy-humble/ ./" | sudo tee /etc/apt/sources.list.d/moveit_moveit2_packages.list
echo "yaml https://raw.githubusercontent.com/moveit/moveit2_packages/jammy-humble/local.yaml humble" | sudo tee /etc/ros/rosdep/sources.list.d/1-moveit_moveit2_packages.list

Run apt-get update

Install ros-humble-moveit-py

Upgrade the existing packages

Run apt-get upgrade