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

mathpati.nikhil's profile - activity

2020-04-22 08:45:10 -0500 received badge  Famous Question (source)
2017-11-28 03:22:44 -0500 received badge  Notable Question (source)
2016-11-24 10:26:43 -0500 received badge  Famous Question (source)
2016-11-06 06:28:40 -0500 received badge  Popular Question (source)
2016-07-27 02:25:05 -0500 received badge  Famous Question (source)
2016-07-27 02:25:05 -0500 received badge  Notable Question (source)
2016-06-10 20:46:17 -0500 received badge  Famous Question (source)
2016-04-06 06:20:53 -0500 asked a question Error in loading kinematic_model_tutorial.launch

hi everyone,

I recently installed moveit on ros-groovy. I am trying to to launch kinematic_model_tutorial.launch file from pr2_moveit_tutorials.

It is giving me following error,

ERROR: Links 'torso_lift_link' and 'r_wrist_roll_link' do not form a chain. Not included in group 'right_arm' .

WARN: Group 'right_arm' is empty.

ERROR: Links 'torso_lift_link' and 'l_wrist_roll_link' do not form a chain. Not included in group 'left_arm'.

WARN: Group 'left_arm' is empty.

WARN: Group 'right_arm' must have at least one valid joint.

WARN: Failed to add group 'right_arm'.

WARN: Group 'left_arm' must have at least one valid joint.

WARN: Failed to add group 'left_arm'.

WARN: Could not process group 'arms' due to unmet subgroup dependencies.

WARN: Could not process group 'whole_body' due to unmet subgroup dependencies.

WARN: Could not identify parent group for end-effector 'l_end_effector'.

WARN: Could not identify parent group for end-effector 'r_end_effector'.

ERROR: Group state 'tuck_right_arm' specified for group 'right_arm', but that group does not exist.

ERROR: Group state 'tuck_left_arm' specified for group 'left_arm', but that group does not exist.

INFO: Model frame: /odom_combined.

[kinematic_model_tutorial-2] process has died [pid 5713, exit code -11, cmd /opt/ros/groovy/lib/pr2_moveit_tutorials /kinematic_model_tutorial __name:=kinematic_model_tutorial __log:=/home/pr2admin/.ros/log/99548b10-fbe8-11e5-b808-00301bbffd17/kinematic_model_tutorial-2.log]. log file: /home/pr2admin/.ros/log/99548b10-fbe8-11e5-b808-00301bbffd17/kinematic_model_tutorial-2*.log

please help me to resolve this issue..

2016-03-10 19:01:35 -0500 received badge  Notable Question (source)
2016-02-23 08:00:39 -0500 received badge  Popular Question (source)
2016-02-17 01:15:33 -0500 received badge  Popular Question (source)
2016-02-16 23:16:40 -0500 received badge  Editor (source)
2016-02-16 07:13:16 -0500 asked a question rosrun can't able to find executable of rviz

Hello,

I removed rviz from ros-groovy

$ sudo apt-get remove ros-groovy-rviz

After that from backup i coppied rviz folder into /opt/ros/groovy/share then

$ rosdep install rviz

$ rosmake rviz

rosdep and rosmake doesn't give any error. After that when i tried

rosrun rviz rviz

It is giving following error:

pr2admin@basestation:~$ rosrun rviz rviz

[rosrun] Couldn't find executable named rviz below /opt/ros/groovy/share/rviz

[rosrun] Found the following, but they're either not files,

[rosrun] or not executable:

[rosrun]   /opt/ros/groovy/share/rviz
2016-02-16 06:28:47 -0500 received badge  Notable Question (source)
2016-02-11 23:43:23 -0500 commented question Segmentation fault (core dumped) occuring while adding camera topic in rviz

rm ~/.rviz/* ...it didnot remove the error

2016-01-29 04:30:21 -0500 commented question Segmentation fault (core dumped) occuring while adding camera topic in rviz

Do i need to delete rviz configuration file? rm ~/.rviz/*

2016-01-29 03:44:22 -0500 asked a question Segmentation fault (core dumped) occuring while adding camera topic in rviz

Hi everyone, I updated rviz on ros groovy since then while adding camera topic, rviz is getting closed and it is giving Segmentation fault (core dumped) on terminal window. I am working on pr2 robot.

I am stuck at this problem, Please help me to fix this.

2015-12-15 00:09:44 -0500 received badge  Enthusiast
2015-12-01 08:50:33 -0500 commented answer How to depend on pr2_controllers_msgs

Hi Albert, We are trying the same thing to replace pr2_controllers_msgs by control_msgs. But we are facing the same issue as mentioned in this post. We tried to look at your modified code, but we are not able to locate/download your file. Kindly share it again or mail at nikhil.mm@tataelxsi.co.in

2015-11-30 23:33:25 -0500 received badge  Organizer (source)
2015-11-30 23:32:23 -0500 received badge  Popular Question (source)
2015-11-30 09:01:51 -0500 asked a question We are facing following error while trying to create package in groovy envirnment on pr2

When we use catkin_init_workspace command, it is showing following error

without sudo:

catkin_init_workspace
Could neither symlink nor copy file "/opt/ros/groovy/share/catkin/cmake/toplevel.cmake" to "/home/pr2admin/r_os/src/CMakeLists.txt":
- [Errno 13] Permission denied
- [Errno 13] Permission denied: '/home/pr2admin/r_os/src/CMakeLists.txt'
pr2admin@c1:~/r_os/src$

with sudo:

sudo catkin_init_workspace
Traceback (most recent call last):
  File "/opt/ros/groovy/bin/catkin_init_workspace", line 11, in <module>
    from catkin.init_workspace import init_workspace
ImportError: No module named catkin.init_workspace

Kindly help us to resolve this problem