Skip to content

Commit

Permalink
devcontainer: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Jun 30, 2024
1 parent ae44e1a commit 9c7927c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
},
"workspaceMount": "source=${localWorkspaceFolder},target=/catkin_ws/src/rtabmap_ros,type=bind",
"workspaceFolder": "/catkin_ws",
"postAttachCommand": "apt remove -y ros-noetic-rtabmap-* && echo 'Initialize catkin: source /opt/ros/noetic/setup.bash && cd /catkin_ws/src && catkin_init_workspace && cd /catkin_ws && catkin_make'"
"postAttachCommand": "echo 'Initialize catkin: source /opt/ros/noetic/setup.bash && cd /catkin_ws/src && catkin_init_workspace && cd /catkin_ws && catkin_make'"
}

0 comments on commit 9c7927c

Please sign in to comment.