ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

[Autoware 1.12.0] cannot run the simulation with lgsvl simulator

asked 2019-10-14 21:50:52 -0500

codespjw gravatar image

Host OS: ubuntu 16.04 LTS

I fully followed the instructrions here: https://www.lgsvlsimulator.com/docs/a..., but got many errors.

I got the docker images from remote using

./run.sh -t 1.12.0

All launch files should be included under ~/Autoware/ folder, however, mang files were lost,

for example, when I tried to launch the detection, using GUI, it gives


    while processing /home/autoware/Autoware/install/vision_ssd_detect/share/vision_ssd_detect/launch/vision_ssd_detect.launch:
Invalid roslaunch XML syntax: [Errno 2] No such file or directory: u'/home/autoware/Autoware/install/vision_ssd_detect/share/vision_ssd_detect/launch/vision_ssd_detect.launch'
The traceback for the exception was written to the log file

I looked inside the folder /home/autoware/Autoware/install/vision_ssd_detect/share/vision_ssd_detect/, it even doesn't contain a launch folder. I got lost here.

edit retag flag offensive close merge delete

Comments

@codespjw could you solve this problen?

Jock gravatar image Jock  ( 2020-05-07 09:46:15 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-10-15 05:38:09 -0500

liyou zhou gravatar image

vision_ssd_detect module needs to be built separately. It will not be built automatically by colcon. you will find instructions here: https://gitlab.com/autowarefoundation...

However, you can still run waypoint following demo in lgsvl without the perception module.

edit flag offensive delete link more

Comments

OKAY, thanks for the explanation. I do want to run waypoint following demo for the first step, however, when I click the LGSVL panel using the manager GUI, I got the following error in the terminal and no simulator config GUI appears, would you please give me any information about that?

[rosrun] Couldn't find executable named rqt_lgsvl_simulator_configurator below /home/autoware/Autoware/install/lgsvl_simulator_bridge/share/lgsvl_simulator_bridge
codespjw gravatar image codespjw  ( 2019-10-15 23:44:47 -0500 )edit

don't run simulation via the runtime manager. that integration is most likely out of date. Just open the simulator separately.

liyou zhou gravatar image liyou zhou  ( 2019-10-16 04:15:50 -0500 )edit

Question Tools

3 followers

Stats

Asked: 2019-10-14 21:49:09 -0500

Seen: 573 times

Last updated: Oct 14 '19