Skip to content
Snippets Groups Projects
Unverified Commit 8607de6d authored by Erdal Pekel's avatar Erdal Pekel Committed by GitHub
Browse files

Added numeric type export to README

parent ad55ce37
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,12 @@ source devel/setup.bash ...@@ -16,6 +16,12 @@ source devel/setup.bash
roslaunch panda_simulation simulation.launch roslaunch panda_simulation simulation.launch
``` ```
Depending on your operating systems language you might need to export the numeric type so that rviz can read the floating point numbers in the robot model correctly:
```
export LC_NUMERIC="en_US.UTF-8"
```
Otherwise, the robot will appear in rviz in a collapsed state.
You can see the full explanation in my [blog post](https://erdalpekel.de/?p=55). You can see the full explanation in my [blog post](https://erdalpekel.de/?p=55).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment