ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
catkin_make
doesn't output the build to a log file. It only prints it to the screen. You'll have to increase your console's scroll buffer so you can scroll back. Or you could pipe the output to a file with catkin_make ... > path/to/file.log
.