No version for distro humble showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Motion planning and Navigation of AGV/AMR:ROS planner plugin implementation of A*, JPS, D*, LPA*, D* Lite, Theta*, RRT, RRT*, RRT-Connect, Informed RRT*, ACO, PSO, Voronoi, PID, LQR, MPC, DWA, APF, Pure Pursuit etc.
Checkout URI https://github.com/ai-winter/ros_motion_planning.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status UNKNOWN
Released UNRELEASED
Tags robotics astar motion-planning rrt path-planning ros rrt-star voronoi autonomous-vehicles path-tracking jump-point-search ros-navigation model-predictive-control trajectory-planning pure-pursuit artificial-potential-field dstar-lite lpa-star
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Simulation environment

Additional Links

No additional links.

Maintainers

  • Winter
  • ZhanyuGuo

Authors

  • Winter
README
No README found. See repository README.
CHANGELOG
No CHANGELOG found.

Launch files

  • launch/config.launch
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Launch gazebo simulation with world and multi robots. * * @author Haodong Yang * * @version 1.0.1 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • world [default: warehouse]
      • map [default: warehouse]
      • robot_number [default: 1]
      • debug [default: false]
      • gui [default: true]
      • headless [default: false]
      • rviz_file [default: ]
  • launch/main.launch
  • launch/realworld/(untested)qbot_navigaition.launch
      • global_planner [default: astar]
      • local_planner [default: pid]
      • robot [default: turtlebot3_waffle]
      • map [default: warehouse]
  • launch/app/environment_single.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Single robot startup file. * * @author Haodong Yang * * @version 1.0.2 * * @date 2022.07.08 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • agent_number [default: 1]
      • agent_id [default: 1]
      • robot [default: turtlebot3_waffle]
      • robot_namespace
      • start_ns [default: false]
      • global_planner [default: a_star]
      • local_planner [default: dwa]
      • robot_x
      • robot_y
      • robot_z
      • robot_yaw
  • launch/include/location/amcl.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Amcl method module parameter configure. * * @author Haodong Yang, * * @version 1.0.0 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • robot_namespace
      • start_ns [default: false]
      • robot_x
      • robot_y
      • robot_z
  • launch/include/navigation/move_base.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief move base module parameter configure. * * @author Haodong Yang, * * @version 1.0.0 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • agent_number [default: 1]
      • agent_id [default: 1]
      • robot_namespace
      • start_ns [default: false]
      • robot [default: turtlebot3_waffle]
      • global_planner [default: astar]
      • local_planner [default: dwa]
  • launch/include/robots/start_robots.launch.xml
      • agent_number [default: 1]
      • agent_id [default: 1]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged sim_env at Robotics Stack Exchange

No version for distro jazzy showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Motion planning and Navigation of AGV/AMR:ROS planner plugin implementation of A*, JPS, D*, LPA*, D* Lite, Theta*, RRT, RRT*, RRT-Connect, Informed RRT*, ACO, PSO, Voronoi, PID, LQR, MPC, DWA, APF, Pure Pursuit etc.
Checkout URI https://github.com/ai-winter/ros_motion_planning.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status UNKNOWN
Released UNRELEASED
Tags robotics astar motion-planning rrt path-planning ros rrt-star voronoi autonomous-vehicles path-tracking jump-point-search ros-navigation model-predictive-control trajectory-planning pure-pursuit artificial-potential-field dstar-lite lpa-star
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Simulation environment

Additional Links

No additional links.

Maintainers

  • Winter
  • ZhanyuGuo

Authors

  • Winter
README
No README found. See repository README.
CHANGELOG
No CHANGELOG found.

Launch files

  • launch/config.launch
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Launch gazebo simulation with world and multi robots. * * @author Haodong Yang * * @version 1.0.1 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • world [default: warehouse]
      • map [default: warehouse]
      • robot_number [default: 1]
      • debug [default: false]
      • gui [default: true]
      • headless [default: false]
      • rviz_file [default: ]
  • launch/main.launch
  • launch/realworld/(untested)qbot_navigaition.launch
      • global_planner [default: astar]
      • local_planner [default: pid]
      • robot [default: turtlebot3_waffle]
      • map [default: warehouse]
  • launch/app/environment_single.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Single robot startup file. * * @author Haodong Yang * * @version 1.0.2 * * @date 2022.07.08 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • agent_number [default: 1]
      • agent_id [default: 1]
      • robot [default: turtlebot3_waffle]
      • robot_namespace
      • start_ns [default: false]
      • global_planner [default: a_star]
      • local_planner [default: dwa]
      • robot_x
      • robot_y
      • robot_z
      • robot_yaw
  • launch/include/location/amcl.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Amcl method module parameter configure. * * @author Haodong Yang, * * @version 1.0.0 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • robot_namespace
      • start_ns [default: false]
      • robot_x
      • robot_y
      • robot_z
  • launch/include/navigation/move_base.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief move base module parameter configure. * * @author Haodong Yang, * * @version 1.0.0 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • agent_number [default: 1]
      • agent_id [default: 1]
      • robot_namespace
      • start_ns [default: false]
      • robot [default: turtlebot3_waffle]
      • global_planner [default: astar]
      • local_planner [default: dwa]
  • launch/include/robots/start_robots.launch.xml
      • agent_number [default: 1]
      • agent_id [default: 1]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged sim_env at Robotics Stack Exchange

No version for distro kilted showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Motion planning and Navigation of AGV/AMR:ROS planner plugin implementation of A*, JPS, D*, LPA*, D* Lite, Theta*, RRT, RRT*, RRT-Connect, Informed RRT*, ACO, PSO, Voronoi, PID, LQR, MPC, DWA, APF, Pure Pursuit etc.
Checkout URI https://github.com/ai-winter/ros_motion_planning.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status UNKNOWN
Released UNRELEASED
Tags robotics astar motion-planning rrt path-planning ros rrt-star voronoi autonomous-vehicles path-tracking jump-point-search ros-navigation model-predictive-control trajectory-planning pure-pursuit artificial-potential-field dstar-lite lpa-star
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Simulation environment

Additional Links

No additional links.

Maintainers

  • Winter
  • ZhanyuGuo

Authors

  • Winter
README
No README found. See repository README.
CHANGELOG
No CHANGELOG found.

Launch files

  • launch/config.launch
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Launch gazebo simulation with world and multi robots. * * @author Haodong Yang * * @version 1.0.1 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • world [default: warehouse]
      • map [default: warehouse]
      • robot_number [default: 1]
      • debug [default: false]
      • gui [default: true]
      • headless [default: false]
      • rviz_file [default: ]
  • launch/main.launch
  • launch/realworld/(untested)qbot_navigaition.launch
      • global_planner [default: astar]
      • local_planner [default: pid]
      • robot [default: turtlebot3_waffle]
      • map [default: warehouse]
  • launch/app/environment_single.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Single robot startup file. * * @author Haodong Yang * * @version 1.0.2 * * @date 2022.07.08 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • agent_number [default: 1]
      • agent_id [default: 1]
      • robot [default: turtlebot3_waffle]
      • robot_namespace
      • start_ns [default: false]
      • global_planner [default: a_star]
      • local_planner [default: dwa]
      • robot_x
      • robot_y
      • robot_z
      • robot_yaw
  • launch/include/location/amcl.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Amcl method module parameter configure. * * @author Haodong Yang, * * @version 1.0.0 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • robot_namespace
      • start_ns [default: false]
      • robot_x
      • robot_y
      • robot_z
  • launch/include/navigation/move_base.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief move base module parameter configure. * * @author Haodong Yang, * * @version 1.0.0 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • agent_number [default: 1]
      • agent_id [default: 1]
      • robot_namespace
      • start_ns [default: false]
      • robot [default: turtlebot3_waffle]
      • global_planner [default: astar]
      • local_planner [default: dwa]
  • launch/include/robots/start_robots.launch.xml
      • agent_number [default: 1]
      • agent_id [default: 1]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged sim_env at Robotics Stack Exchange

No version for distro rolling showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Motion planning and Navigation of AGV/AMR:ROS planner plugin implementation of A*, JPS, D*, LPA*, D* Lite, Theta*, RRT, RRT*, RRT-Connect, Informed RRT*, ACO, PSO, Voronoi, PID, LQR, MPC, DWA, APF, Pure Pursuit etc.
Checkout URI https://github.com/ai-winter/ros_motion_planning.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status UNKNOWN
Released UNRELEASED
Tags robotics astar motion-planning rrt path-planning ros rrt-star voronoi autonomous-vehicles path-tracking jump-point-search ros-navigation model-predictive-control trajectory-planning pure-pursuit artificial-potential-field dstar-lite lpa-star
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Simulation environment

Additional Links

No additional links.

Maintainers

  • Winter
  • ZhanyuGuo

Authors

  • Winter
README
No README found. See repository README.
CHANGELOG
No CHANGELOG found.

Launch files

  • launch/config.launch
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Launch gazebo simulation with world and multi robots. * * @author Haodong Yang * * @version 1.0.1 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • world [default: warehouse]
      • map [default: warehouse]
      • robot_number [default: 1]
      • debug [default: false]
      • gui [default: true]
      • headless [default: false]
      • rviz_file [default: ]
  • launch/main.launch
  • launch/realworld/(untested)qbot_navigaition.launch
      • global_planner [default: astar]
      • local_planner [default: pid]
      • robot [default: turtlebot3_waffle]
      • map [default: warehouse]
  • launch/app/environment_single.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Single robot startup file. * * @author Haodong Yang * * @version 1.0.2 * * @date 2022.07.08 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • agent_number [default: 1]
      • agent_id [default: 1]
      • robot [default: turtlebot3_waffle]
      • robot_namespace
      • start_ns [default: false]
      • global_planner [default: a_star]
      • local_planner [default: dwa]
      • robot_x
      • robot_y
      • robot_z
      • robot_yaw
  • launch/include/location/amcl.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Amcl method module parameter configure. * * @author Haodong Yang, * * @version 1.0.0 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • robot_namespace
      • start_ns [default: false]
      • robot_x
      • robot_y
      • robot_z
  • launch/include/navigation/move_base.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief move base module parameter configure. * * @author Haodong Yang, * * @version 1.0.0 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • agent_number [default: 1]
      • agent_id [default: 1]
      • robot_namespace
      • start_ns [default: false]
      • robot [default: turtlebot3_waffle]
      • global_planner [default: astar]
      • local_planner [default: dwa]
  • launch/include/robots/start_robots.launch.xml
      • agent_number [default: 1]
      • agent_id [default: 1]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged sim_env at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.0.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Motion planning and Navigation of AGV/AMR:ROS planner plugin implementation of A*, JPS, D*, LPA*, D* Lite, Theta*, RRT, RRT*, RRT-Connect, Informed RRT*, ACO, PSO, Voronoi, PID, LQR, MPC, DWA, APF, Pure Pursuit etc.
Checkout URI https://github.com/ai-winter/ros_motion_planning.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status UNKNOWN
Released UNRELEASED
Tags robotics astar motion-planning rrt path-planning ros rrt-star voronoi autonomous-vehicles path-tracking jump-point-search ros-navigation model-predictive-control trajectory-planning pure-pursuit artificial-potential-field dstar-lite lpa-star
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Simulation environment

Additional Links

No additional links.

Maintainers

  • Winter
  • ZhanyuGuo

Authors

  • Winter
README
No README found. See repository README.
CHANGELOG
No CHANGELOG found.

Launch files

  • launch/config.launch
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Launch gazebo simulation with world and multi robots. * * @author Haodong Yang * * @version 1.0.1 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • world [default: warehouse]
      • map [default: warehouse]
      • robot_number [default: 1]
      • debug [default: false]
      • gui [default: true]
      • headless [default: false]
      • rviz_file [default: ]
  • launch/main.launch
  • launch/realworld/(untested)qbot_navigaition.launch
      • global_planner [default: astar]
      • local_planner [default: pid]
      • robot [default: turtlebot3_waffle]
      • map [default: warehouse]
  • launch/app/environment_single.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Single robot startup file. * * @author Haodong Yang * * @version 1.0.2 * * @date 2022.07.08 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • agent_number [default: 1]
      • agent_id [default: 1]
      • robot [default: turtlebot3_waffle]
      • robot_namespace
      • start_ns [default: false]
      • global_planner [default: a_star]
      • local_planner [default: dwa]
      • robot_x
      • robot_y
      • robot_z
      • robot_yaw
  • launch/include/location/amcl.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Amcl method module parameter configure. * * @author Haodong Yang, * * @version 1.0.0 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • robot_namespace
      • start_ns [default: false]
      • robot_x
      • robot_y
      • robot_z
  • launch/include/navigation/move_base.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief move base module parameter configure. * * @author Haodong Yang, * * @version 1.0.0 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • agent_number [default: 1]
      • agent_id [default: 1]
      • robot_namespace
      • start_ns [default: false]
      • robot [default: turtlebot3_waffle]
      • global_planner [default: astar]
      • local_planner [default: dwa]
  • launch/include/robots/start_robots.launch.xml
      • agent_number [default: 1]
      • agent_id [default: 1]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged sim_env at Robotics Stack Exchange

No version for distro galactic showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Motion planning and Navigation of AGV/AMR:ROS planner plugin implementation of A*, JPS, D*, LPA*, D* Lite, Theta*, RRT, RRT*, RRT-Connect, Informed RRT*, ACO, PSO, Voronoi, PID, LQR, MPC, DWA, APF, Pure Pursuit etc.
Checkout URI https://github.com/ai-winter/ros_motion_planning.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status UNKNOWN
Released UNRELEASED
Tags robotics astar motion-planning rrt path-planning ros rrt-star voronoi autonomous-vehicles path-tracking jump-point-search ros-navigation model-predictive-control trajectory-planning pure-pursuit artificial-potential-field dstar-lite lpa-star
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Simulation environment

Additional Links

No additional links.

Maintainers

  • Winter
  • ZhanyuGuo

Authors

  • Winter
README
No README found. See repository README.
CHANGELOG
No CHANGELOG found.

Launch files

  • launch/config.launch
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Launch gazebo simulation with world and multi robots. * * @author Haodong Yang * * @version 1.0.1 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • world [default: warehouse]
      • map [default: warehouse]
      • robot_number [default: 1]
      • debug [default: false]
      • gui [default: true]
      • headless [default: false]
      • rviz_file [default: ]
  • launch/main.launch
  • launch/realworld/(untested)qbot_navigaition.launch
      • global_planner [default: astar]
      • local_planner [default: pid]
      • robot [default: turtlebot3_waffle]
      • map [default: warehouse]
  • launch/app/environment_single.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Single robot startup file. * * @author Haodong Yang * * @version 1.0.2 * * @date 2022.07.08 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • agent_number [default: 1]
      • agent_id [default: 1]
      • robot [default: turtlebot3_waffle]
      • robot_namespace
      • start_ns [default: false]
      • global_planner [default: a_star]
      • local_planner [default: dwa]
      • robot_x
      • robot_y
      • robot_z
      • robot_yaw
  • launch/include/location/amcl.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Amcl method module parameter configure. * * @author Haodong Yang, * * @version 1.0.0 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • robot_namespace
      • start_ns [default: false]
      • robot_x
      • robot_y
      • robot_z
  • launch/include/navigation/move_base.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief move base module parameter configure. * * @author Haodong Yang, * * @version 1.0.0 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • agent_number [default: 1]
      • agent_id [default: 1]
      • robot_namespace
      • start_ns [default: false]
      • robot [default: turtlebot3_waffle]
      • global_planner [default: astar]
      • local_planner [default: dwa]
  • launch/include/robots/start_robots.launch.xml
      • agent_number [default: 1]
      • agent_id [default: 1]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged sim_env at Robotics Stack Exchange

No version for distro iron showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Motion planning and Navigation of AGV/AMR:ROS planner plugin implementation of A*, JPS, D*, LPA*, D* Lite, Theta*, RRT, RRT*, RRT-Connect, Informed RRT*, ACO, PSO, Voronoi, PID, LQR, MPC, DWA, APF, Pure Pursuit etc.
Checkout URI https://github.com/ai-winter/ros_motion_planning.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status UNKNOWN
Released UNRELEASED
Tags robotics astar motion-planning rrt path-planning ros rrt-star voronoi autonomous-vehicles path-tracking jump-point-search ros-navigation model-predictive-control trajectory-planning pure-pursuit artificial-potential-field dstar-lite lpa-star
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Simulation environment

Additional Links

No additional links.

Maintainers

  • Winter
  • ZhanyuGuo

Authors

  • Winter
README
No README found. See repository README.
CHANGELOG
No CHANGELOG found.

Launch files

  • launch/config.launch
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Launch gazebo simulation with world and multi robots. * * @author Haodong Yang * * @version 1.0.1 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • world [default: warehouse]
      • map [default: warehouse]
      • robot_number [default: 1]
      • debug [default: false]
      • gui [default: true]
      • headless [default: false]
      • rviz_file [default: ]
  • launch/main.launch
  • launch/realworld/(untested)qbot_navigaition.launch
      • global_planner [default: astar]
      • local_planner [default: pid]
      • robot [default: turtlebot3_waffle]
      • map [default: warehouse]
  • launch/app/environment_single.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Single robot startup file. * * @author Haodong Yang * * @version 1.0.2 * * @date 2022.07.08 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • agent_number [default: 1]
      • agent_id [default: 1]
      • robot [default: turtlebot3_waffle]
      • robot_namespace
      • start_ns [default: false]
      • global_planner [default: a_star]
      • local_planner [default: dwa]
      • robot_x
      • robot_y
      • robot_z
      • robot_yaw
  • launch/include/location/amcl.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Amcl method module parameter configure. * * @author Haodong Yang, * * @version 1.0.0 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • robot_namespace
      • start_ns [default: false]
      • robot_x
      • robot_y
      • robot_z
  • launch/include/navigation/move_base.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief move base module parameter configure. * * @author Haodong Yang, * * @version 1.0.0 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • agent_number [default: 1]
      • agent_id [default: 1]
      • robot_namespace
      • start_ns [default: false]
      • robot [default: turtlebot3_waffle]
      • global_planner [default: astar]
      • local_planner [default: dwa]
  • launch/include/robots/start_robots.launch.xml
      • agent_number [default: 1]
      • agent_id [default: 1]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged sim_env at Robotics Stack Exchange

No version for distro melodic showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Motion planning and Navigation of AGV/AMR:ROS planner plugin implementation of A*, JPS, D*, LPA*, D* Lite, Theta*, RRT, RRT*, RRT-Connect, Informed RRT*, ACO, PSO, Voronoi, PID, LQR, MPC, DWA, APF, Pure Pursuit etc.
Checkout URI https://github.com/ai-winter/ros_motion_planning.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status UNKNOWN
Released UNRELEASED
Tags robotics astar motion-planning rrt path-planning ros rrt-star voronoi autonomous-vehicles path-tracking jump-point-search ros-navigation model-predictive-control trajectory-planning pure-pursuit artificial-potential-field dstar-lite lpa-star
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Simulation environment

Additional Links

No additional links.

Maintainers

  • Winter
  • ZhanyuGuo

Authors

  • Winter
README
No README found. See repository README.
CHANGELOG
No CHANGELOG found.

Launch files

  • launch/config.launch
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Launch gazebo simulation with world and multi robots. * * @author Haodong Yang * * @version 1.0.1 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • world [default: warehouse]
      • map [default: warehouse]
      • robot_number [default: 1]
      • debug [default: false]
      • gui [default: true]
      • headless [default: false]
      • rviz_file [default: ]
  • launch/main.launch
  • launch/realworld/(untested)qbot_navigaition.launch
      • global_planner [default: astar]
      • local_planner [default: pid]
      • robot [default: turtlebot3_waffle]
      • map [default: warehouse]
  • launch/app/environment_single.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Single robot startup file. * * @author Haodong Yang * * @version 1.0.2 * * @date 2022.07.08 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • agent_number [default: 1]
      • agent_id [default: 1]
      • robot [default: turtlebot3_waffle]
      • robot_namespace
      • start_ns [default: false]
      • global_planner [default: a_star]
      • local_planner [default: dwa]
      • robot_x
      • robot_y
      • robot_z
      • robot_yaw
  • launch/include/location/amcl.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Amcl method module parameter configure. * * @author Haodong Yang, * * @version 1.0.0 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • robot_namespace
      • start_ns [default: false]
      • robot_x
      • robot_y
      • robot_z
  • launch/include/navigation/move_base.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief move base module parameter configure. * * @author Haodong Yang, * * @version 1.0.0 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • agent_number [default: 1]
      • agent_id [default: 1]
      • robot_namespace
      • start_ns [default: false]
      • robot [default: turtlebot3_waffle]
      • global_planner [default: astar]
      • local_planner [default: dwa]
  • launch/include/robots/start_robots.launch.xml
      • agent_number [default: 1]
      • agent_id [default: 1]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged sim_env at Robotics Stack Exchange

No version for distro noetic showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Motion planning and Navigation of AGV/AMR:ROS planner plugin implementation of A*, JPS, D*, LPA*, D* Lite, Theta*, RRT, RRT*, RRT-Connect, Informed RRT*, ACO, PSO, Voronoi, PID, LQR, MPC, DWA, APF, Pure Pursuit etc.
Checkout URI https://github.com/ai-winter/ros_motion_planning.git
VCS Type git
VCS Version master
Last Updated 2025-04-07
Dev Status UNKNOWN
Released UNRELEASED
Tags robotics astar motion-planning rrt path-planning ros rrt-star voronoi autonomous-vehicles path-tracking jump-point-search ros-navigation model-predictive-control trajectory-planning pure-pursuit artificial-potential-field dstar-lite lpa-star
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Simulation environment

Additional Links

No additional links.

Maintainers

  • Winter
  • ZhanyuGuo

Authors

  • Winter
README
No README found. See repository README.
CHANGELOG
No CHANGELOG found.

Launch files

  • launch/config.launch
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Launch gazebo simulation with world and multi robots. * * @author Haodong Yang * * @version 1.0.1 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • world [default: warehouse]
      • map [default: warehouse]
      • robot_number [default: 1]
      • debug [default: false]
      • gui [default: true]
      • headless [default: false]
      • rviz_file [default: ]
  • launch/main.launch
  • launch/realworld/(untested)qbot_navigaition.launch
      • global_planner [default: astar]
      • local_planner [default: pid]
      • robot [default: turtlebot3_waffle]
      • map [default: warehouse]
  • launch/app/environment_single.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Single robot startup file. * * @author Haodong Yang * * @version 1.0.2 * * @date 2022.07.08 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • agent_number [default: 1]
      • agent_id [default: 1]
      • robot [default: turtlebot3_waffle]
      • robot_namespace
      • start_ns [default: false]
      • global_planner [default: a_star]
      • local_planner [default: dwa]
      • robot_x
      • robot_y
      • robot_z
      • robot_yaw
  • launch/include/location/amcl.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief Amcl method module parameter configure. * * @author Haodong Yang, * * @version 1.0.0 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • robot_namespace
      • start_ns [default: false]
      • robot_x
      • robot_y
      • robot_z
  • launch/include/navigation/move_base.launch.xml
    • ****************************************************************************************** * Copyright (c) 2023 Yang Haodong, All Rights Reserved * * * * @brief move base module parameter configure. * * @author Haodong Yang, * * @version 1.0.0 * * @date 2022.06.30 * * @license GNU General Public License (GPL) * ******************************************************************************************
      • agent_number [default: 1]
      • agent_id [default: 1]
      • robot_namespace
      • start_ns [default: false]
      • robot [default: turtlebot3_waffle]
      • global_planner [default: astar]
      • local_planner [default: dwa]
  • launch/include/robots/start_robots.launch.xml
      • agent_number [default: 1]
      • agent_id [default: 1]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged sim_env at Robotics Stack Exchange