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

Issues with localization and unable to use the RVIZ 2D Pose Estimate in Autoware

asked 2020-04-11 00:56:34 -0500

omkard gravatar image

updated 2020-04-13 09:38:50 -0500

Hello all,

I am following the steps here to do a simulation with LGSVL simulator. The tutorial say this:

Click "Map" to load the launch file pertaining to the HD maps. An "Ok" should appear to the right of the "Ref" button when successfully loaded. Then click "Sensing" which also launches rosbridge.

1. Run the LGSVL simulator
2. Create a Simulation choosing BorregasAve map and Jaguar2015XE (Autoware) or another Autoware compatible vehicle.
3. Enter localhost:9090 for the Bridge Connection String.
4. Run the created Simulation
5. A vehicle should appear in Borregas Ave in Sunnyvale, CA.

In the Autoware Runtime Manager, continue loading the other launch files - click "Localization" and wait for the time to display to the right of "Ref".

Then click "Rviz" to launch Rviz - the vector map and location of the vehicle in the map should show.

The vehicle may be mis-localized as the initial pose is important for NDT matching. To fix this, click "2D Pose Estimate" in Rviz, then click an approximate position for the vehicle on the map and drag in the direction it is facing before releasing the mouse button. This should allow NDT matching to find the vehicle pose (it may take a few tries). Note that the point cloud will not show up in rviz until ndt matching starts publishing a pose.

Following these steps, I loaded the launch files for Map and an OK button appeared. After clicking Sensing, I created the simulated environment with a car appearing as mentioned in step 5 as shown here

image description

Next I clicked on the Localization button and waited for the time to display. I did not see a time being displayed even after 10 minutes. A snapshot of ARM is here.

image description

I moved onto next step and opened RVIZ. I was able to see this as shown here.

image description

Now as per the tutorial, I am trying to draw the 2D Pose Estimate but nothing is working. I tried a lot of times to see if it works. But nothing happens (a car doesn't appear after drawing the arrow).

Here are the details of how I am running the Autoware. I am running Autoware on docker by running this command:

./run.sh -t 1.12.0

After the docker is loaded, I am getting this:

Using options:
    ROS distro: melodic
    Image name: autoware/autoware
    Tag prefix: 1.12.0
    Cuda support: on
    Pre-release version: off
    UID: <1000>
nvidia-docker is /usr/bin/nvidia-docker
Launching autoware/autoware:1.12.0-melodic-cuda
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

And this is my RVIZ version:

[ INFO] [1586584474.758540243]: rviz version 1.13.7
[ INFO] [1586584474.758588550]: compiled against Qt version 5.9.5
[ INFO] [1586584474.758601809]: compiled against OGRE version 1.9.0 (Ghadamon)

Please help me on where I am making the mistake. Thank you!

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2020-05-08 04:01:27 -0500

Jock gravatar image

Hi! Just run simulation in LGSVL Simulator (Press play button).

edit flag offensive delete link more
0

answered 2020-04-15 12:03:54 -0500

Josh Whitley gravatar image

updated 2020-04-15 12:04:13 -0500

Running the LGSVL with the Dockerized version of Autoware.ai is not a configuration that has been well-tested. However, I do see a couple of issues with your setup:

  1. You don't seem to be able to run Docker containers without root privileges. The run.sh script assumes that you can do this. To fix this issue, see this article from Docker.
  2. Inside the container, you must also be running rosbridge, which is not part of the ARM. Unfortunately, I've never used LGSVL with Autoware.ai so I don't have specific instructions for you at this point.
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-04-11 00:56:34 -0500

Seen: 842 times

Last updated: Apr 15 '20