Skip to content

Commit

Permalink
Added the ROS configuration in Jetson
Browse files Browse the repository at this point in the history
  • Loading branch information
rogergranada committed Oct 20, 2017
1 parent d917c5c commit 7e6e043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/jetson/ros.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This script installs ROS Indigo Desktop and the Point Cloud Library.
Creating Catkin workspace to run ROS
-------------------------------------

Catkin packages can be built as a standalone project, in the same way that normal cmake projects can be built, but catkin also provides the concept of workspaces, where you can build multiple, interdependent packages together all at once. A catkin workspace is a folder where you modify, build, and install catkin packages [2]_. In order to create a Catkin workspace, you should download and run the file `createCatkin.sh` as:
Catkin packages can be built as a standalone project, in the same way that normal cmake projects can be built, but catkin also provides the concept of workspaces, where you can build multiple, interdependent packages together all at once. A catkin workspace is a folder where you modify, build, and install catkin packages [2]_. In order to create a Catkin workspace, you should download and run the file ``createCatkin.sh`` as:

.. code-block:: bash
Expand Down

0 comments on commit 7e6e043

Please sign in to comment.