jkk-research / urban_road_filter

Real-time LIDAR-based Urban Road and Sidewalk detection for Autonomous Vehicles 🚗
BSD 3-Clause "New" or "Revised" License
279 stars 76 forks source link

Facing issues while using different dataset #17

Closed arzooqureshi closed 1 year ago

arzooqureshi commented 1 year ago

I am trying to convert some standard datasets to robag file and use them. But the ROS topics my bag files are far less and different than the ROS topics in the data given in repository. How to make this work?

horverno commented 1 year ago

Changing the topic name and the frame is easy, just give it in you launch file e.g:

  <node name="urban_road_filt" pkg="urban_road_filter" type="lidar_road" output="screen">
      <param name="topic_name" value="/left_os1/os1_cloud_node/points"/>
      <param name="fixed_frame" value="left_os1/os1_lidar"/>
  </node>

If you are struggling with basic ROS concepts i suggest to have a look at the tutorials: http://wiki.ros.org/ROS/Tutorials

I will close the issue now, if you still have problems with this issue, feel free to reopen it.