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

mmikkone's profile - activity

2022-05-08 20:58:22 -0500 received badge  Famous Question (source)
2022-05-08 20:58:22 -0500 received badge  Notable Question (source)
2022-01-18 16:56:08 -0500 received badge  Self-Learner (source)
2022-01-18 16:56:08 -0500 received badge  Teacher (source)
2022-01-18 16:53:13 -0500 received badge  Notable Question (source)
2022-01-09 01:16:00 -0500 received badge  Enthusiast
2022-01-07 07:13:23 -0500 answered a question Can't run simulation with LGSVL simulator

Today the simulation worked right out of the box. Must've been a server fault.

2022-01-07 07:13:23 -0500 received badge  Rapid Responder (source)
2022-01-07 03:18:44 -0500 received badge  Popular Question (source)
2022-01-06 11:50:13 -0500 asked a question Can't run simulation with LGSVL simulator

Can't run simulation with LGSVL simulator Hello, I'm trying to run a simulation with LGSVL simulator according to these

2021-12-26 08:49:04 -0500 received badge  Student (source)
2021-12-26 08:48:57 -0500 marked best answer Not able to set 2D pose in Autoware.auto valet parking demo

Hi,

I'm learning Autoware.auto and ros2. I'm trying to run the valet parking demo described here: https://autowarefoundation.gitlab.io/...

I'm not able to set initial 2D pose in rviz2 or it's not updating in the Autoware stack (I think). When I draw the 2D arrow there's this message in rviz2 terminal:

[rviz2-1] [INFO] [1639588780.655812900] [rviz2]: Setting estimate pose: Frame:map, Position(-57.6281, -40.7876, 0), Orientation(0, 0, -0.981921, 0.189291) = Angle: -2.76071

That looks sensible to me.

The mock-up car doesn't move where I point and the Autoware stack terminal just keeps spewing these messages:

[freespace_planner_node_exe-17] [INFO] [1639589683.268449200] [planning.freespace_planner]: Waiting for costmap generator action service...

[costmap_generator_node_exe-16] [INFO] [1639589683.286138200] [planning.costmap_generator_node]: Waiting for initial pose...

Any idea what the problem could be?

Info about my setup (because it may not be completely traditional):

  • I'm running the Autoware ADE on Windows WSL2.
  • I have Docker desktop.
  • I'm running VcXSrv as X terminal server (so rviz2 runs through that).
  • I'm running LGSVL simulator on Windows.
  • I have been able to view LIDAR point cloud from LGSVL on rviz2 when running lgsvl_bridge.
  • I have this stuff at the end of adehome's .bashrc:

source AutowareAuto/install/setup.bash

export DISPLAY=172.23.64.1:0.0

export COLCON_DEFAULTS_FILE=/usr/local/etc/colcon-defaults.yaml

sudo cp .hosts /etc/hosts sudo cp .locale /etc/default/locale

2021-12-26 08:48:43 -0500 received badge  Popular Question (source)
2021-12-21 09:32:39 -0500 commented answer Not able to set 2D pose in Autoware.auto valet parking demo

I tried the ROS2ForUnitySVLBridge, but then the simulator won't start. There are issues with the simulation with ROS2 br

2021-12-21 09:25:17 -0500 received badge  Supporter (source)
2021-12-16 11:04:21 -0500 commented question Not able to set 2D pose in Autoware.auto valet parking demo

Actually, I was now able to set the pose. It seems that the WebSocket ROS bridge was somehow the quilty component. I fir

2021-12-16 10:53:17 -0500 commented question Not able to set 2D pose in Autoware.auto valet parking demo

No, I'm not able to set the pose via command line. Yes, the localization demo works. BTW I had an error in the initial v

2021-12-16 10:39:53 -0500 edited question Not able to set 2D pose in Autoware.auto valet parking demo

Not able to set 2D pose in Autoware.auto valet parking demo Hi, I'm learning Autoware.auto and ros2. I'm trying to run

2021-12-15 16:54:33 -0500 asked a question Not able to set 2D pose in Autoware.auto valet parking demo

Not able to set 2D pose in Autoware.auto valet parking demo Hi, I'm learning Autoware.auto and ros2. I'm trying to run