How can we modify this repo to work with ROS2 Humble?
We'd like to perform motion planning for the Tiago robot simulation [link: https://github.com/pal-robotics/tiago_simulation] by specifying a goal state via a ROS message representing the pose goal.
Following the example in the link: https://moveit.picknik.ai/main/doc/examples/motion_planning_python_api/motion_planning_python_api_tutorial.html
Will you please provide an example of how to set and execute plan of a pose goal for the end effector of the Tiago robot in a MoveIt_PY node and a yaml configuration file that defines the associated parameters for the defined moveit_py node?
The tutorial is not helpful and is completely difficult to follow as a new ROS2 Humble developer. Can you please help with a small sample code?
Thank you!