-
|
I am setting up the Autoware.Universe environment. supplement |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
@nagoconso Thank you for your interest in YabLoc.
Here is the command to run YabLoc. # launch autoware
ros2 launch autoware_launch logging_simulator.launch.xml\
map_path:=<PATH TO nishishinjuku_autoware_map/> \
vehicle_model:=sample_vehicle \
sensor_model:=awsim_sensor_kit \
pose_source:=yabloc
# play rosbag
ros2 bag play sample_bag/yabloc/input_bag/ --clock 100 |
Beta Was this translation helpful? Give feedback.
-
|
Based on this question, it seems you are very new to Autoware. |
Beta Was this translation helpful? Give feedback.
-
|
@KYabuuchi |
Beta Was this translation helpful? Give feedback.


@nagoconso
Yes, YabLoc localizes as described.
In default, the any images shown in the demonstration video are not displayed. You need to visualize the image topics in rviz as needed.
The images shown in the demo video are:
/localization/pose_estimator/yabloc/image_processing/image_lanelet2_overlay_image/localization/pose_estimator/yabloc/pf/match_image.Please also refer to image topics for debug section in README.
By the way, the images in the demo video are overlaid on the main RViz window using a ported version of jsk_visual…