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

Autoware[1.11.0] Quick start demo failed to load the map

asked 2019-05-03 15:20:48 -0500

Kloping gravatar image
  • host system: Ubuntu 18.04
  • docker: docker-ce + nividia-docker2
  • Followed the official installation guide (use case 1)
  • Used the latest master-branch

I was following the Demo, and did every step exactly as told.

When I try to load the map from /home/autoware/Autoware/docs/quickstart/my_map.launch it did not load the map, although there was no error message in the terminal. but in rviz, under the Points Raw->Transform, the error reads: "[sender=unknown_publisher] For frame [velodyne]: Frame [velodyne] does not exitst".

(I'd like to show the screenshot but somehow I have less than 5 points?)

edit retag flag offensive close merge delete

Comments

---- Further test ---- i tried also to load other launch files and all of them failed because some files are missing in the current docker environment.

my_sensing.launch

['roslaunch', '/home/autoware/Autoware/docs/quick_start/my_sensing.launch'] pid=4371 sched policy=OTHER prio=0 while processing /opt/ros/kinetic/share/velodyne_pointcloud/launch/velodyne_hdl32e.launch: Invalid roslaunch XML syntax: [Errno 2] No such file or directory: u'/opt/ros/kinetic/share/velodyne_pointcloud/launch/velodyne_hdl32e.launch' The traceback for the exception was written to the log file

my_localization.launch

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

my_detection.launch

while processing /home/auto

Kloping gravatar image Kloping  ( 2019-05-03 15:22:47 -0500 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2019-05-05 08:54:35 -0500

Kloping gravatar image

So after some trying I was able to get the map and some of the launch files running:

For my_localization.launch, my_detection.launch and my_motion_planning.launch, I need to change the path to /home/autoware/Autoware/ros/install/runtime_manager/share/runtime_manager/launch_files/xxx.launch

Basically when I source build the Autoware from master-branch, the launch files are in the correct path (namely …/runtime_manager/script/xxx.launch), but in the docker environment, they are actually under …/runtime_manager/launch_files/xxx.launch

So after fixing the path of those 3 launch files mentioned above, I was able to get the map and the car running in rviz.

But I still cannnot get my_sensing.launch and my_mission_planning.launch running correctly, so any help or hints would be much appreciated!

edit flag offensive delete link more

Comments

As you discovered, this was due to a bug in the launch files included in v1.11. They have been fixed in the latest source. https://github.com/autowarefoundation...

Geoff gravatar image Geoff  ( 2019-05-06 20:45:17 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2019-05-03 15:20:48 -0500

Seen: 749 times

Last updated: May 05 '19