Giter VIP home page Giter VIP logo

Comments (8)

LimHyungTae avatar LimHyungTae commented on May 28, 2024 2

Holy moly!!!! sorry for my late reply. I'm about to graduate in this year so I have no time haha....

Anyway, I'm terrible sorry for providing less-generalized examples. I think using pre-made rosbag is not helpful for generalization, and not intuitive as well.

๐Ÿ‘ So I extensively modify README.md and contents. So you can run by following instructions:


Online (ROS Callback) KITTI dataset

We also provide rosbag example. If you run our patchwork via rosbag, please refer to this example.

  1. After building this package, run the roslaunch as follows:
roslaunch patchwork run_patchwork.launch is_kitti:=true

Then you can see the below message:

  1. Set the data_path in launch/kitti_publisher.launch for your machine, which is same with the aforementioned parameter in "Offline KITTI dataset" part.

  2. Then, run ros player (please refer to nodes/ros_kitti_publisher.cpp) by following command at another terminal window:

roslaunch patchwork kitti_publisher.launch

In short, I just added psuedo-publisher for compatibility.


๐Ÿ‘ And here's other revised example when you use your own ros bag file capture by your mobile robot:

#### Online (via your ROS bag file)

It is easy by re-using `run_patchwork.launch`.

1. Remap the topic of subscriber, i.g. modify remap line as follows:

```

Note that the type subscribed data is sensor_msgs::PointCloud2.

  1. Next, launch the roslaunch file as follows:
roslaunch patchwork run_patchwork.launch is_kitti:=false

Note that is_kitti=false is important! Because it decides which rviz is opened. The rviz shows only estimated ground and non-ground because your own dataset may have no point-wise labels.

  1. Then play your bag file!
rosbag play $YOUR_BAG_FILE_NAME$.bag

from patchwork.

LimHyungTae avatar LimHyungTae commented on May 28, 2024 2

Anyway, thank you for your kind assistance @hwan0806 !!!!

from patchwork.

LimHyungTae avatar LimHyungTae commented on May 28, 2024

Sorry for the late reply!! I think it's the problem of ROS noetic. On my desktop (ROS Melodic), it still works fine. I think this is because the rosbag is from the ROS Melodic. :( Why don't you use offline Kitti mode?

from patchwork.

YixFeng avatar YixFeng commented on May 28, 2024

I meet the same problem, but I use the ROS Melodic. Maybe the problem is caused by other things. Could you help?

from patchwork.

DavidsShi avatar DavidsShi commented on May 28, 2024

I meet the same problem,too. I use the ROS Melodic.Could you help?

from patchwork.

hwan0806 avatar hwan0806 commented on May 28, 2024

@XFFer @DavidsShi I think we have to create a new ros node which convert msg datatype from sensor_msgs/PointCloud2 to patchwork/node. Then, this issue will be solved.

from patchwork.

DavidsShi avatar DavidsShi commented on May 28, 2024

@XFFer @DavidsShi I think we have to create a new ros node which convert msg datatype from sensor_msgs/PointCloud2 to patchwork/node. Then, this issue will be solved.

Thank you so much ,the problem has been solved~

from patchwork.

LimHyungTae avatar LimHyungTae commented on May 28, 2024

May I close this issue? If there are any problem, please feel free to say to me

from patchwork.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.