Category "ros"

I can't assign the value of a geometry point to a variable

I was trying to assign the value of a geometry point (it has x,y,z. All of them are float64. If you want to check it: http://docs.ros.org/en/noetic/api/geometry

Get ros message type at runtime

I'm hoping to have a config file loaded in via rosparam that includes the type for a generic callback to subscribe to. Right now this is what I have but can't f

ROS nodes running but some connections are broken

Setup I am running ROS nodes on two separate machines (my laptop, running ROS melodic on Ubuntu 18.04, and a voxl computer running ROS kinetic on yocto). Proble

ROS - How do I publish a message and get the subscribed callback immediately

I have a ROS node that allows you to "publish" a data structure to it, to which it responds by publishing an output. The timestamp of what I published and what

How to use cv::decode (access image) correct?

I need help with the following problem: Task script: read in the message sensor_msgs/PointCloud2, display Bird Eye View image and save (png or jpg). Desired new

How to install the 'glob' module?

I am running ubuntu 14.04 and trying to launch ROS Simulator. I have this error: ImportError: No module named 'glob' Installing glob2 does not solve the prob

Positioning system for 1:8 scale RC cars with millimeter accuracy

I am looking for a indoor positioning/2d motion tracking system for small robot cars (1:8 scale RC cars). We want to use the system as a ground truth for the de

Killing a node in ros

In ROS, listing of nodes is as follows rosnode list In ROS, killing a node is as follows rosnode kill node_name When I execute kill subcommand on a

ROS Error. "Error processing request: signal only works in main thread"

I am working with Robot Operating System (ROS) and am attempting to make a server/client where the server will boot up ROS nodes that are specified by the clien

Display sub-fields of a ROS message

For a given ros message, is there any way I can get the sub-fields of the ros-message. I'm reading the messages from a rosbag file using a python script, "for