kintzhao

Results 15 issues of kintzhao

真值基本这样的 $ rosrun tf tf_echo /laser /middle_depth_optical_frame At time 1658549856.810 - Translation: [0.225, 0.033, 0.878] - Rotation: in Quaternion [-0.636, 0.636, -0.310, 0.310] in RPY (radian) [-2.234, 0.000, -1.571] in...

yhzhao@yhzhao:~/dataSets/3D$ rosbag play mid100_example.bag --clock yhzhao@yhzhao:~/3d_lidar_ws$ roslaunch loam_livox rosbag_mid100.launch ... logging to /home/yhzhao/.ros/log/63199d08-7df1-11ea-9e2a-98eecb94140d/roslaunch-yhzhao-29424.log Checking log directory for disk usage. This may take awhile. Press Ctrl-C to interrupt WARNING: disk usage...

CMake Error at CMakeLists.txt:101 (get_target_property): get_target_property() called with non-existent target "Sophus::Sophus". https://github.com/dongjing3309/minisam/issues/1 I have the same question, which version of sophus is necessary ? my sophus is a621ff2e56c56c839a6c40418d42c . 1....

As paper [Simultaneous Calibration of Odometry and Sensor Parameters for Mobile Robots](https://www.researchgate.net/publication/260634803_Simultaneous_Calibration_of_Odometry_and_Sensor_Parameters_for_Mobile_Robots) ![image](https://user-images.githubusercontent.com/11779271/80080699-90d0c600-8584-11ea-85ad-ef4461bffa08.png) why m12=0 m23 =0 m45 = 0? How to infer Matrix M ?

[ 93%] Building CXX object mesh_navigation/mbf_mesh_nav/CMakeFiles/mbf_mesh_server.dir/src/mesh_planner_execution.cpp.o [ 96%] Built target rviz_map_plugin [ 96%] Building CXX object mesh_navigation/mbf_mesh_nav/CMakeFiles/mbf_mesh_server.dir/src/mesh_recovery_execution.cpp.o [ 96%] Built target mbf_simple_nav [ 98%] Built target mbf_costmap_server [ 98%] Built...

The result path may hit the obs. ![Screenshot from 2023-01-12 20-25-34](https://user-images.githubusercontent.com/11779271/212067317-eb4beb43-4f1f-498b-a30a-29f6e8f6114a.png) test map file [test map file narrow_test-nav.zip](https://github.com/LiJiangnanBit/path_optimizer_2/files/10401553/narrow_test-nav.zip)

I modify some code to make it for the differential robot, but it has some error by bounds. How to modify the code ? modify codes ` cv::Mat img_src =...

how to fixed the target pose, make the smooth path align with the target

roslaunch mini_snap_opt run_minimum_snap_2d.launch path_skip_num:=10 max_vel:=1.2 max_accel:=2.0 order:=4 我修改了代码包,订阅navigation里面的路径(dijkstra+b样条平滑),按照path_skip_num间隔取点作为waypoint。发现出来的路径跟原路径的差别不是太大,有些调整的扭动反而不是太好。 你可以帮看看, 这个是否存在改进的地方? ![Screenshot from 2023-01-11 20-03-28](https://user-images.githubusercontent.com/11779271/211802859-df9c06dc-97a1-493c-9bee-0bae5582d5b0.png) ![Screenshot from 2023-01-11 19-58-25](https://user-images.githubusercontent.com/11779271/211802836-d66f595e-d46a-48c9-8c5c-dfd360e6ce74.png) ![Screenshot from 2023-01-11 19-59-00](https://user-images.githubusercontent.com/11779271/211802847-198cdcd9-54df-45c2-81cc-c1c9161605f7.png) ![Screenshot from 2023-01-11 20-00-17](https://user-images.githubusercontent.com/11779271/211802853-0802bf62-01ba-4e3e-bacb-45e7e2701a27.png) void PathSubscriber::MessageCallBack(const nav_msgs::PathPtr &path_msg_ptr)...

triangle motion, 0.5*a*(0.5*t)^2 = 0.5s so, segment_t = 2*std::sqrt(delta_dist / max_accel_);