Open G-Conard opened 2 years ago
Have you found a solution for this problem? @G-Conard
I solved it by exporting WEBOTS_HOME
using export WEBOTS_HOME=/usr/local/webots
我通过使用导出来解决它
WEBOTS_HOME``export WEBOTS_HOME=/usr/local/webots
Have you completely solved the problem? I set up WEBOTS_HOME but still have the above problem, do you know the reason?
我通过使用导出来解决它
WEBOTS_HOME
export WEBOTS_HOME=/usr/local/webots ``Have you completely solved the problem? I set up WEBOTS_HOME but still have the above problem, do you know the reason?
hello,Have you completely solved the problem?
First off, this is great stuff here! I'm excited to continue digging into this and using it for my own projects.
However, I ran into a problem running the Pioneer 3 AT simulation as shown in the sample tutorials (http://wiki.ros.org/webots_ros/Tutorials/Sample%20Simulations). When I run it, the Webots application opens and displays the robot, but I am unable to get it to respond to the
gmapping
orteleop_twist_keyboard
commands. I get this output in the Ubuntu terminal:I think the primary issue is
[ERROR] [1661634426.048904973]: Could not find parameter robot_description on parameter server
. I do not know if I set something up wrong or if something is missing in the launch file. I ran into similar errors with the Tiago simulation. The other sample simulations worked fine.