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

Revision history [back]

click to hide/show revision 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

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

make

Salutations

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

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