ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Nivedita T's profile - activity

2019-08-26 09:48:24 -0500 received badge  Nice Answer (source)
2017-03-25 13:10:27 -0500 received badge  Self-Learner (source)
2017-03-25 13:10:27 -0500 received badge  Teacher (source)
2016-05-11 04:09:24 -0500 received badge  Supporter (source)
2016-05-09 08:58:56 -0500 received badge  Famous Question (source)
2016-05-09 08:58:13 -0500 commented question Object Recognition Kitchen rviz plugin crashes when adding OrkObject

Hi Colin!! I am facing the same issue...were you able to solve this? I followed the solution given at this link, without any success: https://github.com/wg-perception/obje...

2016-04-08 04:38:21 -0500 received badge  Enthusiast
2016-04-07 10:23:10 -0500 received badge  Notable Question (source)
2016-04-07 08:51:14 -0500 answered a question Not able to control real robot using MoveIt!

Finally, I could solve my problem:

  1. By mapping MoveIt!'s controller manager moveit_simple_controller_manager to joint_trajectory_controller, the original controller manager of Robot.
  2. Once mapped, it has to be called with the appropriate name /arm/joint_trajectory_controller/follow_joint_trajectory instead of joint_trajectory_controller in controllers.yaml.
2016-04-07 07:58:12 -0500 received badge  Popular Question (source)
2016-03-25 06:25:13 -0500 asked a question Not able to control real robot using MoveIt!

Hi,

I am new to moveit and ROS. I have Schunk Lwa4p arm for which I created moveit config package (using set up assistant). But I am struggling to control the real arm from moveit.

Upon running moveit_planning_execution.launch and clicking on Execute button in RViz, I got following errors:

[ INFO] [1458896804.810438377]: Waiting for operationmode service to become available
[ERROR] [1458896804.974349026]: MoveitSimpleControllerManager: Action client not connected: arm/joint_trajectory_controller
[ INFO] [1458896805.079746996]: Returned 0 controllers in list
[ INFO] [1458896805.119044800]: Trajectory execution is managing controllers

and

[ INFO] [1458896900.940527967]: Waiting for operationmode service to become available
[ INFO] [1458896901.933728220]: Combined planning and execution request received for MoveGroup action. Forwarding to planning and execution pipeline.
[ WARN] [1458896901.933887039]: Execution of motions should always start at the robot's current state. Ignoring the state supplied as start state in the motion planning request
[ INFO] [1458896901.933944449]: Planning attempt 1 of at most 1
[ INFO] [1458896901.935989122]: No planner specified. Using default.
[ INFO] [1458896901.936155554]: LBKPIECE1: Attempting to use default projection.
[ INFO] [1458896901.938471980]: LBKPIECE1: Starting planning with 1 states already in datastructure
[ INFO] [1458896901.941578311]: Waiting for operationmode service to become available
[ INFO] [1458896902.432168629]: LBKPIECE1: Created 184 (87 start + 97 goal) states in 176 cells (86 start (86 on boundary) + 90 goal (90 on boundary))
[ INFO] [1458896902.434038979]: Solution found in 0.496061 seconds
[ INFO] [1458896902.434911366]: SimpleSetup: Path simplification took 0.000396 seconds and changed from 167 to 2 states
[ INFO] [1458896902.440256320]: Returned 0 controllers in list
[ERROR] [1458896902.440616352]: Unable to identify any set of controllers that can actuate the specified joints: [ arm_1_joint arm_2_joint arm_3_joint arm_4_joint arm_5_joint arm_6_joint ]
[ERROR] [1458896902.440879514]: Known controllers and their joints:
[ERROR] [1458896902.441217545]: Apparently trajectory initialization failed
[ INFO] [1458896902.942730273]: Waiting for operationmode service to become available

Following are the additional details:

  1. I am using ROS Indigo devel on Ubuntu 14.04

  2. Planning in RViz was successful and it displayed the planned path.

  3. rostopic doesn't list the topics related to moveit_simple_controller_manager

  4. moveit_planning_execution.launch used: It is similar to the one given at http://wiki.ros.org/Industrial/Tutori...

  5. controllers.yaml used:

    controller_manager_ns: moveit_simple_controller_manager
    controller_list:
      - name: "arm"
        action_ns: joint_trajectory_controller
        type: FollowJointTrajectory
        default: true
        joints: [arm_1_joint, arm_2_joint, arm_3_joint, arm_4_joint, arm_5_joint, arm_6_joint]
    

Please help me on how to resolve this and control my robot using moveit. Thanks in advance!

2016-01-22 06:41:46 -0500 asked a question Nothing is shown up in Rviz display window on following 'Markers: Sending Basic Shapes (C++)'

Hello, I am trying to learn Rviz and following 'http://wiki.ros.org/rviz/Tutorials/Markers%3A%20Basic%20Shapes' tutorial. After following all the steps, I am getting warning 'Please create a subscriber to the marker' and nothing is shown on Rviz display. Please help me out.