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

tleyden2's profile - activity

2021-07-04 18:26:51 -0500 received badge  Famous Question (source)
2021-06-12 17:29:37 -0500 received badge  Famous Question (source)
2021-01-29 08:02:44 -0500 received badge  Notable Question (source)
2021-01-26 20:37:16 -0500 received badge  Famous Question (source)
2021-01-21 03:50:46 -0500 received badge  Notable Question (source)
2021-01-21 03:50:46 -0500 received badge  Popular Question (source)
2021-01-03 09:09:43 -0500 received badge  Famous Question (source)
2020-11-16 07:30:45 -0500 received badge  Notable Question (source)
2020-10-14 10:15:35 -0500 received badge  Popular Question (source)
2020-10-14 10:05:29 -0500 received badge  Popular Question (source)
2020-09-24 01:11:21 -0500 received badge  Famous Question (source)
2020-09-06 07:28:10 -0500 received badge  Famous Question (source)
2020-09-06 07:28:10 -0500 received badge  Notable Question (source)
2020-09-06 07:28:10 -0500 received badge  Popular Question (source)
2020-07-15 22:35:06 -0500 received badge  Notable Question (source)
2020-06-15 01:11:47 -0500 received badge  Popular Question (source)
2020-05-29 01:52:15 -0500 received badge  Notable Question (source)
2020-05-24 17:58:22 -0500 edited question Steps to re-add a camera to autoware.auto vehicle

Steps to re-add a camera to autoware.auto vehicle The LGSVL simulator instructions say to download https://assets.lgsvls

2020-05-24 17:58:22 -0500 received badge  Editor (source)
2020-05-24 12:33:30 -0500 asked a question Steps to re-add a camera to autoware.auto vehicle

Steps to re-add a camera to autoware.auto vehicle The LGSVL simulator instructions say to download https://assets.lgsvls

2020-05-19 23:39:47 -0500 commented question Getting error: The NVIDIA driver was unable to open 'libnvidia-glvkspirv.so.440.59'

Yeah, I have the nvidia-container-toolkit installed and when I run docker run --gpus all nvidia/cuda:10.0-base nvidia-sm

2020-05-19 00:10:23 -0500 edited answer How to pull new versions of autoware.auto

I was able to get past it by updating the docker images used by ade. What I ended up doing (and I'm not sure this is th

2020-05-19 00:10:05 -0500 answered a question How to pull new versions of autoware.auto

I ran into a similar issue and was able to get past it by updating the docker images used by ade. What I ended up doing

2020-05-19 00:07:13 -0500 asked a question How can the lgsvl:2020.03-native-bridge simulator be built from source

How can the lgsvl:2020.03-native-bridge simulator be built from source I'm having issues trying to run the pre-built LGS

2020-05-18 23:58:35 -0500 commented question Getting error: The NVIDIA driver was unable to open 'libnvidia-glvkspirv.so.440.59'

Nice! I'm actually on Ubuntu 18 since I didn't want to diverge from what most people are using. I tried to install libv

2020-05-17 17:32:45 -0500 received badge  Famous Question (source)
2020-05-08 04:06:02 -0500 received badge  Notable Question (source)
2020-05-01 13:56:28 -0500 received badge  Popular Question (source)
2020-05-01 13:47:14 -0500 received badge  Popular Question (source)
2020-04-12 16:03:21 -0500 asked a question How to pull new versions of autoware.auto

How to pull new versions of autoware.auto I want to pull in the fix for Values for blinker in VehicleStateCommand Do Not

2020-04-12 15:02:46 -0500 commented question Is Autoware.auto missing a transform from lidar_front -> base_link?

Will this recent change improve the situation? https://gitlab.com/autowarefoundation/autoware.auto/AutowareAuto/-/issue

2020-04-12 11:11:26 -0500 asked a question Lidar mount partially blocks camera view in Lexus2016RXHybrid

Lidar mount partially blocks camera view in Lexus2016RXHybrid I'm running autoware.auto + LGSVL based on LGSVL simulator

2020-04-12 10:48:23 -0500 asked a question Camera works with rqt_image_view but not rviz2

Camera works with rqt_image_view but not rviz2 I'm running autoware.auto, which has the following camera topic: /simula

2020-04-12 10:39:43 -0500 asked a question Is Autoware.auto missing a transform from lidar_front -> base_link?

Is Autoware.auto missing a transform from lidar_front -> base_link? I have autoware.auto + LGSVL simulator running ba

2020-04-11 13:25:51 -0500 marked best answer Specifying constants in VehicleStateCommand not working as expected

I'm using the Lexus2016RXHybrid vehicle in the LGSVL simulator as described in these instructions, along with the lgsvl_interface and rosbridge.js built from the 0.2.7 branch.

When sending this message on the CLI:

 ros2 topic pub /lgsvl/vehicle_state_cmd autoware_auto_msgs/msg/VehicleStateCommand "{blinker: 3}" --once

I was expecting the right blinker to flash since uint8 BLINKER_RIGHT = 3, but in fact the hazard lights flash.

Here is the message interface:

$ ros2 msg show autoware_auto_msgs/msg/VehicleStateCommand
# VehicleStateCommand.msg

builtin_interfaces/Time stamp
uint8 blinker 0
uint8 headlight 0
uint8 wiper 0
uint8 gear 0
uint8 mode 0
bool hand_brake false
bool horn false

### Definitions
# Blinker
uint8 BLINKER_NO_COMMAND = 0
uint8 BLINKER_OFF = 1
uint8 BLINKER_LEFT = 2
uint8 BLINKER_RIGHT = 3
uint8 BLINKER_HAZARD = 4
2020-04-11 13:25:51 -0500 received badge  Scholar (source)
2020-04-11 13:25:48 -0500 received badge  Supporter (source)
2020-04-11 13:25:00 -0500 commented question Getting error: The NVIDIA driver was unable to open 'libnvidia-glvkspirv.so.440.59'

In both inside and outside of ade, I'm seeing Driver Version: 440.59, which matches the version in /var/log/Xorg.0.log.

2020-04-06 00:48:41 -0500 received badge  Popular Question (source)
2020-04-06 00:48:41 -0500 received badge  Enthusiast
2020-04-02 21:00:22 -0500 received badge  Student (source)
2020-03-30 17:29:14 -0500 asked a question Specifying constants in VehicleStateCommand not working as expected

Specifying constants in VehicleStateCommand not working as expected I'm using the Lexus2016RXHybrid vehicle in the LGSVL

2020-03-30 15:53:40 -0500 commented question Getting error: The NVIDIA driver was unable to open 'libnvidia-glvkspirv.so.440.59'

I was able to work around the issue by running the lgsvl simulator outside the docker container on the host itself. Sin

2020-03-30 15:25:11 -0500 asked a question Getting error: The NVIDIA driver was unable to open 'libnvidia-glvkspirv.so.440.59'

Getting error: The NVIDIA driver was unable to open 'libnvidia-glvkspirv.so.440.59' I've followed these instructions, an