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

Where can I get the amcl.patch and stage.patch

asked 2018-02-04 01:22:20 -0500

superttmm gravatar image

I am trying to make multi_robot_collision_avoidance work, but I cannot get the amcl.patch mentioned in the installation document. Without those I have got some error, like missing stage_ros.msg. I am running on indigo, how can I fix this?

edit retag flag offensive close merge delete

Comments

What patch and documentation are you referring to?

jayess gravatar image jayess  ( 2018-02-04 01:28:21 -0500 )edit

this is the document I am referring to. @jayess

superttmm gravatar image superttmm  ( 2018-02-05 00:27:16 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-02-06 01:23:40 -0500

jayess gravatar image

updated 2018-02-06 01:23:52 -0500

The instructions for applying the patch from the wiki page that you refer to say

patch AMCL:

roscd collvoid/..
mv amcl.patch ../navigation
roscd navigation/..
patch -p1 < amcl.patch

If you look at the above commands, you'll see that the file amcl.patch is should be in the root of the repo (one directory above collvoid/). I looked at the GitHub repo and found the file by switching to the "forward-predict" branch. So, if you need to apply that patch, switch to the "forward-predict" repo and you'll have the patch.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2018-02-04 01:22:20 -0500

Seen: 308 times

Last updated: Feb 06 '18