feat(social): navigation & path planning #91 #97
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "sl-perception/social-nav"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements Issue #91: social navigation and path planning.
Packages
saltybot_social_msgs
saltybot_social_nav
Files
saltybot_social_nav/social_nav_node.py— main orchestrator (20Hz control loop)saltybot_social_nav/midas_depth_node.py— MiDaS depth estimationsaltybot_social_nav/waypoint_teacher_node.py— standalone route recordersaltybot_social_nav/follow_modes.py— follow mode geometrysaltybot_social_nav/astar.py— A* planner + obstacle inflationsaltybot_social_nav/waypoint_teacher.py— route persistencelaunch/social_nav.launch.py— launches all 3 nodesconfig/social_nav_params.yaml— parameter defaultsscripts/build_midas_trt_engine.py— ONNX to TRT FP16 converterIntegrates with /social/persons from PR #82 (person state tracking).