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

tanasis's profile - activity

2023-08-28 21:24:16 -0500 received badge  Famous Question (source)
2022-07-27 11:12:10 -0500 received badge  Good Answer (source)
2022-07-27 11:12:10 -0500 received badge  Enlightened (source)
2022-03-25 06:58:22 -0500 commented answer rosbag play folder with bags using roslauch

haha tpt! What you are trying to do should work. Just pasting it again for you to compare: <launch> <node pk

2022-03-24 06:21:05 -0500 commented answer rosbag play folder with bags using roslauch

as far as I know, there is not. You need to specify .bag files to the rosbag play command.

2022-03-23 10:22:32 -0500 commented answer rosbag play folder with bags using roslauch

It has been a while... I tried to find it but no luck, sorry. Basically if I remember the idea is to put the rosbag play

2022-03-09 06:14:38 -0500 marked best answer static_transform_publisher and robot_state_publisher

Hello,

I am a bit confused about the static_transform_publisher and the robot_state_publisher (or at least I think I am). So we are setting up a robot with sensor at all, and before we used the urdf approach we were using the static_transform_publisher to get the TF between sensors.

Now we want to use the urdf approach, i.e. robot_state_publisher. This is also publishing TF. So this should be now our source for tf, right? No need for the static_transform_publisher? (I think it will even interfere)

Thanks!

2020-11-30 07:46:17 -0500 commented answer Dynamic Reconfigure - Can I Set An Array Of Values?

anything changed here since 2016?

2020-09-29 15:17:00 -0500 received badge  Famous Question (source)
2020-09-29 15:17:00 -0500 received badge  Notable Question (source)
2020-08-17 08:52:57 -0500 received badge  Popular Question (source)
2020-08-17 08:52:57 -0500 received badge  Notable Question (source)
2020-04-27 15:44:55 -0500 commented question roslaunch api error

Hello, any updates/solutions on this? Thx!

2020-04-13 12:13:10 -0500 received badge  Popular Question (source)
2020-04-04 04:52:24 -0500 asked a question getOptimalNewCameraMatrix() alpha value and camera matrix

getOptimalNewCameraMatrix() alpha value and camera matrix While reading image_pipeline/CameraInfo documentation, in the

2019-10-07 01:35:40 -0500 received badge  Famous Question (source)
2019-10-07 01:35:40 -0500 received badge  Notable Question (source)
2019-09-25 09:32:22 -0500 commented answer rviz_plugin_covariance Array of messages?

Thanks Pete! I will probably go down this road.

2019-09-25 06:05:31 -0500 edited question rviz_plugin_covariance Array of messages?

rviz_plugin_covariance Array of messages? Hello, I need to plot the 2D covariances of detected-tracked objects in rviz.

2019-09-25 06:04:59 -0500 asked a question rviz_plugin_covariance Array of messages?

rviz_plugin_covariance Array of messages? Hello, I need to plot the 2D covariances of detected-tracked objects from . I

2019-08-19 14:35:55 -0500 received badge  Famous Question (source)
2019-05-20 01:57:04 -0500 marked best answer Message set for GNSS/INS ROS Driver (node) - Standardized

Hello, I am trying to develop a driver (node) for a commercial GNSS/INS unit. For that I think it is important NOT to use custom message sets, but rather standardized ones.

I have found the following:

  • sensor_msgs/NavSatFix.msg for position (and GPS status)
  • nav_msgs/Odometry.msg which gives position (again) and twist (velocities)
  • sensor_msgs/Imu.msg IMU data
  • GPSFix.msg and GPSStatus.msg from gps_common, which has a lot of types

What would be the best design approach?

Can any one with experience or not point me to the right direction? I think this would be important for people doing similar work as mine! Thanks!

EDIT 1:

After some digging, here also some extra pointers:

2019-05-01 10:17:34 -0500 received badge  Famous Question (source)
2019-04-08 01:11:49 -0500 marked best answer rosbag pause Marker disappears

Hello,

We have a node that publishes a set of markers. Those markers are part of sensor detections. So they can appear or disappear while the node is running, which is normal.

Now after doing a recording, we would like to pause the bag. When rosbag is on pause, all markers disappear. Programmatically all markers have a lifetime, such that they can be automatically removed. Is this the reason why markers also removed while on pause?

If yes, how is the right approach to solve this issue? Do I need to remove markers manually and not rely on lifetime?

Thanks!

2019-03-12 09:46:27 -0500 received badge  Famous Question (source)
2019-03-07 14:22:52 -0500 received badge  Notable Question (source)
2019-02-18 23:45:44 -0500 received badge  Famous Question (source)
2018-12-13 09:41:43 -0500 received badge  Notable Question (source)
2018-12-13 09:41:43 -0500 received badge  Famous Question (source)
2018-10-29 07:19:01 -0500 received badge  Famous Question (source)
2018-10-17 10:14:48 -0500 received badge  Nice Answer (source)
2018-09-25 09:35:16 -0500 received badge  Notable Question (source)
2018-09-14 17:27:04 -0500 marked best answer Omnidirectional camera (fisheye/wide angle) model support

Hello,

looking at the sensor_msgs/CameraInfo Message and/or at the camera_calibration_parsers it seems that ROS supports only the Pinhole model for cameras (out of the box).

Is there some known way we could use the Scaramuzza model model for omnidirectional cameras?

Currently working under Indigo.

Thanks!

2018-09-14 17:25:46 -0500 marked best answer Alternatives to Bag Database

Hello! Are there any alternatives or similiar services as the ROS Bag Database?

Thanks!

Edit based on community answers:

2018-08-17 04:20:20 -0500 received badge  Notable Question (source)
2018-08-17 04:20:20 -0500 received badge  Popular Question (source)
2018-08-14 07:37:18 -0500 received badge  Popular Question (source)
2018-08-01 10:27:14 -0500 commented question image_compressed problem in rqt_image_view

I got the same error. For me the fix was to end the topic name with "/compressed", i.e /camera/image_raw/compressed. I h

2018-08-01 10:27:01 -0500 commented question image_compressed problem in rqt_image_view

I got the same error. For me the fix was to end the topic name with "/compressed", i.e /camera/image_raw/compressed. I h

2018-08-01 10:26:30 -0500 commented question image_compressed problem in rqt_image_view

I got the same error. For me the fix was to end the topic name with "/compressed", i.e /camera/image_raw/compressed.

2018-08-01 08:32:03 -0500 commented question rqt_image_view and image_transport problem

How was this fixed? Thx!

2018-07-31 10:16:22 -0500 commented question rosbag record high data rates

@gvdhoorn Have you used nodelet_rosbag? Any catch? Is it reliable? Can it really substitute rosbag? I cannot find any in

2018-07-13 07:31:30 -0500 received badge  Famous Question (source)
2018-06-24 04:35:45 -0500 received badge  Teacher (source)
2018-06-24 04:35:45 -0500 received badge  Self-Learner (source)
2018-06-23 12:26:17 -0500 marked best answer tf2 How to generate rotation matrix from axis-angle rotation?

Is there a build-in tf2 functionality where we can generate a rotation matrix given an axis (tf2::Vector3) and an angle (double). E.g. Suppose you have:

tf2::Vector3 vec(2,3,4); // by axis I mean - any - axis, not just x,y,z
double angle_rads=1.57;
tf2::Matrix3x3 rotation_matrix(vec,rads); // <-- is there an easy way like this?

Thanks!