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

PratNag's profile - activity

2022-09-26 19:57:19 -0500 received badge  Nice Answer (source)
2020-12-22 08:07:16 -0500 received badge  Famous Question (source)
2020-12-22 08:07:16 -0500 received badge  Notable Question (source)
2020-11-04 08:22:00 -0500 received badge  Necromancer (source)
2020-07-22 00:07:43 -0500 received badge  Popular Question (source)
2020-06-03 02:21:39 -0500 commented question Moveit does not wait for trajectory completion

Yes makes sense. I will look into the driver.

2020-06-03 00:57:19 -0500 commented question Moveit does not wait for trajectory completion

Hello, Yes I thought of that. But couldn't see any such buffer in the python api. And also the weird thing is it works w

2020-06-02 23:50:26 -0500 edited question Moveit does not wait for trajectory completion

Moveit does not wait for trajectory completion I am running ROS melodic on Ubuntu 18.04 with latest moveit binary. I am

2020-06-02 23:49:55 -0500 edited question Moveit does not wait for trajectory completion

Moveit does not wait for trajectory completion I am running ROS melodic on Ubuntu 18.04 with latest moveit binary. I am

2020-06-02 23:49:05 -0500 edited question Moveit does not wait for trajectory completion

Moveit does not wait for trajectory completion I am running ROS melodic on Ubuntu 18.04 with latest moveit binary. I am

2020-06-02 23:49:05 -0500 received badge  Editor (source)
2020-06-02 23:48:47 -0500 asked a question Moveit does not wait for trajectory completion

Moveit does not wait for trajectory completion I am running ROS melodic on Ubuntu 18.04 with latest moveit binary. I am

2019-06-11 04:18:26 -0500 answered a question rmw implementation error running ros2 examples

I had the same problem but on Windows after installing Ros2 from binaries. Building ROS2 from source solved the problem

2019-06-05 07:43:06 -0500 answered a question ROS2 Windows failed to load shared library of rmw implementation

I had the exact same issue. I was sure I followed all installation correctly for https://index.ros.org/doc/ros2/Install

2018-07-13 06:31:00 -0500 commented answer turtlebot_bringup minimal vs turtlebot3_bringup turtlebot3_robot

If you have doubts about the name of the launch files. You can directly go to the source in the github repo and check.

2018-07-13 06:30:12 -0500 received badge  Commentator
2018-07-13 06:30:12 -0500 commented answer turtlebot_bringup minimal vs turtlebot3_bringup turtlebot3_robot

if you see here https://github.com/ROBOTIS-GIT/turtlebot3/blob/master/turtlebot3_bringup/launch/turtlebot3_realsense.lau

2018-07-08 14:49:45 -0500 commented question Installing RTAB-MAP on the NVIDIA Jetson TX2

I am using RTABMAP on Jetson TX2 without any errors. Can you check if you have the latest JetPack installed? https://dev

2018-07-08 14:11:40 -0500 answered a question turtlebot_bringup minimal vs turtlebot3_bringup turtlebot3_robot

You'll need to use this for Turtlebot3 https://github.com/ROBOTIS-GIT/turtlebot3 All the tutorials for turtlebot3 are g

2018-07-03 21:59:14 -0500 received badge  Teacher (source)
2018-07-03 03:51:08 -0500 received badge  Enthusiast
2018-06-22 05:34:20 -0500 answered a question Meaning of the data passed by PointCloud2 message

For a pointcloud2 msg http://docs.ros.org/api/sensor_msgs/html/msg/PointCloud2.html the x,y,z values are stored in http:

2018-06-21 04:41:00 -0500 commented question How use the octomap with a real map (Mapping reality) in Rviz

Have you tried rtabmap? It also creates a 3D map of the environment. The tutorials for rtabmap are pretty elaborate. May

2018-06-21 04:36:15 -0500 commented question launch file opening error

Please post in short what you are to do.

2018-06-21 04:32:56 -0500 answered a question Connecting ROS to Arduino Serial Port

So that happens due to differences in libraries for Python 2.7 and Python 3.0. The tutorials are based on Python 2.7 so

2018-06-20 02:55:39 -0500 commented answer issues about using "sudo rosdep init"

Try sudo -E rosdep init

2018-06-19 15:33:11 -0500 commented answer Pointcloud to LaserScan for Navigation

No you dont need to. You can use the laserscan topic from hokoyu directly for navigation stack. The original msg publish

2018-06-19 15:15:01 -0500 edited answer Pointcloud to LaserScan for Navigation

which is the scanner you are using? The output is usually ideally laserscan msg under /scan topic. If you get pointcloud

2018-06-19 15:14:30 -0500 answered a question Pointcloud to LaserScan for Navigation

which is the scanner you are using? The output is usually ideally laserscan msg under /scan topic. If you get pointcloud

2018-06-19 13:49:18 -0500 commented question Connecting ROS to Arduino Serial Port

try changing write_timeout to writeTimeout. I am not sure about this but you can try. From what I read its different for

2018-06-19 13:31:18 -0500 commented answer Connecting ROS to Arduino Serial Port

Are you sure that arduino is connected to ACM0? You can see the serial port name as /dev/USBx or /dev/ACMx in the arduin

2018-06-19 13:31:18 -0500 commented question Extracting depth images using rosrun command using realsense camera

Can you list all the published image topics? You cannot extract from image:=/camera/depth/image_raw because the format n

2018-06-19 13:31:18 -0500 commented question Pointcloud to LaserScan for Navigation

What sensor are you using? Are you using a 2d lidar, a 3d lidar or a kinect camera? If you have a laser scanner it dire