ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
2020-07-18 18:31:30 -0500 | received badge | ● Famous Question (source) |
2017-04-20 16:17:57 -0500 | received badge | ● Notable Question (source) |
2016-06-02 12:10:14 -0500 | received badge | ● Famous Question (source) |
2016-04-28 04:10:25 -0500 | received badge | ● Popular Question (source) |
2016-04-28 02:04:12 -0500 | commented question | rosmake can't find package, but it's in ROS_PACKAGE_PATH @ahendrix That was exact my mistake. The problem is solved. thank! |
2016-04-27 21:48:15 -0500 | received badge | ● Editor (source) |
2016-04-27 21:47:32 -0500 | asked a question | rosmake can't find package, but it's in ROS_PACKAGE_PATH I'm trying to build http://wiki.ros.org/april_tags_node . I did these commands to add the package to ros workspace. but "$ rosmake apriltag" gives me this error. Weird thing is that $ROS_PACKAGE_PATH surely contains apriltag package. |
2016-03-18 09:07:52 -0500 | received badge | ● Notable Question (source) |
2016-01-23 08:08:15 -0500 | received badge | ● Popular Question (source) |
2016-01-21 07:16:26 -0500 | asked a question | just copying catkin_ws/src from other,and catkin_make causes 'can't find *.h' I built new system for computer A, so I copied my working version of catkin_ws/src from the computer B. during the copying process, i occluded src/CMakeList.txt, i did 'catkin_init_workspace' to make new CMakeList.txt for the new system. After simple copying the files, i did first catkin_make, source /devel/setup.sh, installing all required dependency. A, B both have same OS(ubuntu vivid) and same ROS(jade), So i didn't expected issues. But when i do 'catkin_make' it cause below messages which said that it can't find header file. What can cause this kind of issue? if i want to move source file, should i care more than simply copying file? |