Skip to content
Snippets Groups Projects
Commit 5f6450d8 authored by Montaño Sarria, Andres Felipe's avatar Montaño Sarria, Andres Felipe
Browse files

Fix typo

parent 1025fa91
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,7 @@ To summarize, some configuration files should be added to workspace: '.devconati
- tasks.json contains the configuration to define tasks in VS-Code.
- on .vscode folder, other config files appear: c_cpp_properties.json and settings.json, which are autogenerated by VS-Code, but could be modified by the user.
Examples of functional commented files are stored at [vscode_config](https://git.code.tecnalia.com/andres.montano/development_environment/-/blob/master/vscode_config)' folder.
Examples of functional commented files are stored at [vscode_config](https://git.code.tecnalia.com/andres.montano/development_environment/-/blob/master/vscode_config) folder.
As final remarks, the launch.json and tasks.json should be adapted to workspace/project needs. The `launch.json` contains the configuration to launch a ROS node in the container, it is recommended to avoid debug nodes like RViz or Gazebo (GZ), therefore the launch file should only be used to launch core project nodes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment