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

模糊的重定向 #1

Open
Xiyou521 opened this issue Sep 6, 2022 · 2 comments
Open

模糊的重定向 #1

Xiyou521 opened this issue Sep 6, 2022 · 2 comments

Comments

@Xiyou521
Copy link

Xiyou521 commented Sep 6, 2022

source src/gazebo/robot_gazebo/scripts/bringup_all.bash
ls: 无法访问 '': 没有那个文件或目录
ls: 无法访问 '': 没有那个文件或目录
Read file:
Read file:
bash: $INIT_POSES_CFG_FILE:模糊的重定向
bash: $INIT_GOALS_CFG_FILE:模糊的重定向
This error occurred at runtime. How can I modify it?

@i-am-neet
Copy link
Owner

Hi, have you source the workspace before launch this script?
you can check out the 3, 4 line in this script that the script will find the files by ros command rosls
it should find cfg file under directory robot_gazebo/config/
$ rosls robot_gazebo/config/init_poses.cfg

@divergent63
Copy link

@Xiyou521 I've met the same problem, I temporarily solved it by changing the 'rosls' to 'ls' and with an absolute path~~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants