ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I managed to compile 36074 revision.
cmake complained about the ROS_PACKAGE_PATH variable, to solve this:
export ROS_PACKAGE_PATH=/path/to/your/karto/checkou:$ROS_PACKAGE_PAT
After this:
cmake -G "Unix Makefiles" . make
Salutations
2 | No.2 Revision |
I managed to compile 36074 revision.
cmake complained about the ROS_PACKAGE_PATH variable, to solve this:
export ROS_PACKAGE_PATH=/path/to/your/karto/checkou:$ROS_PACKAGE_PAT
After this:
cmake -G "Unix Makefiles" .
Salutations
3 | No.3 Revision |
I managed to compile 36074 revision.
cmake complained about the ROS_PACKAGE_PATH variable, to solve this:
export ROS_PACKAGE_PATH=/path/to/your/karto/checkou:$ROS_PACKAGE_PAT
ROS_PACKAGE_PATH=/path/to/your/karto/checkou:$ROS_PACKAGE_PATH
After this:
cmake -G "Unix Makefiles" .
make
Salutations
4 | No.4 Revision |
I managed to compile 36074 revision.
cmake complained about the ROS_PACKAGE_PATH variable, to solve this:
export ROS_PACKAGE_PATH=/path/to/your/karto/checkou:$ROS_PACKAGE_PATH
ROS_PACKAGE_PATH=/path/to/your/karto/checkout:$ROS_PACKAGE_PATH
After this:
cmake -G "Unix Makefiles" .
make
Salutations