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

acp's profile - activity

2023-04-23 05:23:32 -0500 received badge  Popular Question (source)
2023-04-23 05:23:32 -0500 received badge  Notable Question (source)
2023-04-02 13:06:43 -0500 asked a question URDF wheel that can rotate independently in both axes, Y and Z.

URDF wheel that can rotate independently in both axes, Y and Z. Dear people, I do have a mobile robot with four rolling

2022-07-22 08:53:52 -0500 asked a question ROS radar rgb calibration

ROS radar rgb calibration Dear People, I do have a radar UMRR-96 TYPE 153 and a RGB camera, I would like to find the e

2022-02-22 15:00:50 -0500 marked best answer Navigation stack 2D

Hi

I have a patrolbot which the navigation under ROS is implemented. And well, it seems to be as if the navigation is working properly. Just one issue 1.-when I set the '2d pose estimate' under rviz and then '2d nav goal' the robot goes from the actual pose to the goal with a lot of rotations.

The question is if there is any way to make the robot goes a straight line, e.g. I will probably need to tune some parameters. Do you know which ones,

Any help will be great

2021-02-22 01:14:05 -0500 received badge  Notable Question (source)
2021-02-22 01:14:05 -0500 received badge  Famous Question (source)
2021-02-22 01:14:05 -0500 received badge  Popular Question (source)
2021-01-26 20:50:31 -0500 marked best answer ros gmapping change scan topic

Dear all.

I have a new topic name for a LaserScan.

When I run:

rosrun gmapping slam_gmapping scan:=new_topic_name

The gmapping takes the data under the new topic name.

However when I run a launch file

node name="slam_gmapping" pkg="gmapping" type="slam_gmapping" args="new_topic_name"

respawn="false" output="screen">

The gmapping doesnt take the data under the new topic name, it takes instead the data from the scan topic.

Can somebody explain why and how to solve that issue.

In advance thank you to all.

2020-12-20 22:33:31 -0500 received badge  Famous Question (source)
2020-12-20 22:33:31 -0500 received badge  Notable Question (source)
2020-08-29 02:37:37 -0500 received badge  Popular Question (source)
2020-08-06 02:03:46 -0500 commented answer ROS Sharp Unity3d import PointCloud2

Hi, Sorry for the late replay, I just saw your comment :) I am using rossocket because I am communicating from a drone

2020-07-30 00:57:40 -0500 commented question Parse rostopics to JSON

Thank you so much for the answer. I have used rospy_message_converter as stated below, it works well :) Now I would li

2020-07-30 00:56:52 -0500 commented question Parse rostopics to JSON

Thank you so much for the answer. I have used rospy_message_converter as stated below, it works well :) Now I would li

2020-07-30 00:56:22 -0500 commented question Parse rostopics to JSON

Thank you so much for the answer. I have used rospy_message_converter as stated below, it works well :) Now I would li

2020-07-30 00:55:35 -0500 commented question Parse rostopics to JSON

Thank you so much for the answer. I have used rospy_message_converter as stated below, it works well :) Now I would li

2020-07-30 00:54:14 -0500 commented question Parse rostopics to JSON

Thank you so much for the answer. I have used rospy_message_converter as stated below, it works well :) Now I would li

2020-07-30 00:53:54 -0500 commented question Parse rostopics to JSON

Thank you so much for the answer. I have used rospy_message_converter as stated below, it works well :) Now I would li

2020-07-30 00:52:43 -0500 commented question Parse rostopics to JSON

Thank you so much for the answer. I have used rospy_message_converter as stated below, it works well :) Now I would li

2020-07-30 00:51:58 -0500 commented question Parse rostopics to JSON

Thank you so much for the answer. I have used rospy_message_converter as stated beloow, it works well :) Now I would l

2020-07-29 02:56:09 -0500 asked a question Parse rostopics to JSON

Parse rostopics to JSON Dear People. I do have a rosbag with some topics like: - gps_global_position - global_p

2020-06-21 08:12:25 -0500 received badge  Notable Question (source)
2020-06-21 08:12:25 -0500 received badge  Famous Question (source)
2020-06-04 05:56:24 -0500 received badge  Famous Question (source)
2020-06-04 05:56:24 -0500 received badge  Notable Question (source)
2020-04-21 07:44:25 -0500 marked best answer actionlib feedback move_base

Dear all.

I have navigation stack implemented and I can send some goals to the move base.

I just want to cancel a goal before it reaches its position using feedback.

How can I use feedback?

I have use the following code, but it doesnt work.

ac.sendGoal(goal, &feedbackCb);

void Pose_Goal::feedbackCb(const move_baseFeedbackConstPtr& feedback){

ROS_INFO("[X]:%f [Y]:%f",feedback->base_position.pose.position.x, feedback->base_position.pose.position.y);

}

any help I would appreciate it. Thanks in advance

2020-02-21 13:40:24 -0500 received badge  Famous Question (source)
2020-01-14 04:47:30 -0500 edited answer ROS Sharp Unity3d import PointCloud2

I know is a mess of code, but at least it subscribe to a pointclou2 and publishes a mesh and also transform from ROS to

2020-01-13 10:02:09 -0500 edited answer ROS Sharp Unity3d import PointCloud2

I know is a mess of code, but at least it subscribe to a pointclou2 and publishes a mesh. The only missing thing is to c

2020-01-13 01:26:51 -0500 received badge  Notable Question (source)
2020-01-08 06:14:39 -0500 answered a question ROS Sharp Unity3d import PointCloud2

I know is a mess of code, but at least it subscribe to a pointclou2 and publishes a mesh. The only missing thing is to c

2019-12-16 04:57:35 -0500 received badge  Popular Question (source)
2019-12-09 05:29:24 -0500 asked a question ROS Sharp Unity3d import PointCloud2

ROS Sharp Unity3d import PointCloud2 Dear People, I do have ros kinetic and Ubuntu 16.04.5 and I have installed Unity3d

2019-11-26 00:22:55 -0500 received badge  Popular Question (source)
2019-11-12 08:59:20 -0500 commented answer rtabmap_ros 3D map PointCloud2 transfer ROS Master_Slave

Hi Mathieu, Thank you for the answer. I have run $ python assemble_local_grids.py rtabmap/mapGraph:=/zed/rtabmap/map

2019-11-12 08:58:37 -0500 commented answer rtabmap_ros 3D map PointCloud2 transfer ROS Master_Slave

Hi Mathieu, Thank you for the answer. I have run $ python assemble_local_grids.py rtabmap/mapGraph:=/zed/rtabmap/map

2019-11-12 08:53:45 -0500 commented answer rtabmap_ros 3D map PointCloud2 transfer ROS Master_Slave

Hi Mathieu, Thank you for the answer. I have run $ python assemble_local_grids.py rtabmap/mapGraph:=/zed/rtabmap/map

2019-11-12 08:46:43 -0500 commented answer rtabmap_ros 3D map PointCloud2 transfer ROS Master_Slave

Hi Mathieu, Thank you for the answer. I have run $ python assemble_local_grids.py rtabmap/mapGraph:=/zed/rtabmap/map

2019-11-08 05:07:48 -0500 commented answer rtabmap_ros 3D map PointCloud2 transfer ROS Master_Slave

Hi Mathieu, Thank you for the answer. Lets see if I understand :) I do have a launch file on the master (Jetsontx) the

2019-11-08 05:07:39 -0500 commented answer rtabmap_ros 3D map PointCloud2 transfer ROS Master_Slave

Hi Mathieu, Thank you for the answer. Lets see if I understand :) I do have a launch file on the master (Jetsontx) the

2019-11-08 05:05:56 -0500 commented answer rtabmap_ros 3D map PointCloud2 transfer ROS Master_Slave

Hi Mathieu, Thank you for the answer. Lets see if I understand :) I do have a launch file on the master (Jetsontx) the

2019-11-08 04:57:56 -0500 commented answer rtabmap_ros 3D map PointCloud2 transfer ROS Master_Slave

Hi Mathieu, Thank you for the answer. Lets see if I understand :) I do have a launch file on the master (Jetsontx) the

2019-11-08 04:55:07 -0500 commented answer rtabmap_ros 3D map PointCloud2 transfer ROS Master_Slave

Hi Mathieu, Thank you for the answer. Lets see if I understand :) I do have a launch file on the master (Jetsontx) the

2019-11-08 04:51:48 -0500 commented answer rtabmap_ros 3D map PointCloud2 transfer ROS Master_Slave

Hi Mathieu, Thank you for the answer. Lets see if I understand :) I do have a launch file on the master (Jetsontx) the

2019-11-08 04:50:39 -0500 commented answer rtabmap_ros 3D map PointCloud2 transfer ROS Master_Slave

Hi Mathieu, Thank you for the answer. Lets see if I understand :) I do have a launch file on the master (Jetsontx) the

2019-11-08 02:08:48 -0500 commented answer rtabmap_ros 3D map PointCloud2 transfer ROS Master_Slave

Hi Mathieu, Thank you for the answer. Lets see if I understand :) I do have a launch file on the master (Jetsontx) the

2019-11-08 02:07:55 -0500 commented answer rtabmap_ros 3D map PointCloud2 transfer ROS Master_Slave

Hi Mathieu, Thank you for the answer. Lets see if I understand :) I do have a launch file on the master (Jetsontx) the

2019-11-06 08:27:53 -0500 asked a question rtabmap_ros 3D map PointCloud2 transfer ROS Master_Slave

rtabmap_ros 3D map PointCloud2 transfer ROS Master_Slave Dear people. I do have the following devices: - JetsonTX2 - P

2019-10-28 05:50:44 -0500 asked a question Get HZ & BW from Node using Rostopic

Get HZ & BW from Node using Rostopic Dear people. I am trying to get a PointCloud2 info, I have the following python