Skip to content

Commit

Permalink
executable instructions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanyec committed Oct 5, 2022
1 parent 95c7926 commit 85fa6a4
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,7 @@ Implement a Voxel Filter
self.get_logger().info("published: voxel grid filter response")
#. Before running our new node, we need to make the Python file executable. In your terminal:

.. code-block:: bash
sudo chmod +x scripts/filter_call.py
then open ``setup.bash`` and modify ``entry_points`` to read
#. Before running our new node, we need to make the Python file executable. Open ``setup.py`` and modify ``entry_points`` to read

.. code-block:: python
Expand Down

0 comments on commit 85fa6a4

Please sign in to comment.