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

thibs-sigma's profile - activity

2023-05-18 01:50:36 -0500 received badge  Famous Question (source)
2023-05-18 01:50:36 -0500 received badge  Notable Question (source)
2022-11-23 02:35:25 -0500 marked best answer Static transform issues with PointCloud under WSL2 and ROS Noetic

[SOLUTION ON NEXT ANSWER]

Hi all,

I've successfully set up ROS Noetic on WSL2 (under Windows 10), but I'm currently struggling with PointCloud display on RViz. I'm currently working with the TI IWR6843ISK radar, and set up the ROS example package. Even if tf is configured properly (it works well on a native Ubuntu under ROS Melodic), I can't get it working on WSL2. I have an error in the transform for PointCloud: "Failed to transform for frame /ti_mmwave_pcl_0 to frame ti_mmwave_pcl", even if the transform exists and is published.

I'm using usbip for bridging the serial device from Windows to WSL. Could it be the issue?

RViz under WSL2:

Rviz issue WSL2

TF monitor :

image description

Rviz under native Ubuntu and ROS Melodic (the PointCloud is displayed correctly): Rviz native Ubuntu

My launch file:

<launch>

  <!-- Input arguments -->
  <arg name="device" value="6843" doc="TI mmWave sensor device type [1443, 1642, 6843]"/>
  <arg name="config" value="3d" doc="TI mmWave sensor device configuration [3d_best_range_res (not supported by 1642 EVM), 2d_best_range_res]"/>
  <arg name="max_allowed_elevation_angle_deg" default="90" doc="Maximum allowed elevation angle in degrees for detected object data [0 > value >= 90]}"/>
  <arg name="max_allowed_azimuth_angle_deg" default="90" doc="Maximum allowed azimuth angle in degrees for detected object data [0 > value >= 90]}"/>
  <arg name="send_config" default="true" />

  <!-- mmWave_Manager node -->
  <node pkg="ti_mmwave_rospkg" type="ti_mmwave_rospkg" name="ti_mmwave" ns="radar_0" output="screen">
    <param name="command_port" value="/dev/ttyUSB0"  />
    <param name="command_rate" value="115200"   />
    <param name="data_port" value="/dev/ttyUSB1"  />
    <param name="data_rate" value="921600"   />
    <param name="max_allowed_elevation_angle_deg" value="$(arg max_allowed_elevation_angle_deg)"   />
    <param name="max_allowed_azimuth_angle_deg" value="$(arg max_allowed_azimuth_angle_deg)"   />
    <param name="frame_id" value="/ti_mmwave_0"/>
    <param name="mmWaveCLI_name" value="/mmWaveCLI" />
    <remap from="/ti_mmwave/radar_scan_pcl" to="/ti_mmwave/radar_scan_pcl_0"/>
  </node>

  <!-- mmWaveQuickConfig node (terminates after configuring mmWave sensor) -->
  <group if="$(arg send_config)">
    <node pkg="ti_mmwave_rospkg" type="mmWaveQuickConfig" name="ti_mmwave_config" ns="radar_0" args="$(find ti_mmwave_rospkg)/cfg/6843ISK_3d.cfg" output="screen" >
      <param name="mmWaveCLI_name" value="/mmWaveCLI" />
    </node>
  </group>

  <node pkg="tf2_ros" type="static_transform_publisher" name="radar_baselink_0" args="0 0 0 0 0 0 ti_mmwave_pcl ti_mmwave_0" />

  <node pkg="rviz" type="rviz" name="rviz" args="-d $(find ti_mmwave_rospkg)/launch/rviz/ti_mmwave_multi.rviz"/>
</launch>

If someone has any clue about this issue, that would be awesome.

2022-11-22 10:50:41 -0500 received badge  Popular Question (source)
2022-11-22 09:27:46 -0500 edited question Static transform issues with PointCloud under WSL2 and ROS Noetic

Static transform issues with PointCloud under WSL2 [SOLUTION ON NEXT ANSWER] Hi all, I've successfully set up ROS Noe

2022-11-22 09:27:24 -0500 edited question Static transform issues with PointCloud under WSL2 and ROS Noetic

Static transform issues with PointCloud under WSL2 [SOLUTION ON NEXT ANSWER] Hi all, I've successfully set up ROS Noe

2022-11-22 09:25:26 -0500 answered a question Static transform issues with PointCloud under WSL2 and ROS Noetic

Finally, I found the issue (and it was much more simple than expected...). ROS Noetic is very sensible to the "/" before

2022-10-31 04:55:27 -0500 edited question Static transform issues with PointCloud under WSL2 and ROS Noetic

Static transform issues with PointCloud under WSL2 Hi all, I've successfully set up ROS on WSL2 (under Windows 10), bu

2022-10-31 04:55:06 -0500 edited question Static transform issues with PointCloud under WSL2 and ROS Noetic

Static transform issues with PointCloud under WSL2 Hi all, I've successfully set up ROS on WSL2 (under Windows 10), bu

2022-10-31 04:51:50 -0500 asked a question Static transform issues with PointCloud under WSL2 and ROS Noetic

Static transform issues with PointCloud under WSL2 Hi all, I've successfully set up ROS on WSL2 (under Windows 10), bu

2022-06-10 05:10:35 -0500 received badge  Famous Question (source)
2022-04-27 00:32:05 -0500 received badge  Notable Question (source)
2022-03-11 04:47:55 -0500 received badge  Popular Question (source)
2022-03-07 05:06:10 -0500 commented answer TEB local planner issue on narrow corridors/doors

Hi Scotty, thanks for your answer! I tried with a two_cricles model, that seems a bit better ('polygon' requires too muc

2022-03-07 04:09:29 -0500 commented answer TEB local planner issue on narrow corridors/doors

Hi Scotty, thanks for your answer! I tried with a polygon model, that seems a bit better. Thanks for the suggestion on r

2022-03-07 04:08:49 -0500 commented answer TEB local planner issue on narrow corridors/doors

Hi Scotty, thanks for your answer! I tried with a polygon model, that seems a bit better. Thanks for the suggestion on r

2022-03-03 10:43:21 -0500 edited question TEB local planner issue on narrow corridors/doors

TEB local planner issue on narrow corridors/doors Hi, I'm facing an issue using the (wonderful) teb_local_planner. I'm

2022-03-03 10:41:16 -0500 asked a question TEB local planner issue on narrow corridors/doors

TEB local planner issue on narrow corridors/doors Hi, I'm facing an issue using the (wonderful) teb_local_planner. I'm

2020-10-29 22:11:35 -0500 received badge  Famous Question (source)
2020-10-02 14:20:04 -0500 received badge  Notable Question (source)
2020-07-13 06:29:20 -0500 marked best answer alwaysOn camera parameter Gazebo

Hi,

I was wondering how I could use the <alwaysOn>true</alwaysOn> tag in the <plugin name="camera_controller" filename="libgazebo_ros_camera.so"> Gazebo camera plugin.

Basically, I would like to set it to false, and switch the camera on or off whenever I need it, in order to save ressources essentially.

I read on another post (here) that this parameter is not parameterized, because Gazebo cameras are not designed to be turned on or off, at least in 2014. Is it still the case?

Cheers

2020-07-13 06:29:20 -0500 received badge  Scholar (source)
2020-07-13 06:29:18 -0500 received badge  Supporter (source)
2020-07-11 13:15:49 -0500 received badge  Popular Question (source)
2020-06-30 08:08:17 -0500 edited question alwaysOn camera parameter Gazebo

alwaysOn camera parameter Gazebo Hi, I was wondering how I could use the <alwaysOn>true</alwaysOn> tag in

2020-06-30 08:07:52 -0500 asked a question alwaysOn camera parameter Gazebo

alwaysOn camera parameter Gazebo Hi, I was wondering how I could use the <alwaysOn>true</alwaysOn> tag in

2019-11-12 11:44:48 -0500 commented question Moveit "moveit_ros_move_group/move_group" nodes in a namespace

@kky indeed, that does the trick! Many thanks for this suggestion. I really think too that spawning two move_group is no

2019-11-12 09:02:14 -0500 commented question Moveit "moveit_ros_move_group/move_group" nodes in a namespace

Hi kky! I am facing the same issue, trying to control simultaneously two UR3 for cooperative pick-and-place. Did you fin

2019-04-11 02:56:27 -0500 commented answer Rtabmap with Multiple RealSense ZR300 cameras

Sorry, you can actually found it here ;) Hope this will help you.

2019-04-11 02:56:05 -0500 commented answer Rtabmap with Multiple RealSense ZR300 cameras

Sorry, you can actually found it here ;)

2019-04-10 04:03:41 -0500 commented answer Use RTAB-Map with ORB_SLAM2 in ROS

Thank you for your precious help Mathieu! Indeed, it works with 1 camera. However, isn't there a workaround for making i

2019-04-10 03:14:05 -0500 commented answer Rtabmap with Multiple RealSense ZR300 cameras

Hi Corey Cazes, You can find my launch file working with 3 D435 here. Cheers, Thibaud

2019-04-10 03:12:45 -0500 commented answer Rtabmap with Multiple RealSense ZR300 cameras

Hi Corey Cazes, You can find my launch file working with 3 D435 here Cheers, Thibaud

2019-04-10 03:11:28 -0500 commented answer Rtabmap with Multiple RealSense ZR300 cameras

Hi Corey Cazes, You can find my launch file working with 3 D435 here : https://raw.githubusercontent.com/thibs-sigma/-K

2019-04-05 06:23:52 -0500 edited answer Use RTAB-Map with ORB_SLAM2 in ROS

Hi everyone, I'm trying to launch RTAB-MAP with ORB-SLAM2 in ROS too. The compilation with ORB-SLAM2 went well, I can

2019-04-05 06:23:52 -0500 received badge  Editor (source)
2019-04-05 05:28:03 -0500 edited answer Use RTAB-Map with ORB_SLAM2 in ROS

Hi everyone, I'm trying to launch RTAB-MAP with ORB-SLAM2 in ROS too. The compilation with ORB-SLAM2 went well, I can

2019-04-05 05:10:56 -0500 answered a question Use RTAB-Map with ORB_SLAM2 in ROS

Hi everyone, I'm trying to launch RTAB-MAP with ORB-SLAM2 in ROS too. The compilation with ORB-SLAM2 went well, I can

2019-03-27 08:35:34 -0500 received badge  Enthusiast
2019-03-25 04:47:44 -0500 commented answer Rtabmap with Multiple RealSense ZR300 cameras

I am sorry about that... But thanks, just as you said, remapping and avoiding the use of nodelets, I succeeded in launch

2019-03-19 11:50:33 -0500 answered a question Rtabmap with Multiple RealSense ZR300 cameras

Hi Mathieu, I know, it has been a while since this post was created, but today, I'm facing the same issue. I would li