xviz icon indicating copy to clipboard operation
xviz copied to clipboard

Problem with ROS Converter

Open eastlife opened this issue 5 years ago • 3 comments

I've got another problem with ROS converter. Currently I can see the visualization of point cloud with the example ROSConfig json (config-1.json, config-2.json). However, when I add image data to ROSConfig, I cannot get the visualization of images as the example server. I am using the rosbag converted from the example KITTI dataset with kitti2bag, and I'm following the link below to install it: https://github.com/uber/xviz/tree/master/examples/converters/ros

My ROSConfig is something like:

{
  "topicConfig": [
    {
      "topic": "/kitti/oxts/gps/fix",
      "type": "sensor_msgs/NavSatFix",
      "config": {
        "xvizStream": "/vehicle_pose",
        "imuTopic": "/kitti/oxts/imu"
      }
    },
    {
      "topic": "/kitti/camera_color_left/image_raw",
      "converter": "SensorCompressedImage",
      "config": {
        "xvizStream": "/vehicle/camera/center_front"
      }
    }
  ]
}

(the example from https://github.com/uber/xviz/blob/master/docs/api-reference/ros/ros-config.md)

eastlife avatar Oct 18 '19 19:10 eastlife

There is a bug in the ROS Image converter, that I have not fixed yet. so only a very small number of image formats are supported.

twojtasz avatar Oct 28 '19 17:10 twojtasz

Currently what formats it supports? I am just running the example ROS bag(converted from example KITTI dataset)

eastlife avatar Oct 28 '19 17:10 eastlife

Knock knock... Has this problem been get solved??

I have something problem with my json(rosconfig) file... When i start server, it doesn't show velocity, acceleration, camera...

I also set converter and config, but it doesn't work!!

plz, Give me some example file about config.json file

Thank U.

YounHS avatar Sep 21 '20 02:09 YounHS