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

revida's profile - activity

2023-07-06 05:52:44 -0500 answered a question ros2.Crystal embedding Header.msg to custom message

When embedding a message, such as std_msgs/Header, as a field in a custom message, it should be visible when using ros2

2023-06-26 04:12:29 -0500 answered a question How to convert ImageConstPtr to c++ string

To convert the sensor_msgs::ImageConstPtr message to a C++ string, you can use the cv_bridge library to convert it to an

2023-06-24 07:10:48 -0500 answered a question Loading a grid_map from a rosbag file is not showing on RViz

Check that RViz is running and configured properly so it can display grid maps, including making sure all necessary visu

2023-06-24 01:40:06 -0500 answered a question Launch file for rqt_gui in Kinetic

Create a launch file if you would like a specific perspective and image topic within ROS Kinetic to launch RQT_GUI with.

2023-06-24 01:26:59 -0500 answered a question The proper way to define a TF tree

To accurately define your Transformation Framework tree, the following nodes and transformations need to be present in o

2023-06-22 09:43:13 -0500 answered a question ImportError: No module named rbx1_nav.transform_utils

Verify that rbx1_nav has been installed correctly in your environment by using either pip or conda as package managers -

2023-06-22 06:31:19 -0500 received badge  Enthusiast
2023-06-15 01:28:39 -0500 answered a question i created an action file in action folder and then i run catkin_make command but there were no corresponding msg files created in msg folder. How are they created? Do i have to make them manually?

The correct msg files for your action file must be explicitly supplied in order to produce them. They are not automatica

2023-04-03 10:32:57 -0500 answered a question Dynamic Recongure callback seems to happen spontaneously

It appears the dynamic reconfigure request for raspicam_node is being initiated by the node itself. We can observe in th

2023-04-03 06:01:15 -0500 received badge  Rapid Responder (source)