Closed YeisonGonzalez closed 4 months ago
Thank you for reaching out. I assume, that you are using a locale where "," is the decimal delimiter instead of ".". This is currently not supported by MoveIt!, see https://github.com/moveit/moveit2/issues/1882.
You can get things running by adding a "LC_ALL=C" in front of your call:
LC_ALL=C ros2 launch ur_simulation_gz ur_sim_moveit.launch.py
Thanks a lot, that has worked.
I'm trying to run the moveit example in the library but I keep getting this error, In Humble with Ubuntu 22.04.4 LTS:
I have checked the file joint_limits.yaml:
And I don't see how it woul be interpreted as a double, maybe I'm forgetting something. And this cause that I don't see any model in RViz