-
Hey everyone,
I'm trying to capture segmentation camera images and I'm failing at it in the subscriber node. I use ros2 and python.
In my subscriber node, I subscribe to the segmentation camera t…
-
Hello,
I can't seem to subscribe to some of ROS2 messages. LG simulator is publishing lgsvl_msgs but I don't see those lgsvl_msgs although I've compiled those messages successfully. I'm using 2020.05…
-
I am using ROS2 crystal on ubuntu 18.04 LTS with the ROS2 web bridge. Everything works fine. But I want to set the data publishing rate, for example, publish 2 messages per 10 seconds. I notice there …
-
![Screenshot from 2019-05-29 04-26-08](https://user-images.githubusercontent.com/27079391/58527272-ef04f580-81c9-11e9-8bb1-bcfff43a437c.png)
-
Npm install output for windows 10
> TypeError: Cannot read property 'replace' of undefined
> at [eval]:1:43
> at Script.runInThisContext (vm.js:120:20)
> at Object.runInThisContext (vm…
-
As a user of the ROS ecosystem (`robot_state_publisher`, `rviz`, etc.), I can currently choose between two file formats to load into a `urdf::Model` data structure: URDF or Collada.
I propose we ad…
-
Hello,
When I follow the install instructions, I get an build error of npm install under ROS2 Dashung, Ubuntu 18.04, current development Branch of Ros2-Web-Bridge.
```
rclnodejs.target.mk:134: …
-
I'd like to subscribe to /vehicle_cmd using a python script node to fetch the movement controls. However, I can't seem to access RawControlCommand from autoware_auto_msgs. I'm getting "No module found…
-
So I'm trying to get familiar with the rclnodejs package.
I figured the best way to do this is to actually use it and try it out on a website.
I've [added it successfully to my site](https://git…
-
How to use the data information of the vehicle and sensor in the lgsvlsimulator and control the vehicle motion through the control algorithm on the windows platform.