path_optimizer icon indicating copy to clipboard operation
path_optimizer copied to clipboard

代码可以在ubuntu20.04上使用ros noetic 运行吗?

Open winner958 opened this issue 4 years ago • 5 comments

rviz 中 MarkArray 会出现 StatusError, 不知道怎么搞

winner958 avatar Oct 27 '21 13:10 winner958

没有试过这个哈 我只在16.04上运行过~

LiJiangnanBit avatar Oct 28 '21 12:10 LiJiangnanBit

excuse me ,can you give me a idea about solving the problem"E1224 16:40:23.179859 6428 path_optimizer.cpp:51] Path optimization FAILED! W1224 16:40:23.081485 6428 reference_path_smoother.cpp:529] Ref is short: 1, quit POST SMOOTHING.". this error happens when i change the OccupancyGrid message instead of image as the input of the grid map,i don't have any method about solving that.

lxa199709 avatar Dec 24 '21 09:12 lxa199709

excuse me ,can you give me a idea about solving the problem"E1224 16:40:23.179859 6428 path_optimizer.cpp:51] Path optimization FAILED! W1224 16:40:23.081485 6428 reference_path_smoother.cpp:529] Ref is short: 1, quit POST SMOOTHING.". this error happens when i change the OccupancyGrid message instead of image as the input of the grid map,i don't have any method about solving that.

图片 Seems that you have only one input ref point. Try longer reference line.

LiJiangnanBit avatar Dec 25 '21 02:12 LiJiangnanBit

excuse me ,can you give me a idea about solving the problem"E1224 16:40:23.179859 6428 path_optimizer.cpp:51] Path optimization FAILED! W1224 16:40:23.081485 6428 reference_path_smoother.cpp:529] Ref is short: 1, quit POST SMOOTHING.". this error happens when i change the OccupancyGrid message instead of image as the input of the grid map,i don't have any method about solving that.

图片 Seems that you have only one input ref point. Try longer reference line.

highly appreciate you for your answers,i got it .and i wonder know that in your simulation video ,the map which display the obstacle in black marker, how the map make and the map's input sensor message is the laserscan?

lxa199709 avatar Dec 27 '21 07:12 lxa199709

@lxa199709 The simulator is V-rep (now CoppeliaSim https://www.coppeliarobotics.com/). You can get the coordinates of the lidar point clouds and project them onto the gridmap.

LiJiangnanBit avatar Dec 28 '21 10:12 LiJiangnanBit