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

pravin1's profile - activity

2023-06-05 03:00:18 -0500 received badge  Famous Question (source)
2022-12-14 06:40:58 -0500 received badge  Popular Question (source)
2022-12-14 06:40:58 -0500 received badge  Notable Question (source)
2022-03-14 07:30:46 -0500 asked a question Multiple callbacks with approximate time sync policy

Multiple callbacks with approximate time sync policy I am trying to synchronize lidar point cloud with two camera images

2022-02-15 07:31:08 -0500 received badge  Nice Question (source)
2020-01-24 08:49:04 -0500 received badge  Famous Question (source)
2019-11-08 10:32:02 -0500 received badge  Famous Question (source)
2019-11-02 15:49:44 -0500 received badge  Nice Answer (source)
2019-11-02 15:49:44 -0500 received badge  Self-Learner (source)
2019-11-02 15:49:44 -0500 received badge  Teacher (source)
2019-09-18 07:45:35 -0500 commented question strange movement with dwa

Green line represents the global plan from DWA planner. The topic is: /move_base/DWAPlannerROS/global_plan

2019-09-18 07:36:33 -0500 received badge  Notable Question (source)
2019-09-13 10:32:48 -0500 commented question strange movement with dwa

Hello David, Could you give me a hint, what might be wrong?

2019-09-13 07:50:31 -0500 commented question strange movement with dwa

rate of velocity commands seems to be decreasing. rostopic hz /navigation/cmd_vel gives me subscribed to [/navigation/

2019-09-13 05:29:46 -0500 commented question strange movement with dwa

rostopic hz /navigation/cmd_vel gives me subscribed to [/navigation/cmd_vel] no new messages no new messages no new me

2019-09-13 05:04:31 -0500 received badge  Popular Question (source)
2019-09-12 14:40:12 -0500 commented question strange movement with dwa

I need to check it. I will report it tomorrow. It is already night here. Does poor localization affect navigation?

2019-09-12 13:34:01 -0500 commented question strange movement with dwa

Apologies, here is the zoomed version showing local path (green) and global path (blue). What I find strange is that the

2019-09-12 11:40:01 -0500 asked a question strange movement with dwa

strange movement with dwa Dear all, I am trying to perform navigation with my robot. I have created a map using rtabma

2019-09-03 10:38:08 -0500 asked a question move_base not working with rtabmap_ros

move_base not working with rtabmap_ros Hello, I am trying to run navigation on my robot using stereo camera. I have com

2019-07-24 08:37:48 -0500 received badge  Notable Question (source)
2019-07-03 08:42:18 -0500 marked best answer error during generating IK solution.

Hi,

i am using 5DOF robot and i want to generate IK fast plugin for my robot. I have already generated my robot.dae file. But when I try to get IK solution using this command below

 python `openrave-config --python-dir`/openravepy/_openravepy_/ikfast.py --robot=igus1.dae --iktype=translationdirection5d --baselink=2 --eelink=6 --savefile=/home/pravin/catkin_ws

then i get this error.

2018-04-26 18:11:24,517 openrave [WARN] [colladareader.cpp:2228 ColladaReader::FillGeometryColor] transparecy is 1.000000, which means the item will be rendered invisible, this must be a mistake so setting to opaque (1)

2018-04-26 18:11:24,575 openrave [WARN] [fclspace.h:249 FCLSpace::KinBodyInfoPtr fclrave::FCLSpace::InitKinBody] Initializing link igus/world with 0 geometries (env 1) (userdatakey fclcollision0x37b00e0)

2018-04-26 18:11:25,627 openrave [WARN] [fclspace.h:249 FCLSpace::KinBodyInfoPtr fclrave::FCLSpace::InitKinBody] Initializing link igus/world with 0 geometries (env 1) (userdatakey fclcollision0x37b00e0)

INFO: moved translation Matrix([[0, 0, 0]]) to right end
INFO: moved translation Matrix([[0, 0, 0]]) to left end
INFO: moved translation on intersecting axis Matrix([[0, 0, 0]]) to left
INFO: [[1, 0, 0, 0],[0, 0, 1, 0],[0, -1, 0, 1007/10000]]
INFO: [[cos(j1), -sin(j1), 0, 0],[sin(j1), cos(j1), 0, 0],[0, 0, 1, 0]]
INFO: [[1, 0, 0, 2/125],[0, 1, 0, -26953/100000],[0, 0, 1, 0]]
INFO: [[cos(j2), -sin(j2), 0, 0],[sin(j2), cos(j2), 0, 0],[0, 0, 1, 0]]
INFO: [[0, 1, 0, 23869009/100000000],[-1, 0, 0, 312489/12500000],[0, 0, 1, 0]]
INFO: [[cos(j3), -sin(j3), 0, 0],[sin(j3), cos(j3), 0, 0],[0, 0, 1, 0]]
INFO: [[0, -1, 0, -19/100],[1, 0, 0, -7/10000000],[0, 0, 1, 0]]
INFO: [[cos(j4), -sin(j4), 0, 0],[sin(j4), cos(j4), 0, 0],[0, 0, 1, 0]]
INFO: [[31961259/40000087709, -40000074940/40000087709, 0, 0],[-40000074940/40000087709, -31961259/40000087709, 0, 0],[0, 0, -1, 0]]

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/openravepy/_openravepy_/ikfast.py", line 9521, in <module>
    chaintree = solver.generateIkSolver(options.baselink,options.eelink,options.freeindices,solvefn=solvefn)

  File "/usr/local/lib/python2.7/dist-packages/openravepy/_openravepy_/ikfast.py", line 2281, in generateIkSolver
    chaintree = solvefn(self, LinksRaw, jointvars, isolvejointvars)

  File "/usr/local/lib/python2.7/dist-packages/openravepy/_openravepy_/ikfast.py", line 2662, in solveFullIK_TranslationDirection5D
    self.Tfinal = zeros((4,4))

  File "/usr/lib/python2.7/dist-packages/sympy/matrices/dense.py", line 1229, in zeros
    return cls.zeros(r, c)

  File "/usr/lib/python2.7/dist-packages/sympy/matrices/dense.py", line 513, in zeros
    r = as_int(r)

  File "/usr/lib/python2.7/dist-packages/sympy/core/compatibility.py", line 389, in as_int

    raise ValueError('%s is not an integer' % n)
TypeError: not all arguments converted during string formatting

I dont understand what went wrong. Can somebody help me to fix this? Thank you in advance.

2019-07-02 13:12:50 -0500 received badge  Nice Question (source)
2019-06-15 11:57:37 -0500 commented question Stereo Calibration - Export from Matlab to ROS

I am also trying to get the projection and rectification matrix . I think [https://stackoverflow.com/questions/46651936/

2019-06-15 11:56:06 -0500 commented question Stereo Calibration - Export from Matlab to ROS

I am also trying to get the projection and rectification matrix . I think this would be useful. I converted first using

2019-06-12 04:00:18 -0500 received badge  Popular Question (source)
2019-06-11 08:26:18 -0500 commented question rqt_plot not plotting imu_message

I added the time stamp, now it is working. Thank you.

2019-06-11 08:26:18 -0500 received badge  Commentator
2019-06-11 08:17:29 -0500 commented question rqt_plot not plotting imu_message

My Imu does not give me orientation data, so that x,y,z,w are zero.

2019-06-11 08:16:38 -0500 commented question rqt_plot not plotting imu_message

And rostopic list | grep imu /imu_data

2019-06-11 08:16:26 -0500 commented question rqt_plot not plotting imu_message

And rostopic list | grep imu /imu_data

2019-06-11 08:15:09 -0500 commented question rqt_plot not plotting imu_message

Output of rostopic echo -n1 /imu_data header: seq: 1605 stamp: secs: 0 nsecs: 0 frame_id: '' o

2019-06-10 07:51:58 -0500 received badge  Famous Question (source)
2019-06-08 06:44:00 -0500 received badge  Notable Question (source)
2019-06-06 01:45:47 -0500 received badge  Popular Question (source)
2019-06-01 08:49:45 -0500 commented answer "wrong checksum for id and message" when using interrupts to read ultrasonic sensors.

Hello Benh, I am also getting the same error that you were getting. I have implemented interrupt for measuring the velo

2019-05-30 11:34:32 -0500 received badge  Famous Question (source)
2019-05-28 06:26:46 -0500 asked a question rqt_plot not plotting imu_message

rqt_plot not plotting imu_message Hi everyone, I am trying to plot imu_data via rqt plot. But rqt_plot does not plot an

2019-05-08 08:24:28 -0500 commented question rosserial doesnot publish imu data when combined with some other data publisher/subscriber

Also the rosrun rosserial_arduino serial_node.py _port:=/dev/ttyACM0 gives [ERROR] [1557321844.680810]: Lost sync with d

2019-05-08 08:00:37 -0500 commented question rosserial doesnot publish imu data when combined with some other data publisher/subscriber

I found that if i change if (Serial2.available() > 0) to while(Serial2.available() > 0) , then it started to work.

2019-05-08 08:00:20 -0500 commented question rosserial doesnot publish imu data when combined with some other data publisher/subscriber

I found that if i change if (Serial2.available() > 0) to while(Serial2.available() > 0) , then it started to work.

2019-05-08 07:59:48 -0500 commented question rosserial doesnot publish imu data when combined with some other data publisher/subscriber

I found that if i change if (Serial2.available() > 0) to while(Serial2.available() > 0) , then it started to work.

2019-05-06 07:48:35 -0500 asked a question rosserial doesnot publish imu data when combined with some other data publisher/subscriber

rosserial doesnot publish imu data when combined with some other data publisher/subscriber I am trying to publish imu_da

2019-04-29 12:01:45 -0500 received badge  Notable Question (source)
2019-04-02 10:37:26 -0500 commented question Can I use 2d lidar with stereo camera to create a 3D map?

Thank you. I can now use the laser scan with RTAB Map, but i quite do not understand how it uses Laser scan during the m

2019-04-02 09:11:49 -0500 received badge  Citizen Patrol (source)
2019-04-01 07:15:31 -0500 commented question Can I use 2d lidar with stereo camera to create a 3D map?

I have sick pls 101-312 laser scanner. It is currently mounted horizontally on the robot. There is no rotating or tiltin

2019-04-01 07:14:35 -0500 commented question Can I use 2d lidar with stereo camera to create a 3D map?

I have sick 101-312 laser scanner. It is currently mounted horizontally on the robot. There is no rotating or tilting me

2019-03-31 16:58:11 -0500 received badge  Popular Question (source)