How Could i change in Ros Topic Parameter

asked 2018-01-02 13:02:27 -0500

hossam gravatar image

updated 2018-01-05 01:22:20 -0500

mgruhler gravatar image

my question about how to change already exist laser scan topic called safety angle laser scan topic i need to change it's angle of detection obstacle and ranges

Edit: Dear mig thanks for your answer yes it's laser scan node in a predefined node called angle estimator, it estimate the angle of front object accordingly to the laser which attached on the robot however the angle is 10 degree and i need to change it to be more than and i search on every file in catkin make without finding a solution , i really need to know how to do it causa i'm going to lose my mind

edit retag flag offensive close merge delete

Comments

Maybe it is just me not understanding this: But what do you want to do?

  • Change a Parameter via a Topic? --> better use dynamic_reconfigure
  • Do a "on-the-fly" remapping? --> not possible
  • Change what the Topic contains? --> well, if it is a laser scan, maybe use a laser_filter?
mgruhler gravatar image mgruhler  ( 2018-01-05 00:53:42 -0500 )edit
1

please don't add additional Information by answering. Edit your original question or post a comment...

mgruhler gravatar image mgruhler  ( 2018-01-05 01:22:39 -0500 )edit
1

Your additional Information still isn't enough. Maybe there is a ROS parameter that you can set. But without telling us exactly what your are trying to do (description, commands) with which node (if public) or giving the relevant parts of the source code (actual src, Launch files, ...) ...

mgruhler gravatar image mgruhler  ( 2018-01-05 01:24:37 -0500 )edit
1

there is not much to work with and help you....

mgruhler gravatar image mgruhler  ( 2018-01-05 01:24:53 -0500 )edit