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

kosuke_murakami's profile - activity

2021-04-24 02:41:33 -0500 received badge  Famous Question (source)
2021-02-23 20:46:34 -0500 received badge  Nice Answer (source)
2020-09-13 14:59:24 -0500 received badge  Notable Question (source)
2020-09-13 14:59:24 -0500 received badge  Popular Question (source)
2020-05-28 23:41:12 -0500 asked a question cv::Mat to nav_msgs::OccupancyGrid by vector assign

cv::Mat to nav_msgs::OccupancyGrid by vector assign Currently converting cv::Mat to OccupancyGrid by for loop occupancy

2019-11-25 04:03:52 -0500 answered a question Autoware - How to train my own pointpillars model ?

I used this repo. But it is not well maintained. Hope this will help. https://github.com/k0suke-murakami/train_point_pi

2019-11-10 23:17:32 -0500 answered a question Which autoware tracker should I use

You can track objects by using imm_ukf_pda_track. Please make sure to subscribe to /detection/lidar_detector/objects. Y

2019-10-17 22:23:00 -0500 commented answer Target id increases infinitely during object tracking [autoware_imm_ukf_pda_track]

The reason why target id increases is that tracking fails and treats an object as another object compared with the past

2019-10-17 22:22:08 -0500 commented answer Target id increases infinitely during object tracking [autoware_imm_ukf_pda_track]

The reason why target id increases is that tracking fails and treated an object as another object compared with the past

2019-10-17 18:14:05 -0500 answered a question Target id increases infinitely during object tracking [autoware_imm_ukf_pda_track]

Target id is not increasing in the video you shared. However, there is a chance that target id increases if the detectio

2019-10-17 18:14:05 -0500 received badge  Rapid Responder (source)
2019-10-15 02:54:21 -0500 answered a question Ego-vehicle trajectory prediction in Autoware

Current autoware follows waypoints, which could be interpreted as the ego-vehicle's trajectory predicted. Please check

2019-10-15 02:54:21 -0500 received badge  Rapid Responder (source)
2019-10-08 01:54:28 -0500 commented question Autoware 1.12.0 crashes as it's launched.

rosrun runtime_manager runtime_manager_dialog.py What about this script?

2019-10-04 04:13:49 -0500 answered a question How to use the KITTI 3D object detection methods in our own camera-LiDAR setup, where we have only one calibration set?

About kitti calibarion format, you can check this post. https://stackoverflow.com/questions/29407474/how-to-understand-

2019-10-04 04:13:49 -0500 received badge  Rapid Responder (source)
2019-09-19 19:07:42 -0500 answered a question Can you provide a my_detection.launch file with complete perception features?

I am wondering if there is a file contains complete perceptual features such as vision_detect, sensor_fusion, track,

2019-09-19 19:07:42 -0500 received badge  Rapid Responder (source)
2019-09-11 16:47:22 -0500 received badge  Teacher (source)
2019-09-02 02:52:49 -0500 answered a question IMM UKF PDA - Multiple Object Tracking

Thank you for the question. will it be useful to do gating not only using Mahalanobis distance but also using euclid

2019-08-28 19:25:33 -0500 answered a question [Autoware] Lidar fake perception

1, It is not a must. 2, It is not a must 3, Not the scope of Autoware. Please check this document for /move_base_simpl

2019-08-28 19:25:33 -0500 received badge  Rapid Responder (source)
2019-08-06 02:06:35 -0500 received badge  Supporter (source)
2019-07-16 03:36:10 -0500 commented answer I am able to convert pre-trained models(pfe.onnx and rpn.onnx) into tensorrt. But I am not able to convert our models into tensorrt.

Please check the readme.md for TensorRT version. https://gitlab.com/kosuke_m/core_perception/tree/master/lidar_point_pil

2019-07-16 01:01:50 -0500 answered a question I am able to convert pre-trained models(pfe.onnx and rpn.onnx) into tensorrt. But I am not able to convert our models into tensorrt.

Thank you for your question. Unfortunately, if you want to use your own model, it is the out of the scope of Autoware.

2019-07-16 01:01:50 -0500 received badge  Rapid Responder (source)
2019-06-17 18:57:06 -0500 commented question YOLO does not publish any messages when using KITTI player or kitti2bag

I am glad that you solved your issue. I would appreciate if you mark my comment as the answer for this question.

2019-06-17 18:12:04 -0500 commented question YOLO does not publish any messages when using KITTI player or kitti2bag

I assume you are at the latest master(commit 42aba1468490e2ed218f9295ab3e7490db864e54). 1, By default(./colcon_release)

2019-06-17 18:11:41 -0500 commented question YOLO does not publish any messages when using KITTI player or kitti2bag

I assume you are at the latest master(commit 42aba1468490e2ed218f9295ab3e7490db864e54). 1, By default(./colcon_release)

2019-06-17 18:10:44 -0500 commented question YOLO does not publish any messages when using KITTI player or kitti2bag

I assume you are at the latest master(commit 42aba1468490e2ed218f9295ab3e7490db864e54). 1, By default(./colcon_release)

2019-05-20 04:52:56 -0500 edited answer Imm_ukf_pda tracking

SUKF stands for Standard Uncsented Kalman Filter, which uses only one motion model. This is a basic implementation of UK

2019-05-20 04:49:48 -0500 answered a question Imm_ukf_pda tracking

SUKF stands for Standard Uncsented Kalman Filter, which uses only one motion model. On the other hand, IMMUKF assumes t

2019-05-13 04:50:58 -0500 received badge  Enthusiast
2019-05-06 23:51:51 -0500 answered a question NDT_matching parameters

Hi, it is difficult to solve your issue only given by your information. Can you upload your rosbag and pcd file?