Hello all,
I am attempting to go through a bit more of a manual process to get the MoveIt example environment in Isaac to work with MoveIt. To do so, I’m doing the following:
- Using the MoveIt Environment from
Isaac Examples
>ROS
>MoveIt
- I did update the publisher and subscriber graph configuration to exclude the
isaac_
prefix. I can confirm that I see those topics, and in fact, confirmed I can use a ROS2 Publisher to publish to those topics and jog the robot arm. - I’m using the existing MoveIt Config Package from here: GitHub - moveit/moveit_resources at humble using the humble branch.
- I’ve then gone through and confirmed that In Rviz, when launched I can load the MotionPlanning Plugin, and see a successful plan found, with the RViz model showing the current robot’s state properly.
- It fails during execution due:
Action client not connected to action server: panda_arm_controller/follow_joint_trajectory
.
When I try to debug and test, I see that the controller doesn’t launch properly, and it’s just hanging to connect, but I can confirm my controller_manager is working. Am I missing something? I realize this seems more on the ROS2 side, but since I’m used to using gazebo to launch the controllers (or a hardware interface for a robot such as a UR), this is somewhat new territory to me.
Thanks!