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

SteveYK's profile - activity

2022-12-29 04:43:31 -0500 edited question Using partitions with topic occurs running error

Using partitions with topic occurs running error I'm try to use partition in topic, but occurs running error: terminate

2022-12-29 04:42:54 -0500 asked a question Using partitions with topic occurs running error

Using partitions with topic occurs running error I'm try to use partition in topic, but occurs running error: terminate

2022-08-25 09:13:33 -0500 received badge  Taxonomist
2021-06-24 02:13:28 -0500 received badge  Famous Question (source)
2021-04-03 02:41:37 -0500 received badge  Famous Question (source)
2021-04-03 02:41:37 -0500 received badge  Notable Question (source)
2021-03-29 22:02:35 -0500 commented answer Is it possible to add two laser for navigation2

@Shneider1m7 yep, this tools only release for ROS1, but you can check git source. It has anther branch ros2-dev and try

2021-03-08 10:38:41 -0500 commented answer Is it possible to add two laser for navigation2

@Shneider1m7 I recently solve this problem by another solution: link text. All configuration setting same as I mentione

2021-03-08 10:06:36 -0500 received badge  Notable Question (source)
2021-02-26 07:45:44 -0500 received badge  Famous Question (source)
2021-01-26 19:38:34 -0500 commented answer [ROS2] How to get all topic names

Thanks for reply. I'm sorry to have failed to make myself clear. I need to get topic names in my C++ program, but this c

2021-01-26 19:27:08 -0500 received badge  Popular Question (source)
2021-01-26 04:58:01 -0500 asked a question [ROS2] How to get all topic names

[ROS2] How to get all topic names In ROS, I can use this syntactic to get all topic names. ros::master::V_TopicInfo top

2021-01-15 00:41:25 -0500 commented answer Is it possible to add two laser for navigation2

@soldierofhell Thanks for your reply. But in my opinion, this package laser_assembler won't work for amcl that requires

2021-01-14 02:01:39 -0500 answered a question Is it possible to add two laser for navigation2

I found that nav2_amcl package only accept one laser scan data input. However, I have two laser data /scan_1 and /scan_2

2021-01-13 19:28:16 -0500 received badge  Notable Question (source)
2021-01-11 21:14:29 -0500 commented answer Is it possible to add two laser for navigation2

I saw this link below, it could set configuration in navigation. link text so, I think it the same method in Nav2, ma

2021-01-11 21:01:26 -0500 edited question Is it possible to add two laser for navigation2

Is it possible to add two laser for navigation2 I'm using ros2 foxy in ubuntu 20.04 and try to show two laser scan topic

2021-01-11 21:01:26 -0500 received badge  Editor (source)
2021-01-11 20:53:58 -0500 received badge  Popular Question (source)
2021-01-11 20:00:06 -0500 commented question Is it possible to add two laser for navigation2

If gazebo only publish one laser topic /scan, and set local_costmap and global_costmap only one observation_sources. It

2021-01-11 11:17:57 -0500 edited question Is it possible to add two laser for navigation2

Is it possible to add two laser for navigation2 I'm using ros2 foxy in ubuntu 20.04 and try to show two laser scan topic

2021-01-11 05:16:16 -0500 asked a question Is it possible to add two laser for navigation2

Is it possible to add two laser for navigation2 I'm using ros2 foxy in ubuntu 20.04 and try to show two laser scan topic

2020-12-24 19:27:36 -0500 received badge  Enthusiast
2020-12-20 19:51:37 -0500 commented answer Why Turtlebot3_navigation2 launch file different from Github

Thanks, I think it solved my problem.

2020-12-20 19:48:34 -0500 marked best answer Why Turtlebot3_navigation2 launch file different from Github

I'm using ros2 foxy in ubuntu 20.04 when I check the turtlebot3_navigation2 launch file by typing command

vi /opt/ros/foxy/share/turtlebot3_navigation2/launch/navigation2.launch.py

find this code PythonLaunchDescriptionSource([nav2_launch_file_dir, '/nav2_bringup_launch.py'])

was different from github turtlebot3_navigation2 foxy-devel branch

PythonLaunchDescriptionSource([nav2_launch_file_dir, '/bringup_launch.py'])

here the link github turtlebot3_navigation2

I have already check my ros version is foxy, and use sudo apt install ros-foxy-turtlebot3 to install

Is there any way to inspect my turtlebot3_navigation2 git version in path /opt/ros/foxy/share/turtlebot3_navigation2 ?

Why this problem occur?

Thanks for help.

2020-12-20 19:48:34 -0500 received badge  Scholar (source)
2020-12-20 19:48:32 -0500 received badge  Supporter (source)
2020-12-20 19:33:00 -0500 received badge  Popular Question (source)
2020-12-17 04:10:39 -0500 asked a question Why Turtlebot3_navigation2 launch file different from Github

Why Turtlebot3_navigation2 launch file different from Github I'm using ros2 foxy in ubuntu 20.04 when I check the turtl