Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YaelBenShalom/Turtlebot3-Navigation-with-SLAM
/ functions
Functions
6 in github.com/YaelBenShalom/Turtlebot3-Navigation-with-SLAM
⨍
Functions
6
◇
Types & classes
1
↓ 1 callers
Method
check_neighbors
Checks neighbors for random points on the map.
nodes/explore.py:105
↓ 1 callers
Function
main
The main() function
nodes/explore.py:127
↓ 1 callers
Method
set_goal
Set goal position for move_base.
nodes/explore.py:68
Method
__init__
Initialize environment
nodes/explore.py:20
Method
goal_status
Check the status of a goal - goal reached, aborted, or rejected.
nodes/explore.py:86
Method
map_callback
Callback function for map subscriber. Subscribes to /map to get the OccupancyGrid of the map.
nodes/explore.py:42