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

superttmm's profile - activity

2018-11-18 05:46:40 -0500 received badge  Famous Question (source)
2018-11-18 05:46:40 -0500 received badge  Notable Question (source)
2018-02-06 03:00:40 -0500 received badge  Supporter (source)
2018-02-06 03:00:38 -0500 marked best answer Where can I get the amcl.patch and stage.patch

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?

2018-02-06 03:00:38 -0500 received badge  Scholar (source)
2018-02-05 23:20:51 -0500 received badge  Popular Question (source)
2018-02-05 23:06:43 -0500 commented question Where can I get the amcl.patch and stage.patch

this is the document I am referring to. @jayess

2018-02-05 00:27:56 -0500 commented question Where can I get the amcl.patch and stage.patch

this is the document I am referring to.

2018-02-05 00:27:16 -0500 commented question Where can I get the amcl.patch and stage.patch

http://wiki.ros.org/multi_robot_collision_avoidance?distro=fuerte

2018-02-04 01:22:20 -0500 asked a question Where can I get the amcl.patch and stage.patch

Where can I get the amcl.patch and stage.patch I am trying to make multi_robot_collision_avoidance work, but I cannot ge

2017-01-30 09:23:04 -0500 answered a question CMake error while integrating catkin workspace with qtCreator

Update2 is the very reason cause the error above.

Probably you have used "sudo qtcreator" to launch qtcreator, which would cause different environment variables in Ubuntu. To work around this "problem" on ubuntu you can do the following in your ~/.bashrc

alias sudo='sudo env CMAKE_PREFIX_PAHT=$CMAKE_PREFIX_PATH'