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

jontromanab's profile - activity

2019-09-23 16:17:27 -0500 received badge  Good Question (source)
2019-01-26 13:50:37 -0500 commented question IKfast file for UR5

Hey, can anybody please let me know if this is solved. The link provided by @AndyZe are only the maps created. Here are

2018-11-19 08:30:09 -0500 received badge  Nice Question (source)
2017-10-04 12:40:35 -0500 received badge  Enthusiast
2017-10-03 20:51:30 -0500 commented question What packages apart from reuleaux can be used for optimal base positioning of a robot for mobile manipulation?

The HDF5 error in Reuleaux for ROS-kinetic is solved in this issue https://github.com/ros-industrial-consortium/reuleaux

2017-10-03 20:50:27 -0500 commented answer Is there any workspace analysis tool in ROS for a robot arm?

http://wiki.ros.org/reuleaux

2015-11-02 19:05:27 -0500 received badge  Famous Question (source)
2014-07-03 18:18:50 -0500 received badge  Notable Question (source)
2014-04-19 21:50:43 -0500 received badge  Famous Question (source)
2014-02-19 16:12:21 -0500 commented question Cant Bringup turtleBot properly

I am having the same problem here. please anybody suggest what is going wrong here

2013-10-17 03:56:30 -0500 received badge  Famous Question (source)
2013-05-06 20:46:00 -0500 marked best answer arduino example for cmd_vel subsriber

I am trying to write an arduino code for subscribing to cmd_vel topic....I am using Mega1280 .....Can anybody tell me or guide me to the link where I can get the idea of subscribing to cmd_vel and rotating my motors??

2013-04-19 05:09:47 -0500 received badge  Popular Question (source)
2013-04-16 09:23:26 -0500 received badge  Famous Question (source)
2013-04-11 09:42:31 -0500 asked a question trex in ros fuerte

Hi there.......

has anybody here worked around on T-Rex..I started working on this. I studied that the Pr2 milestone has used the T-Rex for its higher Level planning part. I am currently using ROS fuerte.

I have installed T-Rex from https://code.ros.org/svn/wg-ros-pkg/branches/trunk_cturtle/stacks/executive_trex .

I think the Trex is not supported beyond Cturtle. But I need to know about T-Rex. So if anybody worked on Trex before please help me. It will be highly appreciated.

(The main problem is the Trex_ros package is not building...if anybody can guide me how to build it in fuerte, that will do the trick for me)

2013-04-08 07:49:36 -0500 received badge  Notable Question (source)
2013-04-07 07:21:20 -0500 received badge  Notable Question (source)
2013-04-05 02:17:10 -0500 received badge  Famous Question (source)
2013-04-02 11:19:47 -0500 received badge  Notable Question (source)
2013-03-29 05:38:57 -0500 received badge  Notable Question (source)
2013-03-27 04:55:27 -0500 commented answer rospkg.common.ResourceNotFound: catkin

Hii.........thanks for the answer........it just worked for me.....the problem was in the ~/.bashrc file....sometimes it shows that problem I have mentioned, when there is two setup.bash file located in that file for different locations

2013-03-27 01:27:02 -0500 received badge  Popular Question (source)
2013-03-22 15:38:18 -0500 received badge  Popular Question (source)
2013-03-22 09:18:03 -0500 received badge  Popular Question (source)
2013-03-18 08:13:54 -0500 received badge  Student (source)
2013-03-18 05:21:39 -0500 asked a question rospkg.common.ResourceNotFound: catkin

I am facing this error suddenly in manipulating my dynamixel-based arm. Please anybody help me out. I have not changed anything since my previous version. But suddenly this problem occured. In the dynamixel_controller package:-

 File "/opt/ros/fuerte/stacks/fuerte_workspace/dynamixel_motor/dynamixel_controllers/nodes/controller_manager.py", line 51, in <module>
    roslib.load_manifest('dynamixel_controllers')
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/roslib/launcher.py", line 62, in load_manifest
    sys.path = _generate_python_path(package_name, _rospack) + sys.path
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/roslib/launcher.py", line 98, in _generate_python_path
    packages = get_depends(pkg, rospack)
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/roslib/launcher.py", line 51, in get_depends
    vals = rospack.get_depends(package, implicit=True)
  File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 201, in get_depends
    s.update(self.get_depends(p, implicit))
  File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 201, in get_depends
    s.update(self.get_depends(p, implicit))
  File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 195, in get_depends
    names = [p.name for p in self.get_manifest(name).depends]
  File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 133, in get_manifest
    return self._load_manifest(name)
  File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 172, in _load_manifest
    retval = self._manifests[name] = parse_manifest_file(self.get_path(name), self._manifest_name)
  File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 164, in get_path
    raise ResourceNotFound(name, ros_paths=self._ros_paths)
****rospkg.common.ResourceNotFound: catkin
ROS path [0]=/opt/ros/fuerte/share/ros
ROS path [1]=/opt/ros/fuerte/stacks
ROS path [2]=/opt/ros/fuerte/share
ROS path [3]=/opt/ros/fuerte/share/ros****
================================================================================REQUIRED process [smartarm_motor_manager-1] has died!
process has died [pid 25712, exit code 1, cmd /opt/ros/fuerte/stacks/fuerte_workspace/dynamixel_motor/dynamixel_controllers/nodes/controller_manager.py __name:=smartarm_motor_manager __log:=/root/.ros/log/0a8093ee-8f70-11e2-9c78-00224d6bc6e5/smartarm_motor_manager-1.log].
log file: /root/.ros/log/0a8093ee-8f70-11e2-9c78-00224d6bc6e5/smartarm_motor_manager-1*.log
Initiating shutdown!
================================================================================

Traceback (most recent call last):
  File "/opt/ros/fuerte/stacks/fuerte_workspace/dynamixel_motor/dynamixel_controllers/nodes/controller_spawner.py", line 50, in <module>
    roslib.load_manifest('dynamixel_controllers')
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/roslib/launcher.py", line 62, in load_manifest
    sys.path = _generate_python_path(package_name, _rospack) + sys.path
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/roslib/launcher.py", line 98, in _generate_python_path
    packages = get_depends(pkg, rospack)
  File "/opt/ros/fuerte/lib/python2.7/dist-packages/roslib/launcher.py", line 51, in get_depends
    vals = rospack.get_depends(package, implicit=True)
  File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 201, in get_depends
    s.update(self.get_depends(p, implicit))
  File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 201, in get_depends
    s.update(self.get_depends(p, implicit))
  File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 195, in get_depends
    names = [p.name for p in self.get_manifest(name).depends]
  File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 133, in get_manifest
    return self._load_manifest(name)
  File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 172, in _load_manifest
    retval = self._manifests[name] = parse_manifest_file(self.get_path(name), self._manifest_name)
  File "/usr/lib ...
(more)
2013-03-17 19:00:15 -0500 received badge  Notable Question (source)
2013-03-16 04:56:44 -0500 received badge  Popular Question (source)
2013-03-16 04:38:41 -0500 commented answer House_hold objects database

@Amal....................I think for modifying the file pg_hba.conf, you should go to the root or sudo user, then you can edit or access the file.

2013-03-16 03:33:03 -0500 answered a question where is the kinect place to measure?

You should measure from the Depth camera of the kinect. It is the middle camera in the kinect. If you are facing the kinect, the left one is the IR projector, the middle one is the IR receiver or the depth camera, the right one is the RGB camera or the normal camera we generally use in our project. If you can see the URDF of the Kinect, the frame which is been defined as kinect_depth_optical_frame, that is the frame, from where you should measure your distance.

Hope it helps.

2013-03-16 03:23:14 -0500 asked a question how can I run pick_an_place on non-pr2 robot?

I have created a robot which has two dynamixel based arm. I am using a kinect in the head for sensor perception. I can manipulate my arms by /follow_joint_trajectory and also from arm_navigation.launch file which has been created by planning_description_configuration wizard. I can also manipulate the arm using warehouse_viewer. I have checked the pick_and_place_demos by PR2 in gazebo. But I find this really complex. Can anybody guide me step-by-step that how can I do same type of work on my non-PR2 robot???

2013-03-16 03:17:53 -0500 asked a question How can I simulate dynamixel arm in gazebo?

I am trying to simulate my robot in gazebo which has dynamixel based arm. I am able to manipulate my robot arm by kinematics as well as by motion planning. But I want to create some pick_and_place task in gazebo with my robot. I have included the arms in my URDF. Spawing the robot in gazebo does not make the arm stiff. While the robot is moving, the revolute joints of my robots are also moving with external force. How can i get topics of my individual arms or individual motors. Topic like this /arm_controller/follow_joint_trajectory or /arm_shoulder_pan_joint/command.

2013-03-15 21:51:30 -0500 received badge  Popular Question (source)