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

Tristan9497's profile - activity

2023-02-16 03:23:35 -0500 received badge  Famous Question (source)
2021-11-07 14:33:47 -0500 commented answer ROS remote master: can see topics but no data

Thanks man! I just spend the entire day trying everything!

2021-09-01 02:09:11 -0500 received badge  Famous Question (source)
2021-07-28 03:01:45 -0500 received badge  Famous Question (source)
2021-07-20 21:04:49 -0500 received badge  Famous Question (source)
2021-06-11 02:09:58 -0500 marked best answer clear_costamps recovery clear only one layer

Hi,

is it possible to configure the clear costmaps recovery to only clear one specific layer in both?

I found the following question in the forum here but cant get it to work. I don't even know howto set up all the requiered parameters for the recovery behaviours and can't find any documenation about it. https://answers.ros.org/question/2525...

I would appreciate any help and ideas, thanks in advance

2021-06-11 02:08:53 -0500 received badge  Famous Question (source)
2021-06-08 14:54:20 -0500 received badge  Notable Question (source)
2021-05-18 02:23:15 -0500 received badge  Nice Answer (source)
2021-04-18 21:16:37 -0500 received badge  Notable Question (source)
2021-04-07 15:20:43 -0500 commented answer publish camera_info and undistort image

Unfortunately i don't, but writing a node yourself does not seem to complicated. Take a look at this for reference

2021-04-07 10:35:08 -0500 received badge  Rapid Responder (source)
2021-04-07 10:35:08 -0500 answered a question publish camera_info and undistort image

Take a look at image_proc it should be able to handle exactly your problem.

2021-03-28 07:56:21 -0500 received badge  Rapid Responder (source)
2021-03-28 07:56:21 -0500 answered a question why does my gazebo window look dark?

This is a Gazebo related question and should be asked here. That is a dedicated q&a for gazebo and will get you way

2021-03-19 12:08:04 -0500 commented question How to translate a pose in rospy?

In general you shouldn't use tf anymore as it is depricated and has been replaced by tf2 as described here. tf still wor

2021-03-19 12:00:14 -0500 commented answer Is it possible to subscribe to poses computed by cartographer?

Hey man that's great to hear! Happy, that we got this one solved :)

2021-03-18 11:01:35 -0500 commented answer Is it possible to subscribe to poses computed by cartographer?

imo the header looks good. What happens to the messages when the marker disappears? Does the stamp progress? Are you sti

2021-03-18 10:34:37 -0500 received badge  Notable Question (source)
2021-03-17 12:53:37 -0500 commented answer Making a simple program which uses cmd_vel

I am happy that i was able to help you. Yea i thought that both should work but wasn't entirely sure about it. Can you

2021-03-17 10:39:02 -0500 answered a question Get the position and angle of the obstacle detected by rplidar

Take a look at the documentation of the message type sensor_msgs::LaserScan here you will see, that you not only have th

2021-03-17 10:30:50 -0500 commented question Get the position and angle of the obstacle detected by rplidar

what do you mean by obstacle? Only the measured point of your Lidar, a cell in the map from SLAM or a detected obstacle

2021-03-17 10:18:47 -0500 commented answer Is it possible to subscribe to poses computed by cartographer?

Ok i don't think it is a related issue. See this issue i believe this is a general tf2_geometry_msgs issue that can be i

2021-03-17 08:19:49 -0500 commented answer Is it possible to subscribe to poses computed by cartographer?

I'll take a look when i am in my lab

2021-03-17 06:32:39 -0500 commented answer Is it possible to subscribe to poses computed by cartographer?

I think that looks good. Can you publish that pose and check in rviz if it is at the same spot as your robot, when you a

2021-03-16 18:50:41 -0500 answered a question Making a simple program which uses cmd_vel

Hi, your problem probably is, that ros::spin is made to contiously request data via subscribers. It does not affect pub

2021-03-16 18:50:41 -0500 received badge  Rapid Responder (source)
2021-03-16 14:35:27 -0500 commented answer Is it possible to subscribe to poses computed by cartographer?

Btw you are totally right with your statement that the function needs something to transform. IMO this should be the pos

2021-03-16 14:04:33 -0500 commented answer Is it possible to subscribe to poses computed by cartographer?

self.pose should contain the pose of your robot in the odometry frame, that is published by your odometry source. If you

2021-03-16 14:03:09 -0500 commented answer Is it possible to subscribe to poses computed by cartographer?

self.pose should contain the pose of your robot in the odometry frame, that is published by your odometry source. If you

2021-03-16 14:02:42 -0500 commented answer Is it possible to subscribe to poses computed by cartographer?

self.pose should contain the pose of your robot in the odometry frame, that is published by your odometry source. If you

2021-03-16 12:40:12 -0500 commented answer Is it possible to subscribe to poses computed by cartographer?

Good thing you included the try except block, look up transforms are often failing so you will not get errors. First i

2021-03-15 12:15:53 -0500 commented answer Is it possible to subscribe to poses computed by cartographer?

I write everything in c++ so i don't know about python, but this post seems promising. But i'd still like to know more

2021-03-15 10:43:36 -0500 commented answer Is it possible to subscribe to poses computed by cartographer?

No worries it disappeared fairly quickly after my comment. Probably someone clicked on it by mistake. Have you managed t

2021-03-11 08:45:24 -0500 commented answer Is it possible to subscribe to poses computed by cartographer?

Btw i don't understand why my answer was flagged as offensive. I am trying to help someone and provide objective informa

2021-03-11 07:58:28 -0500 commented answer Is it possible to subscribe to poses computed by cartographer?

This goes in the right direction but isn't really what i meant. I meant you should transform your odometry message in to

2021-03-10 12:45:32 -0500 commented answer Global and local costmap are shifted in relation to the map mapped by gmapping

Hey Eman, thanks for the update i am happy that i was able to help you. What you are saying makes totally sense, since

2021-03-05 08:32:12 -0500 commented answer Global and local costmap are shifted in relation to the map mapped by gmapping

I am actually unsure if i would include the static layer in the local costmap. I would probably feed only live data to i

2021-03-05 08:27:56 -0500 commented answer Global and local costmap are shifted in relation to the map mapped by gmapping

Ok, thanks for the further information. I can't tell you exactly what is causing the behavior but i can point out thing

2021-03-05 08:19:09 -0500 commented answer Global and local costmap are shifted in relation to the map mapped by gmapping

Ok, thanks for the further information. I can't tell you exactly what is causing the behavior but i can point out thing

2021-03-04 18:00:14 -0500 received badge  Nice Answer (source)
2021-03-04 08:36:45 -0500 answered a question Using two static layered costmaps to make restricted areas

Maybe a different and more flexible approach is to write your own costmap layer and give it a geometry_message::polygon

2021-03-04 08:36:45 -0500 received badge  Rapid Responder (source)
2021-03-02 08:43:40 -0500 received badge  Rapid Responder (source)
2021-03-02 08:43:40 -0500 answered a question Global and local costmap are shifted in relation to the map mapped by gmapping

Hi, can you provide your config for the costmap and the planners? (mostly the frames they operate in are interesting) f

2021-03-01 12:24:43 -0500 commented answer map frame and odom frame are not in one point, if i fix one frame the other keep moving

No problem. I'd rather not share my private accounts here. If you want you can share your discord name and handle and i'

2021-03-01 09:14:20 -0500 commented answer "map update loop missed" happen frequently when robot path plan and run

Any news on this? Did the parameters work for you? If so, please close the question

2021-03-01 08:26:54 -0500 received badge  Popular Question (source)
2021-03-01 08:20:17 -0500 edited answer map frame and odom frame are not in one point, if i fix one frame the other keep moving

How is the transformation build up? Most of the time the map->odom transform is build by SLAM or pure Localization.

2021-03-01 08:18:30 -0500 edited answer map frame and odom frame are not in one point, if i fix one frame the other keep moving

How is the transformation build up? Most of the time the map->odom transform is build by SLAM or pure Localization.