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
Hi!!
I am working on a project involving the Franka Emika FR3 robot and attempting to integrate motion planning using ROS 2 Humble, MoveIt, and Gazebo. While motion planning works perfectly with MoveIt and RViz alone, I encounter issues when trying to perform motion planning with the robot in Gazebo.
Below are the details of my setup and the steps I have taken:
I am able to launch the fr3_moveit_config package for motion planning in RViz without any issues. Motion planning and trajectory visualization work perfectly with the following command:
When I attempt to integrate motion planning with Gazebo by launching the robot visualization, I encounter issues. Specifically, I run the following command:
At this point, motion planning fails in RViz when trying to execute trajectories by adding Planning Scene and Motion Planning. Errors are displayed related to the planning or execution process, and I notice that OMPL isn’t even loaded.
Assistance
I would like guidance on how to correctly configure franka_bringup and integrate it with Gazebo to enable motion planning and trajectory execution with MoveIt.
Thank you in advance! I am still trying to configure how all these tools work since I am a beginner.
The text was updated successfully, but these errors were encountered:
*** Also,when i run
ros2 launch franka_gazebo_bringup visualize_franka_robot.launch.py
i get :
Should I separately launch the move_group node? If I launch it separately using franka_fr3_moveit.launch.py, a second RViz instance opens, and everything crashes.
thank u :)
Hi!!
I am working on a project involving the Franka Emika FR3 robot and attempting to integrate motion planning using ROS 2 Humble, MoveIt, and Gazebo. While motion planning works perfectly with MoveIt and RViz alone, I encounter issues when trying to perform motion planning with the robot in Gazebo.
Below are the details of my setup and the steps I have taken:
What Works
I am able to launch the
fr3_moveit_config
package for motion planning in RViz without any issues. Motion planning and trajectory visualization work perfectly with the following command:The Issue
When I attempt to integrate motion planning with Gazebo by launching the robot visualization, I encounter issues. Specifically, I run the following command:
At this point, motion planning fails in RViz when trying to execute trajectories by adding Planning Scene and Motion Planning. Errors are displayed related to the planning or execution process, and I notice that OMPL isn’t even loaded.
Assistance
I would like guidance on how to correctly configure
franka_bringup
and integrate it with Gazebo to enable motion planning and trajectory execution with MoveIt.Thank you in advance! I am still trying to configure how all these tools work since I am a beginner.
The text was updated successfully, but these errors were encountered: