ros-industrial / universal_robot

ROS-Industrial Universal Robots support (https://wiki.ros.org/universal_robot)
1.08k stars 1.04k forks source link

[ WARN] [1626421306.304272050]: Skipping virtual joint 'virtual_joint' because its child frame 'panda_link0' does not match the URDF frame 'world' #576

Closed Art3miss233 closed 1 year ago

Art3miss233 commented 3 years ago

Hi! I have been searching everywhere and cannot find a solution to this error. I am trying to control a panda robot, and get the following error with both the simulator and the real robot when I use the command: roslaunch panda_sim_moveit sim_move_group.launch to launch the simulator. I think this error is the source of why the gripper of my panda arm doesn't work. Other than the gripper everything else seems to be working.

The entire output of my terminal is:

SUMMARY

PARAMETERS

NODES / move_group (moveit_ros_move_group/move_group)

ROS_MASTER_URI=http://localhost:11311

process[move_group-1]: started with pid [74863] [ WARN] [1626421306.289361218]: MoveGroup launched without ~default_planning_pipeline specifying the namespace for the default planning pipeline configuration [ WARN] [1626421306.290587754]: Falling back to using the the move_group node namespace (deprecated behavior). [ INFO] [1626421306.304185890]: Loading robot model 'panda'... [ WARN] [1626421306.304272050]: Skipping virtual joint 'virtual_joint' because its child frame 'panda_link0' does not match the URDF frame 'world' [ INFO] [1626421306.304304336]: No root/virtual joint specified in SRDF. Assuming fixed joint [ INFO] [1626421306.427181077]: Publishing maintained planning scene on 'monitored_planning_scene' [ INFO] [1626421306.432403724]: Listening to 'joint_states' for joint states [ INFO] [1626421306.440116988]: Listening to '/attached_collision_object' for attached collision objects [ INFO] [1626421306.440178566]: Starting planning scene monitor [ INFO] [1626421306.442343649]: Listening to '/planning_scene' [ INFO] [1626421306.442392052]: Starting world geometry update monitor for collision objects, attached objects, octomap updates. [ INFO] [1626421306.446617024]: Listening to '/collision_object' [ INFO] [1626421306.451860303]: Listening to '/planning_scene_world' for planning scene world geometry [ INFO] [1626421306.483964403]: Listening to '/camera/depth_registered/points' using message filter with target frame 'world ' [ INFO] [1626421306.484033319]: Loading planning pipeline '' [ INFO] [1626421306.578297409, 11.317000000]: Using planning interface 'OMPL' [ INFO] [1626421306.582175881, 11.321000000]: Param 'default_workspace_bounds' was not set. Using default value: 10 [ INFO] [1626421306.582617919, 11.322000000]: Param 'start_state_max_bounds_error' was set to 0.1 [ INFO] [1626421306.583102406, 11.322000000]: Param 'start_state_max_dt' was not set. Using default value: 0.5 [ INFO] [1626421306.583527715, 11.322000000]: Param 'start_state_max_dt' was not set. Using default value: 0.5 [ INFO] [1626421306.583966730, 11.323000000]: Param 'jiggle_fraction' was set to 0.05 [ INFO] [1626421306.584385171, 11.323000000]: Param 'max_sampling_attempts' was not set. Using default value: 100 [ INFO] [1626421306.584467788, 11.323000000]: Using planning request adapter 'Add Time Parameterization' [ INFO] [1626421306.584501346, 11.323000000]: Using planning request adapter 'Resolve constraint frames to robot links' [ INFO] [1626421306.584526209, 11.323000000]: Using planning request adapter 'Fix Workspace Bounds' [ INFO] [1626421306.584551665, 11.323000000]: Using planning request adapter 'Fix Start State Bounds' [ INFO] [1626421306.584576786, 11.323000000]: Using planning request adapter 'Fix Start State In Collision' [ INFO] [1626421306.584599853, 11.323000000]: Using planning request adapter 'Fix Start State Path Constraints' [ INFO] [1626421306.834577895, 11.574000000]: Added FollowJointTrajectory controller for position_joint_trajectory_controller [ INFO] [1626421306.986554202, 11.725000000]: Added GripperCommand controller for franka_gripper [ INFO] [1626421306.986662590, 11.725000000]: Returned 2 controllers in list [ INFO] [1626421307.002722899, 11.742000000]: Trajectory execution is managing controllers [ INFO] [1626421307.002793663, 11.742000000]: MoveGroup debug mode is OFF Loading 'move_group/ApplyPlanningSceneService'... Loading 'move_group/ClearOctomapService'... Loading 'move_group/MoveGroupCartesianPathService'... Loading 'move_group/MoveGroupExecuteTrajectoryAction'... Loading 'move_group/MoveGroupGetPlanningSceneService'... Loading 'move_group/MoveGroupKinematicsService'... Loading 'move_group/MoveGroupMoveAction'... Loading 'move_group/MoveGroupPickPlaceAction'... Loading 'move_group/MoveGroupPlanService'... Loading 'move_group/MoveGroupQueryPlannersService'... Loading 'move_group/MoveGroupStateValidationService'... [ INFO] [1626421307.083377651, 11.820000000]:


[ INFO] [1626421307.083452212, 11.820000000]: MoveGroup context using planning plugin ompl_interface/OMPLPlanner [ INFO] [1626421307.083478762, 11.820000000]: MoveGroup context initialization complete

You can start planning now!

lianghongzhuo commented 3 years ago

This is the universal robot repository, not panda robot

RobertWilbrandt commented 1 year ago

As this is not related to UR robots i'll go ahead and close this