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

Delb's profile - activity

2022-10-13 15:22:17 -0500 received badge  Guru (source)
2022-10-13 15:22:17 -0500 received badge  Great Answer (source)
2022-10-12 04:29:09 -0500 received badge  Nice Answer (source)
2022-09-09 14:48:23 -0500 received badge  Good Answer (source)
2022-09-05 17:56:36 -0500 received badge  Good Answer (source)
2022-09-02 13:02:12 -0500 received badge  Good Answer (source)
2022-08-25 07:42:25 -0500 received badge  Nice Answer (source)
2022-07-19 05:37:04 -0500 received badge  Good Answer (source)
2022-03-15 14:13:06 -0500 received badge  Good Answer (source)
2022-03-15 09:15:01 -0500 answered a question get pose(x,y) of any unoccupied cell from 2D occupancy grid

Row major means that all your data depend on the width. When parsing the data (an array), you start at index 0, when in

2022-03-08 07:50:19 -0500 commented question get pose(x,y) of any unoccupied cell from 2D occupancy grid

Are you testing using a square map ? I didn't find issue but indeed when height != width the values are incorrect. You h

2022-03-01 09:57:55 -0500 received badge  Rapid Responder (source)
2022-03-01 09:57:55 -0500 answered a question Understanding Parameters - Changing & Using New Value On The Fly

If you want to change parameters values during the node execution then yes dynamic_reconfigure is what you are looking f

2022-01-30 13:26:43 -0500 received badge  Nice Answer (source)
2022-01-13 03:00:15 -0500 received badge  Nice Answer (source)
2021-12-22 21:58:27 -0500 received badge  Nice Answer (source)
2021-12-05 23:55:23 -0500 received badge  Nice Answer (source)
2021-10-15 05:22:58 -0500 received badge  Rapid Responder (source)
2021-10-15 05:22:58 -0500 answered a question how to output the OpenCV image out of the callback function?

The method cv::imdecode returns a cv::Mat object so you just need to store the output in a cv::Mat object that is not in

2021-09-27 10:37:13 -0500 commented question I dont see GUI of turtlebot when i run launch command in terminal

If you only launch illumination.launch there isn't any GUI to expect. Can you clarify what you want to do exactly please

2021-09-14 02:52:31 -0500 commented question how to use scripts for simulation of ur5 robotic arm in gazebo

Sorry but I think you haven't enough knowledge in ROS to achieve what you want for the moment, I would recommend you to

2021-09-13 07:00:51 -0500 commented question how to use scripts for simulation of ur5 robotic arm in gazebo

to do something else Can you clarify what you want to achieve please ? Also explain what you've tried so far, why i

2021-09-13 02:37:17 -0500 received badge  Good Answer (source)
2021-08-18 14:21:51 -0500 received badge  Nice Answer (source)
2021-08-17 09:51:11 -0500 received badge  Nice Answer (source)
2021-08-17 05:20:15 -0500 edited question Creating a service server in a constructor

Creating a service server in a constructor I'm trying to start a service server in the constructor of a class. I'm using

2021-08-17 05:19:35 -0500 answered a question Creating a service server in a constructor

There are two issues in your code : The first one generates the following error : error: invalid use of non-static mem

2021-08-17 02:22:45 -0500 commented answer Why can't my URDF be like my SDF in rviz?

Glad it worked. If you have another question you should create a new one to explain your issue, what you want to achieve

2021-08-16 08:00:45 -0500 answered a question Why can't my URDF be like my SDF in rviz?

The wheels aren't attached to the box on your urdf because this formula is wrong : y_reflect*(base_width/6+wheel_ygap)

2021-07-28 09:36:46 -0500 received badge  Nice Answer (source)
2021-07-20 01:53:44 -0500 received badge  Good Question (source)
2021-07-19 07:00:52 -0500 commented question Do I need a static transform publisher when I have a joint between 2 links?

Which launch file(s) are you using ? If you launch the node robot_state_publisher you shouldn't need a static_transform_

2021-07-07 08:11:33 -0500 edited answer How to set the default Yaw angle for the robot in Gazebo launchfile?

In the launch file Which launch file are you talking about ? You should include it in your question, or at least te

2021-07-06 05:42:04 -0500 commented question tf2 tutorial: follower turtle makes circles, doesn't follow leader

I tried your code and it's running as the tutorial so your issue is probably somewhere else. Are you running everything

2021-07-06 05:35:15 -0500 commented question tf2 tutorial: follower turtle makes circles, doesn't follow leader

I tried your code and it's running as the tutorial so your issue is probably somewhere else. Are you running everything

2021-07-05 09:16:50 -0500 answered a question How to set the default Yaw angle for the robot in Gazebo launchfile?

In the launch file Which launch file are you talking about ? You should include it in your question, or at least te

2021-06-26 01:07:08 -0500 received badge  Nice Answer (source)
2021-06-10 07:20:05 -0500 commented question How should I know the real pose of the GridMap

You have to be a lot more precise please. When talking about GridMap are you refering to an OccupancyGrid ? How did you

2021-06-10 07:18:10 -0500 commented question How should I know the real pose of the GridMap

You have to be a lot more precise please. When talking about GridMap are you refering to an OccupancyGrid ? How did you

2021-06-10 07:17:42 -0500 commented question How should I know the real pose of the GridMap

You have to be a lot more precise please. When talking about GridMap are you refering to an OccupancyGrid ? How did you

2021-06-10 05:22:42 -0500 commented question Invoking "make -j4 -l4" failed

Can you link the tutorials you have been following please ? You should also show your CMakelists.txt and package.xml ple

2021-06-10 05:21:52 -0500 commented question Invoking "make -j4 -l4" failed

Can you link the tutorials you have been following please ?

2021-06-10 05:17:20 -0500 edited question Invoking "make -j4 -l4" failed

Invoking "make -j4 -l4" failed hello i have this problem when i run catkin_make ,I followed all the tutorials but nothi

2021-06-10 05:03:40 -0500 commented question How should I know the real pose of the GridMap

I drawed a map by using the topic map Can you be more precise ? Do you manually publish to the topic map ?

2021-06-10 05:03:30 -0500 commented question How should I know the real pose of the GridMap

I drawed a map by using the topic map Can you be more precise ? Do you manually publish to the topic map ?

2021-06-10 05:03:18 -0500 commented question How should I know the real pose of the GridMap

I drawed a map by using the topic map Can you be more precise ? Do you manually publish to the topic map ?

2021-06-03 08:02:17 -0500 commented question ROS mutiple machines

Have you tried to set the variable ROS_HOSTNAME instead of ROS_IP (using the same values) ? I can't explain why but when

2021-06-03 07:59:12 -0500 edited question ROS mutiple machines

ROS mutiple machines Hi, I try to run ROS in multiple machines, I use ROS master to publish vehicle command and subscrib

2021-06-02 14:20:11 -0500 received badge  Nice Answer (source)
2021-05-25 06:55:54 -0500 received badge  Good Answer (source)