TODO
- 如何使用光達
- 建圖
- 定位
- 避障
- 路徑規劃 or 訓練
- 模擬
- 匯入地圖檔
- 加入光達sensor
Guide
-
Import solidworks models into gazebo
-
Current progress
- Github repo - car_simulation
- display.launch to view the model in rviz
- gazebo.launch to import the model to gazebo
- diff_drive.launch try to control the wheels, bug exist
- Github repo - car_simulation
-
Control the urdf model in gazebo
-
Use Skid Steering Plugin to control the four wheels
-
Obstacle avoidance using DeepRL
-
Lidar in Gazebo
-
Designate robot init position
-
Input custom mesh to the world
-
DQN training in Gazebo
-
Navigation stack
-
If-else statement in xacro
Bug fixes
-
Error :
Received JointState is 1531129342.521295 seconds old
- Solution :
-
Error :
No p gain specified for pid.
- Solution :
- Discourse - ROS answers : setup controllers in xacro and yaml files
- Instruction - gazebo tutorial : very detail
robotNamespace
cannot be empty
- Solution :
-
Error :
Laser plugin does not scan
- Solution :
- Video - Using gazebo Laser Scan Plugin
- Change the plugin name from
libgazebo_ros_gpu_laser.so
tolibgazebo_ros_laser.so
- Solution :
-
Error :
“could not load model” in Rviz2
- Solution :
- Discourse - Fail to load mesh files
- In CMakeLists.txt add “meshes” to
install()
- Solution :