Skip to content
Snippets Groups Projects
Commit de440d86 authored by Charles JAVERLIAT's avatar Charles JAVERLIAT
Browse files

Add -j1 to avoid overheating

parent 5866d239
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,7 @@ git clone https://github.com/ros/common_msgs /tmp/ros_common_msgs_ws/src/common_
# Install directly in /opt/ros/noetic folder
sudo su <<HERE
source /opt/ros/noetic/setup.bash
catkin_make -DCMAKE_INSTALL_PREFIX=/opt/ros/noetic install
catkin_make -j1 -DCMAKE_INSTALL_PREFIX=/opt/ros/noetic install
HERE
sudo rm -rf /tmp/ros_common_msgs_ws/
......@@ -312,7 +312,7 @@ cd /tmp/rosserial_catkin_ws
# Install directly in /opt/ros/noetic folder
sudo su <<HERE
source /opt/ros/noetic/setup.bash
catkin_make -DCMAKE_INSTALL_PREFIX=/opt/ros/noetic install
catkin_make -j1 -DCMAKE_INSTALL_PREFIX=/opt/ros/noetic install
HERE
sudo rm -rf /tmp/rosserial_catkin_ws
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment