You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run the simulator I have the following error: environment variable 'AR_CONFIG_PATH' is not set. I followed the tutorial and ran setupEnvLocal.sh file (it returned me these two errors:
./setupEnvLocal.sh: 9: ./setupEnvLocal.sh: Bad substitution
./setupEnvLocal.sh: 10: ./setupEnvLocal.sh: source: not found)
When I changed the first line from #!/bin/sh to #!/bin/bash I dont have these errors anymore, but still the simulator does not work. Can you help me?
Thank you in Advance
Adrian
The text was updated successfully, but these errors were encountered:
It looks like you are executing the script with ./, please try source setupEnvLocal.sh instead in your terminal before launching the simulator.
If that does not work, AR_CONFIG_PATH is set on line 31 of autorally_util/setupEnvVariables.sh. It could be that your ROS environment is not setup properly, so the autorally_util package cannot be automatically found by the rospack command.
When I try to run the simulator I have the following error: environment variable 'AR_CONFIG_PATH' is not set. I followed the tutorial and ran setupEnvLocal.sh file (it returned me these two errors:
./setupEnvLocal.sh: 9: ./setupEnvLocal.sh: Bad substitution
./setupEnvLocal.sh: 10: ./setupEnvLocal.sh: source: not found)
When I changed the first line from #!/bin/sh to #!/bin/bash I dont have these errors anymore, but still the simulator does not work. Can you help me?
Thank you in Advance
Adrian
The text was updated successfully, but these errors were encountered: