Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Building-a-Visual-Robot-Model-with-URDF-from-Scratch.rst (backport #3071) #3073

Merged
merged 1 commit into from
Oct 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,6 @@ If not, please update your installation to include that package (use ``rosdep``

All of the robot models mentioned in this tutorial (and the source files) can be found in the `urdf_tutorial <https://index.ros.org/p/urdf_tutorial>`_ package.

To make sure the shapes defined in the urdf files are parsed correctly, the Linux environment variable ``LC_NUMERIC`` needs to be set to ``en_US.UTF-8``.
This has to be done every time you open a terminal:

.. code-block:: console

LC_NUMERIC="en_US.UTF-8"

To permanently set this environment variable, execute the following command in a terminal:

.. code-block:: console

echo 'export LC_NUMERIC="en_US.UTF-8"' >> ~/.bashrc

One Shape
---------

Expand Down