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

mac137's profile - activity

2022-06-21 03:14:30 -0500 received badge  Famous Question (source)
2022-02-14 10:01:55 -0500 marked best answer How to run rviz2 with own settings in .rviz from launch file which refers to my my package via arguments = ["-d", "$(find my_package)/rviz/my.rviz"]

Hello! As in question. How to run rviz2 with my own settings saved in .rviz from the launch file which refers to my_package by name? I can add that when I refer to the .rviz file using its absolute path, it works.

The following launches rviz2 but without own settings:

     my_rviz2 = Node(package = "rviz2", 
                    executable = "rviz2",
                    arguments = ["-d", "$(find my_package)/rviz/my.rviz"]
                    )


    ld = LaunchDescription()

    ld.add_action(declare_use_sim_time_argument)
    ld.add_action(declare_params_file_cmd)
    ld.add_action(log_param_change)
    ld.add_action(my_rviz2)

    return ld
2022-01-23 14:24:42 -0500 answered a question ros2: turtlebot3 gazebo /scan topic subscriber is not calling the callback function

Python code for those who are still in doubt about how to implement the qos_profile_sensor_data for the subscriber of a

2022-01-03 16:50:39 -0500 received badge  Notable Question (source)
2021-12-30 04:35:28 -0500 marked best answer rqt_console doesn't display all messages

My post is a duplicate of this post which was closed for unknown reasons. ROS users keep commenting under that post which means that the problem still exists!

Basically, rqt_console does not display all the messages from all nodes even though rqt_logger_level "sees" the nodes and the proper logging levels are set up.

Any solution to this problem? Is there any workaround?

2021-10-24 16:54:28 -0500 received badge  Popular Question (source)
2021-10-16 17:26:49 -0500 edited answer How to install launch.py files in a python package in ros2 (python package is created without CMakeLists.txt)?

@EtienneSchmitz, many thanks for your answer! Maybe this particular code did not work in my case, but it inspired me to

2021-10-16 15:02:44 -0500 marked best answer How to install launch.py files in a python package in ros2 (python package is created without CMakeLists.txt)?

Hi! The question as in the topic.

When I just create a python package as described in this ros tutorial here, and then manually create a launch/launch_file.py and do colcon build, I cannot execute ros2 launch my_package launch_file.py becuase file '.launch_file.py' was not found in the share directory of package 'my+package' which is at 'path/2/ros_ws/install/my_package/share/lidar_odom'.

I do not have CMakeLists.txt in my package because this file is not created when you create a python package following the mentioned ros tutorial.

How to install then my launch files?

2021-10-16 15:02:44 -0500 received badge  Scholar (source)
2021-10-16 15:02:30 -0500 answered a question How to install launch.py files in a python package in ros2 (python package is created without CMakeLists.txt)?

@EtienneSchmitz, many thanks for your answer! Maybe this particular code did not work in my case, but it inspired me to

2021-10-09 13:11:08 -0500 asked a question How to install launch.py files in a python package in ros2 (python package is created without CMakeLists.txt)?

How to install launch.py files in a python package in ros2 (python package is created without CMakeLists.txt)? Hi! The q

2021-09-24 05:50:53 -0500 received badge  Popular Question (source)
2021-09-12 13:38:39 -0500 edited question How to run rviz2 with own settings in .rviz from launch file which refers to my my package via arguments = ["-d", "$(find my_package)/rviz/my.rviz"]

How to run rviz2 with own settings in .rviz from launch file Hello! As in question. How to run rviz2 with my own setting

2021-09-12 13:38:04 -0500 edited question How to run rviz2 with own settings in .rviz from launch file which refers to my my package via arguments = ["-d", "$(find my_package)/rviz/my.rviz"]

How to run rviz2 with own settings in .rviz from launch file Hello! As in question. How to run rviz2 with my own setting

2021-09-12 13:25:28 -0500 edited question How to run rviz2 with own settings in .rviz from launch file which refers to my my package via arguments = ["-d", "$(find my_package)/rviz/my.rviz"]

How to run rviz2 with own settings in .rviz from launch file Hello! As in question. How to run rviz2 with my own setting

2021-09-12 13:25:05 -0500 edited question How to run rviz2 with own settings in .rviz from launch file which refers to my my package via arguments = ["-d", "$(find my_package)/rviz/my.rviz"]

How to run rviz2 with own settings in .rviz from launch file Hello! As in question. How to run rviz2 with my own setting

2021-09-12 13:24:32 -0500 asked a question How to run rviz2 with own settings in .rviz from launch file which refers to my my package via arguments = ["-d", "$(find my_package)/rviz/my.rviz"]

How to run rviz2 with own settings in .rviz from launch file Hello! As in question. How to run rviz2 with my own setting

2021-09-10 02:40:35 -0500 received badge  Notable Question (source)
2021-09-03 12:48:19 -0500 received badge  Great Question (source)
2021-07-31 05:53:21 -0500 edited question How to stamp /velodyne_points with the timestamp of the packet coming from the front of the lidar?

How to stamp /velodyne_points with the timestamp of the packet coming from the front of the lidar? Hello! I would like t

2021-07-31 05:53:18 -0500 edited question How to stamp /velodyne_points with the timestamp of the packet coming from the front of the lidar?

rqt_console doesn't display messages Hello! I would like to stamp my /velodyne_points messages (of type pointcloud2) wit

2021-07-31 05:52:04 -0500 asked a question How to stamp /velodyne_points with the timestamp of the packet coming from the front of the lidar?

rqt_console doesn't display messages Hello! I would like to stamp my /velodyne_points messages (of type pointcloud2) wit

2021-07-15 17:54:28 -0500 received badge  Good Question (source)
2021-07-15 17:54:24 -0500 received badge  Famous Question (source)
2021-05-17 17:23:49 -0500 commented question rqt_console tool doesn't display message

I created a post on the same topic here - and it is still open :- )

2021-05-11 13:31:01 -0500 received badge  Notable Question (source)
2021-04-23 04:44:50 -0500 received badge  Nice Question (source)
2021-04-17 23:08:07 -0500 received badge  Famous Question (source)
2021-03-02 11:29:53 -0500 received badge  Popular Question (source)
2021-02-22 06:54:18 -0500 received badge  Popular Question (source)
2021-02-11 06:54:37 -0500 received badge  Student (source)
2021-02-10 09:41:29 -0500 edited question rqt_console doesn't display all messages

rqt_console doesn't display all messages My post is a duplicate of this post which was closed for unknown reasons. ROS u

2021-02-10 09:40:13 -0500 edited question rqt_console doesn't display all messages

rqt_console doesn't display all messages My post is a duplicate of this post which was closed for reasons known only to

2021-02-10 09:39:34 -0500 edited question rqt_console doesn't display all messages

rqt_console doesn't display all messages My post is a duplicate of this post which was closed for reasons known only to

2021-02-10 09:39:27 -0500 edited question rqt_console doesn't display all messages

rqt_console doesn't display messages My post is a duplicate of this post which was closed for reasons known only to @tfo

2021-02-10 09:38:58 -0500 edited question rqt_console doesn't display all messages

rqt_console doesn't display messages My post is a duplicate of this post which was closed for reasons known only to @tfo

2021-02-10 09:38:09 -0500 edited question rqt_console doesn't display all messages

rqt_console doesn't display messages My post is a duplicate of this post which was closed for reasons known only to @tfo

2021-02-10 09:37:50 -0500 asked a question rqt_console doesn't display all messages

rqt_console doesn't display messages My post is a duplicate of this post which was closed for reasons known only to @tfo