LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
./dimos/__init__.py
./dimos/conftest.py
./dimos/constants.py
./dimos/agents/__init__.py
./dimos/agents/agent.py
./dimos/agents/conftest.py
./dimos/agents/llm_init.py
./dimos/agents/ollama_agent.py
./dimos/agents/spec.py
./dimos/agents/system_prompt.py
./dimos/agents/test_agent.py
./dimos/agents/test_agent_direct.py
./dimos/agents/test_agent_fake.py
./dimos/agents/test_mock_agent.py
./dimos/agents/test_stash_agent.py
./dimos/agents/testing.py
./dimos/agents/vlm_agent.py
./dimos/agents/vlm_stream_tester.py
./dimos/agents/cli/human.py
./dimos/agents/cli/web.py
./dimos/agents/skills/conftest.py
./dimos/agents/skills/demo_calculator_skill.py
./dimos/agents/skills/demo_google_maps_skill.py
./dimos/agents/skills/demo_gps_nav.py
./dimos/agents/skills/demo_robot.py
./dimos/agents/skills/demo_skill.py
./dimos/agents/skills/google_maps_skill_container.py
./dimos/agents/skills/gps_nav_skill.py
./dimos/agents/skills/navigation.py
./dimos/agents/skills/osm.py
./dimos/agents/skills/person_follow.py
./dimos/agents/skills/speak_skill.py
./dimos/agents/skills/test_google_maps_skill_container.py
./dimos/agents/skills/test_gps_nav_skills.py
./dimos/agents/skills/test_navigation.py
./dimos/agents/skills/test_unitree_skill_container.py
./dimos/agents/temp/webcam_agent.py
./dimos/agents_deprecated/__init__.py
./dimos/agents_deprecated/agent.py
./dimos/agents_deprecated/agent_config.py
./dimos/agents_deprecated/agent_message.py
./dimos/agents_deprecated/agent_types.py
./dimos/agents_deprecated/claude_agent.py
./dimos/agents_deprecated/memory/__init__.py
./dimos/agents_deprecated/memory/base.py
./dimos/agents_deprecated/memory/chroma_impl.py
./dimos/agents_deprecated/memory/image_embedding.py
./dimos/agents_deprecated/memory/spatial_vector_db.py
./dimos/agents_deprecated/memory/test_image_embedding.py
./dimos/agents_deprecated/memory/visual_memory.py
./dimos/agents_deprecated/modules/__init__.py
./dimos/agents_deprecated/modules/base.py
./dimos/agents_deprecated/modules/base_agent.py
./dimos/agents_deprecated/modules/gateway/__init__.py
./dimos/agents_deprecated/modules/gateway/client.py
./dimos/agents_deprecated/modules/gateway/tensorzero_embedded.py
./dimos/agents_deprecated/modules/gateway/tensorzero_simple.py
./dimos/agents_deprecated/modules/gateway/utils.py
./dimos/agents_deprecated/prompt_builder/__init__.py
./dimos/agents_deprecated/prompt_builder/impl.py
./dimos/agents_deprecated/tokenizer/__init__.py
./dimos/agents_deprecated/tokenizer/base.py
./dimos/agents_deprecated/tokenizer/huggingface_tokenizer.py
./dimos/agents_deprecated/tokenizer/openai_tokenizer.py
./dimos/control/__init__.py
./dimos/control/blueprints.py
./dimos/control/hardware_interface.py
./dimos/control/orchestrator.py
./dimos/control/task.py
./dimos/control/test_control.py
./dimos/control/tick_loop.py
./dimos/control/tasks/__init__.py
./dimos/control/tasks/trajectory_task.py
./dimos/core/__init__.py
./dimos/core/_test_future_annotations_helper.py
./dimos/core/blueprints.py
./dimos/core/colors.py
./dimos/core/core.py
./dimos/core/global_config.py
./dimos/core/module.py
./dimos/core/module_coordinator.py
./dimos/core/o3dpickle.py
./dimos/core/resource.py
./dimos/core/rpc_client.py
./dimos/core/skill_module.py
./dimos/core/stream.py
./dimos/core/test_blueprints.py
./dimos/core/test_core.py
./dimos/core/test_modules.py
./dimos/core/test_rpcstress.py
./dimos/core/test_stream.py
./dimos/core/testing.py
./dimos/core/transport.py
./dimos/core/introspection/__init__.py
./dimos/core/introspection/svg.py
./dimos/core/introspection/utils.py
./dimos/core/introspection/blueprint/__init__.py
./dimos/core/introspection/blueprint/dot.py
./dimos/core/introspection/module/__init__.py
./dimos/core/introspection/module/ansi.py
./dimos/core/introspection/module/dot.py
./dimos/core/introspection/module/info.py
./dimos/core/introspection/module/render.py
./dimos/dashboard/__init__.py
./dimos/dashboard/rerun_init.py
./dimos/dashboard/rerun_scene_wiring.py
./dimos/dashboard/tf_rerun_module.py
./dimos/e2e_tests/conftest.py
./dimos/e2e_tests/dimos_cli_call.py
./dimos/e2e_tests/lcm_spy.py
./dimos/e2e_tests/test_control_orchestrator.py
./dimos/e2e_tests/test_dimos_cli_e2e.py
./dimos/e2e_tests/test_person_follow.py
./dimos/e2e_tests/test_spatial_memory.py
./dimos/environment/__init__.py
./dimos/environment/environment.py
./dimos/exceptions/__init__.py
./dimos/exceptions/agent_memory_exceptions.py
./dimos/hardware/__init__.py
./dimos/hardware/end_effectors/__init__.py
./dimos/hardware/end_effectors/end_effector.py
./dimos/hardware/manipulators/__init__.py
./dimos/hardware/manipulators/spec.py
./dimos/hardware/manipulators/mock/__init__.py
./dimos/hardware/manipulators/mock/backend.py
./dimos/hardware/manipulators/piper/__init__.py
./dimos/hardware/manipulators/piper/backend.py
./dimos/hardware/manipulators/xarm/__init__.py
./dimos/hardware/manipulators/xarm/backend.py
./dimos/hardware/sensors/fake_zed_module.py
./dimos/hardware/sensors/camera/module.py
./dimos/hardware/sensors/camera/spec.py
./dimos/hardware/sensors/camera/test_webcam.py
./dimos/hardware/sensors/camera/webcam.py
./dimos/hardware/sensors/camera/gstreamer/gstreamer_camera.py
./dimos/hardware/sensors/camera/gstreamer/gstreamer_camera_test_script.py
./dimos/hardware/sensors/camera/gstreamer/gstreamer_sender.py
./dimos/hardware/sensors/camera/realsense/__init__.py
./dimos/hardware/sensors/camera/realsense/camera.py
./dimos/hardware/sensors/camera/zed/__init__.py
./dimos/hardware/sensors/camera/zed/camera.py
./dimos/hardware/sensors/camera/zed/test_zed.py
./dimos/manipulation/__init__.py
./dimos/manipulation/manipulation_history.py
./dimos/manipulation/manipulation_interface.py
./dimos/manipulation/test_manipulation_history.py
./dimos/manipulation/control/__init__.py
./dimos/manipulation/control/dual_trajectory_setter.py
./dimos/manipulation/control/orchestrator_client.py
./dimos/manipulation/control/target_setter.py
./dimos/manipulation/control/trajectory_setter.py
./dimos/manipulation/control/servo_control/__init__.py
./dimos/manipulation/control/servo_control/cartesian_motion_controller.py
./dimos/manipulation/control/trajectory_controller/__init__.py
./dimos/manipulation/control/trajectory_controller/joint_trajectory_controller.py
./dimos/manipulation/control/trajectory_controller/spec.py
./dimos/manipulation/planning/__init__.py
./dimos/manipulation/planning/trajectory_generator/__init__.py
./dimos/manipulation/planning/trajectory_generator/joint_trajectory_generator.py
./dimos/manipulation/planning/trajectory_generator/spec.py
./dimos/mapping/__init__.py
./dimos/mapping/costmapper.py
./dimos/mapping/test_voxels.py
./dimos/mapping/types.py
./dimos/mapping/voxels.py
./dimos/mapping/google_maps/conftest.py
./dimos/mapping/google_maps/google_maps.py
./dimos/mapping/google_maps/test_google_maps.py
./dimos/mapping/google_maps/types.py
./dimos/mapping/occupancy/conftest.py
./dimos/mapping/occupancy/extrude_occupancy.py
./dimos/mapping/occupancy/gradient.py
./dimos/mapping/occupancy/inflation.py
./dimos/mapping/occupancy/operations.py
./dimos/mapping/occupancy/path_map.py
./dimos/mapping/occupancy/path_mask.py
./dimos/mapping/occupancy/path_resampling.py
./dimos/mapping/occupancy/test_extrude_occupancy.py
./dimos/mapping/occupancy/test_gradient.py
./dimos/mapping/occupancy/test_inflation.py
./dimos/mapping/occupancy/test_operations.py
./dimos/mapping/occupancy/test_path_map.py
./dimos/mapping/occupancy/test_path_mask.py
./dimos/mapping/occupancy/test_path_resampling.py
./dimos/mapping/occupancy/test_visualizations.py
./dimos/mapping/occupancy/visualizations.py
./dimos/mapping/occupancy/visualize_path.py
./dimos/mapping/osm/__init__.py
./dimos/mapping/osm/current_location_map.py
./dimos/mapping/osm/demo_osm.py
./dimos/mapping/osm/osm.py
./dimos/mapping/osm/query.py
./dimos/mapping/osm/test_osm.py
./dimos/mapping/pointclouds/demo.py
./dimos/mapping/pointclouds/occupancy.py
./dimos/mapping/pointclouds/test_occupancy.py
./dimos/mapping/pointclouds/test_occupancy_speed.py
./dimos/mapping/pointclouds/util.py
./dimos/mapping/pointclouds/accumulators/general.py
./dimos/mapping/pointclouds/accumulators/protocol.py
./dimos/mapping/utils/distance.py
./dimos/models/__init__.py
./dimos/models/base.py
./dimos/models/test_base.py
./dimos/models/depth/__init__.py
./dimos/models/depth/metric3d.py
./dimos/models/depth/test_metric3d.py
./dimos/models/embedding/__init__.py
./dimos/models/embedding/base.py
./dimos/models/embedding/clip.py
./dimos/models/embedding/mobileclip.py
./dimos/models/embedding/test_embedding.py
./dimos/models/embedding/treid.py
./dimos/models/manipulation/__init__.py
./dimos/models/manipulation/contact_graspnet_pytorch/inference.py
./dimos/models/manipulation/contact_graspnet_pytorch/test_contact_graspnet.py
./dimos/models/qwen/video_query.py
./dimos/models/segmentation/edge_tam.py
./dimos/models/vl/__init__.py
./dimos/models/vl/base.py
./dimos/models/vl/florence.py
./dimos/models/vl/moondream.py
./dimos/models/vl/moondream_hosted.py
./dimos/models/vl/openai.py
./dimos/models/vl/qwen.py
./dimos/models/vl/test_base.py
./dimos/models/vl/test_captioner.py
./dimos/models/vl/test_models.py
./dimos/models/vl/test_vlm.py
./dimos/msgs/__init__.py
./dimos/msgs/protocol.py
./dimos/msgs/foxglove_msgs/Color.py
./dimos/msgs/foxglove_msgs/ImageAnnotations.py
./dimos/msgs/foxglove_msgs/__init__.py
./dimos/msgs/geometry_msgs/Pose.py
./dimos/msgs/geometry_msgs/PoseStamped.py
./dimos/msgs/geometry_msgs/PoseWithCovariance.py
./dimos/msgs/geometry_msgs/PoseWithCovarianceStamped.py
./dimos/msgs/geometry_msgs/Quaternion.py
./dimos/msgs/geometry_msgs/Transform.py
./dimos/msgs/geometry_msgs/Twist.py
./dimos/msgs/geometry_msgs/TwistStamped.py
./dimos/msgs/geometry_msgs/TwistWithCovariance.py
./dimos/msgs/geometry_msgs/TwistWithCovarianceStamped.py
./dimos/msgs/geometry_msgs/Vector3.py
./dimos/msgs/geometry_msgs/Wrench.py
./dimos/msgs/geometry_msgs/WrenchStamped.py
./dimos/msgs/geometry_msgs/__init__.py
./dimos/msgs/geometry_msgs/test_Pose.py
./dimos/msgs/geometry_msgs/test_PoseStamped.py
./dimos/msgs/geometry_msgs/test_PoseWithCovariance.py
./dimos/msgs/geometry_msgs/test_PoseWithCovarianceStamped.py
./dimos/msgs/geometry_msgs/test_Quaternion.py
./dimos/msgs/geometry_msgs/test_Transform.py
./dimos/msgs/geometry_msgs/test_Twist.py
./dimos/msgs/geometry_msgs/test_TwistStamped.py
./dimos/msgs/geometry_msgs/test_TwistWithCovariance.py
./dimos/msgs/geometry_msgs/test_TwistWithCovarianceStamped.py
./dimos/msgs/geometry_msgs/test_Vector3.py
./dimos/msgs/geometry_msgs/test_publish.py
./dimos/msgs/nav_msgs/OccupancyGrid.py
./dimos/msgs/nav_msgs/Odometry.py
./dimos/msgs/nav_msgs/Path.py
./dimos/msgs/nav_msgs/__init__.py
./dimos/msgs/nav_msgs/test_OccupancyGrid.py
./dimos/msgs/nav_msgs/test_Odometry.py
./dimos/msgs/nav_msgs/test_Path.py
./dimos/msgs/sensor_msgs/CameraInfo.py
./dimos/msgs/sensor_msgs/Image.py
./dimos/msgs/sensor_msgs/JointCommand.py
./dimos/msgs/sensor_msgs/JointState.py
./dimos/msgs/sensor_msgs/Joy.py
./dimos/msgs/sensor_msgs/PointCloud2.py
./dimos/msgs/sensor_msgs/RobotState.py
./dimos/msgs/sensor_msgs/__init__.py
./dimos/msgs/sensor_msgs/test_CameraInfo.py
./dimos/msgs/sensor_msgs/test_Joy.py
./dimos/msgs/sensor_msgs/test_PointCloud2.py
./dimos/msgs/sensor_msgs/test_image.py
./dimos/msgs/sensor_msgs/image_impls/AbstractImage.py
./dimos/msgs/sensor_msgs/image_impls/CudaImage.py
./dimos/msgs/sensor_msgs/image_impls/NumpyImage.py
./dimos/msgs/sensor_msgs/image_impls/test_image_backend_utils.py
./dimos/msgs/sensor_msgs/image_impls/test_image_backends.py
./dimos/msgs/std_msgs/Bool.py
./dimos/msgs/std_msgs/Header.py
./dimos/msgs/std_msgs/Int32.py
./dimos/msgs/std_msgs/Int8.py
./dimos/msgs/std_msgs/__init__.py
./dimos/msgs/std_msgs/test_header.py
./dimos/msgs/tf2_msgs/TFMessage.py
./dimos/msgs/tf2_msgs/__init__.py
./dimos/msgs/tf2_msgs/test_TFMessage.py
./dimos/msgs/tf2_msgs/test_TFMessage_lcmpub.py
./dimos/msgs/trajectory_msgs/JointTrajectory.py
./dimos/msgs/trajectory_msgs/TrajectoryPoint.py
./dimos/msgs/trajectory_msgs/TrajectoryStatus.py
./dimos/msgs/trajectory_msgs/__init__.py
./dimos/msgs/vision_msgs/BoundingBox2DArray.py
./dimos/msgs/vision_msgs/BoundingBox3DArray.py
./dimos/msgs/vision_msgs/Detection2D.py
./dimos/msgs/vision_msgs/Detection2DArray.py
./dimos/msgs/vision_msgs/Detection3D.py
./dimos/msgs/vision_msgs/Detection3DArray.py
./dimos/msgs/vision_msgs/__init__.py
./dimos/navigation/base.py
./dimos/navigation/bbox_navigation.py
./dimos/navigation/demo_ros_navigation.py
./dimos/navigation/rosnav.py
./dimos/navigation/frontier_exploration/__init__.py
./dimos/navigation/frontier_exploration/test_wavefront_frontier_goal_selector.py
./dimos/navigation/frontier_exploration/utils.py
./dimos/navigation/frontier_exploration/wavefront_frontier_goal_selector.py
./dimos/navigation/replanning_a_star/controllers.py
./dimos/navigation/replanning_a_star/global_planner.py
./dimos/navigation/replanning_a_star/goal_validator.py
./dimos/navigation/replanning_a_star/local_planner.py
./dimos/navigation/replanning_a_star/min_cost_astar.py
./dimos/navigation/replanning_a_star/min_cost_astar_ext.pyi
./dimos/navigation/replanning_a_star/module.py
./dimos/navigation/replanning_a_star/navigation_map.py
./dimos/navigation/replanning_a_star/path_clearance.py
./dimos/navigation/replanning_a_star/path_distancer.py
./dimos/navigation/replanning_a_star/position_tracker.py
./dimos/navigation/replanning_a_star/replan_limiter.py
./dimos/navigation/replanning_a_star/test_goal_validator.py
./dimos/navigation/replanning_a_star/test_min_cost_astar.py
./dimos/navigation/visual/query.py
./dimos/navigation/visual_servoing/detection_navigation.py
./dimos/navigation/visual_servoing/visual_servoing_2d.py
./dimos/perception/__init__.py
./dimos/perception/demo_object_scene_registration.py
./dimos/perception/object_scene_registration.py
./dimos/perception/object_tracker.py
./dimos/perception/object_tracker_2d.py
./dimos/perception/object_tracker_3d.py
./dimos/perception/spatial_perception.py
./dimos/perception/test_spatial_memory.py
./dimos/perception/test_spatial_memory_module.py
./dimos/perception/common/__init__.py
./dimos/perception/common/utils.py
./dimos/perception/detection/__init__.py
./dimos/perception/detection/conftest.py
./dimos/perception/detection/module2D.py
./dimos/perception/detection/module3D.py
./dimos/perception/detection/moduleDB.py
./dimos/perception/detection/objectDB.py
./dimos/perception/detection/person_tracker.py
./dimos/perception/detection/test_moduleDB.py
./dimos/perception/detection/detectors/__init__.py
./dimos/perception/detection/detectors/conftest.py
./dimos/perception/detection/detectors/test_bbox_detectors.py
./dimos/perception/detection/detectors/types.py
./dimos/perception/detection/detectors/yolo.py
./dimos/perception/detection/detectors/yoloe.py
./dimos/perception/detection/detectors/person/test_person_detectors.py
./dimos/perception/detection/detectors/person/yolo.py
./dimos/perception/detection/reid/__init__.py
./dimos/perception/detection/reid/embedding_id_system.py
./dimos/perception/detection/reid/module.py
./dimos/perception/detection/reid/test_embedding_id_system.py
./dimos/perception/detection/reid/test_module.py
./dimos/perception/detection/reid/type.py
./dimos/perception/detection/type/__init__.py
./dimos/perception/detection/type/imageDetections.py
./dimos/perception/detection/type/test_detection3d.py
./dimos/perception/detection/type/test_object3d.py
./dimos/perception/detection/type/utils.py
./dimos/perception/detection/type/detection2d/__init__.py
./dimos/perception/detection/type/detection2d/base.py
./dimos/perception/detection/type/detection2d/bbox.py
./dimos/perception/detection/type/detection2d/imageDetections2D.py
./dimos/perception/detection/type/detection2d/person.py
./dimos/perception/detection/type/detection2d/point.py
./dimos/perception/detection/type/detection2d/seg.py
./dimos/perception/detection/type/detection2d/test_bbox.py
./dimos/perception/detection/type/detection2d/test_imageDetections2D.py
./dimos/perception/detection/type/detection2d/test_person.py
./dimos/perception/detection/type/detection3d/__init__.py
./dimos/perception/detection/type/detection3d/base.py
./dimos/perception/detection/type/detection3d/bbox.py
./dimos/perception/detection/type/detection3d/imageDetections3DPC.py
./dimos/perception/detection/type/detection3d/object.py
./dimos/perception/detection/type/detection3d/pointcloud.py
./dimos/perception/detection/type/detection3d/pointcloud_filters.py
./dimos/perception/detection/type/detection3d/test_imageDetections3DPC.py
./dimos/perception/detection/type/detection3d/test_pointcloud.py
./dimos/perception/experimental/__init__.py
./dimos/perception/experimental/temporal_memory/__init__.py
./dimos/perception/experimental/temporal_memory/clip_filter.py
./dimos/perception/experimental/temporal_memory/entity_graph_db.py
./dimos/perception/experimental/temporal_memory/temporal_memory.py
./dimos/perception/experimental/temporal_memory/temporal_memory_deploy.py
./dimos/perception/experimental/temporal_memory/temporal_memory_example.py
./dimos/perception/experimental/temporal_memory/test_temporal_memory_module.py
./dimos/perception/experimental/temporal_memory/temporal_utils/__init__.py
./dimos/perception/experimental/temporal_memory/temporal_utils/graph_utils.py
./dimos/perception/experimental/temporal_memory/temporal_utils/helpers.py
./dimos/perception/experimental/temporal_memory/temporal_utils/parsers.py
./dimos/perception/experimental/temporal_memory/temporal_utils/prompts.py
./dimos/perception/experimental/temporal_memory/temporal_utils/state.py
./dimos/protocol/__init__.py
./dimos/protocol/encode/__init__.py
./dimos/protocol/mcp/__init__.py
./dimos/protocol/mcp/__main__.py
./dimos/protocol/mcp/bridge.py
./dimos/protocol/mcp/mcp.py
./dimos/protocol/mcp/test_mcp_module.py
./dimos/protocol/pubsub/__init__.py
./dimos/protocol/pubsub/jpeg_shm.py
./dimos/protocol/pubsub/lcmpubsub.py
./dimos/protocol/pubsub/memory.py
./dimos/protocol/pubsub/redispubsub.py
./dimos/protocol/pubsub/rospubsub.py
./dimos/protocol/pubsub/rospubsub_conversion.py
./dimos/protocol/pubsub/shmpubsub.py
./dimos/protocol/pubsub/spec.py
./dimos/protocol/pubsub/test_encoder.py
./dimos/protocol/pubsub/test_lcmpubsub.py
./dimos/protocol/pubsub/test_rospubsub.py
./dimos/protocol/pubsub/test_spec.py
./dimos/protocol/pubsub/benchmark/test_benchmark.py
./dimos/protocol/pubsub/benchmark/testdata.py
./dimos/protocol/pubsub/benchmark/type.py
./dimos/protocol/pubsub/shm/ipc_factory.py
./dimos/protocol/rpc/__init__.py
./dimos/protocol/rpc/pubsubrpc.py
./dimos/protocol/rpc/redisrpc.py
./dimos/protocol/rpc/rpc_utils.py
./dimos/protocol/rpc/spec.py
./dimos/protocol/rpc/test_lcmrpc.py
./dimos/protocol/rpc/test_rpc_utils.py
./dimos/protocol/rpc/test_spec.py
./dimos/protocol/service/__init__.py
./dimos/protocol/service/lcmservice.py
./dimos/protocol/service/spec.py
./dimos/protocol/service/system_configurator.py
./dimos/protocol/service/test_lcmservice.py
./dimos/protocol/service/test_spec.py
./dimos/protocol/service/test_system_configurator.py
./dimos/protocol/skill/__init__.py
./dimos/protocol/skill/comms.py
./dimos/protocol/skill/coordinator.py
./dimos/protocol/skill/schema.py
./dimos/protocol/skill/skill.py
./dimos/protocol/skill/test_coordinator.py
./dimos/protocol/skill/test_utils.py
./dimos/protocol/skill/type.py
./dimos/protocol/skill/utils.py
./dimos/protocol/tf/__init__.py
./dimos/protocol/tf/test_tf.py
./dimos/protocol/tf/tf.py
./dimos/protocol/tf/tflcmcpp.py
./dimos/robot/__init__.py
./dimos/robot/all_blueprints.py
./dimos/robot/foxglove_bridge.py
./dimos/robot/position_stream.py
./dimos/robot/robot.py
./dimos/robot/ros_bridge.py
./dimos/robot/ros_command_queue.py
./dimos/robot/test_all_blueprints.py
./dimos/robot/test_ros_bridge.py
./dimos/robot/cli/dimos.py
./dimos/robot/cli/topic.py
./dimos/robot/drone/__init__.py
./dimos/robot/drone/camera_module.py
./dimos/robot/drone/connection_module.py
./dimos/robot/drone/dji_video_stream.py
./dimos/robot/drone/drone.py
./dimos/robot/drone/drone_tracking_module.py
./dimos/robot/drone/drone_visual_servoing_controller.py
./dimos/robot/drone/mavlink_connection.py
./dimos/robot/drone/test_drone.py
./dimos/robot/unitree/run.py
./dimos/robot/unitree/connection/__init__.py
./dimos/robot/unitree/connection/connection.py
./dimos/robot/unitree/connection/g1.py
./dimos/robot/unitree/connection/g1sim.py
./dimos/robot/unitree/connection/go2.py
./dimos/robot/unitree/g1/g1agent.py
./dimos/robot/unitree/g1/g1detector.py
./dimos/robot/unitree/g1/g1zed.py
./dimos/robot/unitree/go2/go2.py
./dimos/robot/unitree/go2/go2.urdf
./dimos/robot/unitree_webrtc/__init__.py
./dimos/robot/unitree_webrtc/demo_error_on_name_conflicts.py
./dimos/robot/unitree_webrtc/depth_module.py
./dimos/robot/unitree_webrtc/keyboard_teleop.py
./dimos/robot/unitree_webrtc/mujoco_connection.py
./dimos/robot/unitree_webrtc/rosnav.py
./dimos/robot/unitree_webrtc/unitree_g1_blueprints.py
./dimos/robot/unitree_webrtc/unitree_g1_skill_container.py
./dimos/robot/unitree_webrtc/unitree_go2_blueprints.py
./dimos/robot/unitree_webrtc/unitree_skill_container.py
./dimos/robot/unitree_webrtc/unitree_skills.py
./dimos/robot/unitree_webrtc/modular/detect.py
./dimos/robot/unitree_webrtc/params/front_camera_720.yaml
./dimos/robot/unitree_webrtc/params/sim_camera.yaml
./dimos/robot/unitree_webrtc/testing/__init__.py
./dimos/robot/unitree_webrtc/testing/helpers.py
./dimos/robot/unitree_webrtc/testing/mock.py
./dimos/robot/unitree_webrtc/testing/test_actors.py
./dimos/robot/unitree_webrtc/testing/test_tooling.py
./dimos/robot/unitree_webrtc/type/__init__.py
./dimos/robot/unitree_webrtc/type/lidar.py
./dimos/robot/unitree_webrtc/type/lowstate.py
./dimos/robot/unitree_webrtc/type/map.py
./dimos/robot/unitree_webrtc/type/odometry.py
./dimos/robot/unitree_webrtc/type/test_lidar.py
./dimos/robot/unitree_webrtc/type/test_odometry.py
./dimos/robot/unitree_webrtc/type/test_timeseries.py
./dimos/robot/unitree_webrtc/type/timeseries.py
./dimos/robot/unitree_webrtc/type/vector.py
./dimos/robot/unitree_webrtc/unitree_b1/__init__.py
./dimos/robot/unitree_webrtc/unitree_b1/b1_command.py
./dimos/robot/unitree_webrtc/unitree_b1/connection.py
./dimos/robot/unitree_webrtc/unitree_b1/joystick_module.py
./dimos/robot/unitree_webrtc/unitree_b1/test_connection.py
./dimos/robot/unitree_webrtc/unitree_b1/unitree_b1.py
./dimos/robot/utils/robot_debugger.py
./dimos/rxpy_backpressure/LICENSE.txt
./dimos/rxpy_backpressure/__init__.py
./dimos/rxpy_backpressure/backpressure.py
./dimos/rxpy_backpressure/drop.py
./dimos/rxpy_backpressure/function_runner.py
./dimos/rxpy_backpressure/latest.py
./dimos/rxpy_backpressure/locks.py
./dimos/rxpy_backpressure/observer.py
./dimos/simulation/__init__.py
./dimos/simulation/base/__init__.py
./dimos/simulation/base/simulator_base.py
./dimos/simulation/base/stream_base.py
./dimos/simulation/genesis/__init__.py
./dimos/simulation/genesis/simulator.py
./dimos/simulation/genesis/stream.py
./dimos/simulation/isaac/__init__.py
./dimos/simulation/isaac/simulator.py
./dimos/simulation/isaac/stream.py
./dimos/simulation/mujoco/constants.py
./dimos/simulation/mujoco/depth_camera.py
./dimos/simulation/mujoco/input_controller.py
./dimos/simulation/mujoco/model.py
./dimos/simulation/mujoco/mujoco_process.py
./dimos/simulation/mujoco/person_on_track.py
./dimos/simulation/mujoco/policy.py
./dimos/simulation/mujoco/shared_memory.py
./dimos/skills/__init__.py
./dimos/skills/kill_skill.py
./dimos/skills/skills.py
./dimos/skills/speak.py
./dimos/skills/visual_navigation_skills.py
./dimos/skills/manipulation/abstract_manipulation_skill.py
./dimos/skills/manipulation/force_constraint_skill.py
./dimos/skills/manipulation/manipulate_skill.py
./dimos/skills/manipulation/pick_and_place.py
./dimos/skills/manipulation/rotation_constraint_skill.py
./dimos/skills/manipulation/translation_constraint_skill.py
./dimos/skills/rest/__init__.py
./dimos/skills/rest/rest.py
./dimos/skills/unitree/__init__.py
./dimos/skills/unitree/unitree_speak.py
./dimos/spec/__init__.py
./dimos/spec/control.py
./dimos/spec/map.py
./dimos/spec/nav.py
./dimos/spec/perception.py
./dimos/stream/__init__.py
./dimos/stream/data_provider.py
./dimos/stream/frame_processor.py
./dimos/stream/ros_video_provider.py
./dimos/stream/rtsp_video_provider.py
./dimos/stream/stream_merger.py
./dimos/stream/video_operators.py
./dimos/stream/video_provider.py
./dimos/stream/audio/__init__.py
./dimos/stream/audio/base.py
./dimos/stream/audio/node_key_recorder.py
./dimos/stream/audio/node_microphone.py
./dimos/stream/audio/node_normalizer.py
./dimos/stream/audio/node_output.py
./dimos/stream/audio/node_simulated.py
./dimos/stream/audio/node_volume_monitor.py
./dimos/stream/audio/pipelines.py
./dimos/stream/audio/utils.py
./dimos/stream/audio/volume.py
./dimos/stream/audio/stt/node_whisper.py
./dimos/stream/audio/text/base.py
./dimos/stream/audio/text/node_stdout.py
./dimos/stream/audio/tts/node_openai.py
./dimos/stream/audio/tts/node_pytts.py
./dimos/stream/video_providers/__init__.py
./dimos/types/constants.py
./dimos/types/manipulation.py
./dimos/types/robot_capabilities.py
./dimos/types/robot_location.py
./dimos/types/ros_polyfill.py
./dimos/types/sample.py
./dimos/types/test_timestamped.py
./dimos/types/test_vector.py
./dimos/types/test_weaklist.py
./dimos/types/timestamped.py
./dimos/types/vector.py
./dimos/types/weaklist.py
./dimos/utils/__init__.py
./dimos/utils/actor_registry.py
./dimos/utils/data.py
./dimos/utils/demo_image_encoding.py
./dimos/utils/extract_frames.py
./dimos/utils/fast_image_generator.py
./dimos/utils/generic.py
./dimos/utils/gpu_utils.py
./dimos/utils/llm_utils.py
./dimos/utils/logging_config.py
./dimos/utils/metrics.py
./dimos/utils/monitoring.py
./dimos/utils/path_utils.py
./dimos/utils/reactive.py
./dimos/utils/simple_controller.py
./dimos/utils/test_data.py
./dimos/utils/test_foxglove_bridge.py
./dimos/utils/test_generic.py
./dimos/utils/test_llm_utils.py
./dimos/utils/test_reactive.py
./dimos/utils/test_transform_utils.py
./dimos/utils/test_trigonometry.py
./dimos/utils/threadpool.py
./dimos/utils/transform_utils.py
./dimos/utils/trigonometry.py
./dimos/utils/urdf.py
./dimos/utils/cli/__init__.py
./dimos/utils/cli/dimos.tcss
./dimos/utils/cli/plot.py
./dimos/utils/cli/theme.py
./dimos/utils/cli/agentspy/agentspy.py
./dimos/utils/cli/agentspy/demo_agentspy.py
./dimos/utils/cli/foxglove_bridge/run_foxglove_bridge.py
./dimos/utils/cli/human/humancli.py
./dimos/utils/cli/human/humanclianim.py
./dimos/utils/cli/lcmspy/lcmspy.py
./dimos/utils/cli/lcmspy/run_lcmspy.py
./dimos/utils/cli/lcmspy/test_lcmspy.py
./dimos/utils/cli/skillspy/demo_skillspy.py
./dimos/utils/cli/skillspy/skillspy.py
./dimos/utils/decorators/__init__.py
./dimos/utils/decorators/accumulators.py
./dimos/utils/decorators/decorators.py
./dimos/utils/decorators/test_decorators.py
./dimos/utils/docs/doclinks.py
./dimos/utils/docs/test_doclinks.py
./dimos/utils/testing/__init__.py
./dimos/utils/testing/moment.py
./dimos/utils/testing/replay.py
./dimos/utils/testing/test_moment.py
./dimos/utils/testing/test_replay.py
./dimos/web/__init__.py
./dimos/web/edge_io.py
./dimos/web/fastapi_server.py
./dimos/web/flask_server.py
./dimos/web/robot_web_interface.py
./dimos/web/command-center-extension/node_modules/flatted/python/flatted.py
./dimos/web/dimos_interface/__init__.py
./dimos/web/dimos_interface/api/__init__.py
./dimos/web/dimos_interface/api/server.py
./dimos/web/templates/index_fastapi.html
./dimos/web/templates/index_flask.html
./dimos/web/templates/rerun_dashboard.html
./dimos/web/websocket_vis/costmap_viz.py
./dimos/web/websocket_vis/optimized_costmap.py
./dimos/web/websocket_vis/path_history.py
./dimos/web/websocket_vis/websocket_vis_module.py
dimos/__init__.py
dimos/conftest.py
dimos/constants.py
dimos.egg-info/PKG-INFO
dimos.egg-info/SOURCES.txt
dimos.egg-info/dependency_links.txt
dimos.egg-info/entry_points.txt
dimos.egg-info/requires.txt
dimos.egg-info/top_level.txt
dimos/agents/__init__.py
dimos/agents/agent.py
dimos/agents/conftest.py
dimos/agents/llm_init.py
dimos/agents/ollama_agent.py
dimos/agents/spec.py
dimos/agents/system_prompt.py
dimos/agents/test_agent.py
dimos/agents/test_agent_direct.py
dimos/agents/test_agent_fake.py
dimos/agents/test_mock_agent.py
dimos/agents/test_stash_agent.py
dimos/agents/testing.py
dimos/agents/vlm_agent.py
dimos/agents/vlm_stream_tester.py
dimos/agents/cli/human.py
dimos/agents/cli/web.py
dimos/agents/skills/conftest.py
dimos/agents/skills/demo_calculator_skill.py
dimos/agents/skills/demo_google_maps_skill.py
dimos/agents/skills/demo_gps_nav.py
dimos/agents/skills/demo_robot.py
dimos/agents/skills/demo_skill.py
dimos/agents/skills/google_maps_skill_container.py
dimos/agents/skills/gps_nav_skill.py
dimos/agents/skills/navigation.py
dimos/agents/skills/osm.py
dimos/agents/skills/person_follow.py
dimos/agents/skills/speak_skill.py
dimos/agents/skills/test_google_maps_skill_container.py
dimos/agents/skills/test_gps_nav_skills.py
dimos/agents/skills/test_navigation.py
dimos/agents/skills/test_unitree_skill_container.py
dimos/agents/temp/webcam_agent.py
dimos/agents_deprecated/__init__.py
dimos/agents_deprecated/agent.py
dimos/agents_deprecated/agent_config.py
dimos/agents_deprecated/agent_message.py
dimos/agents_deprecated/agent_types.py
dimos/agents_deprecated/claude_agent.py
dimos/agents_deprecated/memory/__init__.py
dimos/agents_deprecated/memory/base.py
dimos/agents_deprecated/memory/chroma_impl.py
dimos/agents_deprecated/memory/image_embedding.py
dimos/agents_deprecated/memory/spatial_vector_db.py
dimos/agents_deprecated/memory/test_image_embedding.py
dimos/agents_deprecated/memory/visual_memory.py
dimos/agents_deprecated/modules/__init__.py
dimos/agents_deprecated/modules/base.py
dimos/agents_deprecated/modules/base_agent.py
dimos/agents_deprecated/modules/gateway/__init__.py
dimos/agents_deprecated/modules/gateway/client.py
dimos/agents_deprecated/modules/gateway/tensorzero_embedded.py
dimos/agents_deprecated/modules/gateway/tensorzero_simple.py
dimos/agents_deprecated/modules/gateway/utils.py
dimos/agents_deprecated/prompt_builder/__init__.py
dimos/agents_deprecated/prompt_builder/impl.py
dimos/agents_deprecated/tokenizer/__init__.py
dimos/agents_deprecated/tokenizer/base.py
dimos/agents_deprecated/tokenizer/huggingface_tokenizer.py
dimos/agents_deprecated/tokenizer/openai_tokenizer.py
dimos/control/__init__.py
dimos/control/blueprints.py
dimos/control/hardware_interface.py
dimos/control/orchestrator.py
dimos/control/task.py
dimos/control/test_control.py
dimos/control/tick_loop.py
dimos/control/tasks/__init__.py
dimos/control/tasks/trajectory_task.py
dimos/core/__init__.py
dimos/core/_test_future_annotations_helper.py
dimos/core/blueprints.py
dimos/core/colors.py
dimos/core/core.py
dimos/core/global_config.py
dimos/core/module.py
dimos/core/module_coordinator.py
dimos/core/o3dpickle.py
dimos/core/resource.py
dimos/core/rpc_client.py
dimos/core/skill_module.py
dimos/core/stream.py
dimos/core/test_blueprints.py
dimos/core/test_core.py
dimos/core/test_modules.py
dimos/core/test_rpcstress.py
dimos/core/test_stream.py
dimos/core/testing.py
dimos/core/transport.py
dimos/core/introspection/__init__.py
dimos/core/introspection/svg.py
dimos/core/introspection/utils.py
dimos/core/introspection/blueprint/__init__.py
dimos/core/introspection/blueprint/dot.py
dimos/core/introspection/module/__init__.py
dimos/core/introspection/module/ansi.py
dimos/core/introspection/module/dot.py
dimos/core/introspection/module/info.py
dimos/core/introspection/module/render.py
dimos/dashboard/__init__.py
dimos/dashboard/rerun_init.py
dimos/dashboard/rerun_scene_wiring.py
dimos/dashboard/tf_rerun_module.py
dimos/e2e_tests/conftest.py
dimos/e2e_tests/dimos_cli_call.py
dimos/e2e_tests/lcm_spy.py
dimos/e2e_tests/test_control_orchestrator.py
dimos/e2e_tests/test_dimos_cli_e2e.py
dimos/e2e_tests/test_person_follow.py
dimos/e2e_tests/test_spatial_memory.py
dimos/environment/__init__.py
dimos/environment/environment.py
dimos/exceptions/__init__.py
dimos/exceptions/agent_memory_exceptions.py
dimos/hardware/__init__.py
dimos/hardware/end_effectors/__init__.py
dimos/hardware/end_effectors/end_effector.py
dimos/hardware/manipulators/__init__.py
dimos/hardware/manipulators/spec.py
dimos/hardware/manipulators/mock/__init__.py
dimos/hardware/manipulators/mock/backend.py
dimos/hardware/manipulators/piper/__init__.py
dimos/hardware/manipulators/piper/backend.py
dimos/hardware/manipulators/xarm/__init__.py
dimos/hardware/manipulators/xarm/backend.py
dimos/hardware/sensors/fake_zed_module.py
dimos/hardware/sensors/camera/module.py
dimos/hardware/sensors/camera/spec.py
dimos/hardware/sensors/camera/test_webcam.py
dimos/hardware/sensors/camera/webcam.py
dimos/hardware/sensors/camera/gstreamer/gstreamer_camera.py
dimos/hardware/sensors/camera/gstreamer/gstreamer_camera_test_script.py
dimos/hardware/sensors/camera/gstreamer/gstreamer_sender.py
dimos/hardware/sensors/camera/realsense/__init__.py
dimos/hardware/sensors/camera/realsense/camera.py
dimos/hardware/sensors/camera/zed/__init__.py
dimos/hardware/sensors/camera/zed/camera.py
dimos/hardware/sensors/camera/zed/test_zed.py
dimos/manipulation/__init__.py
dimos/manipulation/manipulation_history.py
dimos/manipulation/manipulation_interface.py
dimos/manipulation/test_manipulation_history.py
dimos/manipulation/control/__init__.py
dimos/manipulation/control/dual_trajectory_setter.py
dimos/manipulation/control/orchestrator_client.py
dimos/manipulation/control/target_setter.py
dimos/manipulation/control/trajectory_setter.py
dimos/manipulation/control/servo_control/__init__.py
dimos/manipulation/control/servo_control/cartesian_motion_controller.py
dimos/manipulation/control/trajectory_controller/__init__.py
dimos/manipulation/control/trajectory_controller/joint_trajectory_controller.py
dimos/manipulation/control/trajectory_controller/spec.py
dimos/manipulation/planning/__init__.py
dimos/manipulation/planning/trajectory_generator/__init__.py
dimos/manipulation/planning/trajectory_generator/joint_trajectory_generator.py
dimos/manipulation/planning/trajectory_generator/spec.py
dimos/mapping/__init__.py
dimos/mapping/costmapper.py
dimos/mapping/test_voxels.py
dimos/mapping/types.py
dimos/mapping/voxels.py
dimos/mapping/google_maps/conftest.py
dimos/mapping/google_maps/google_maps.py
dimos/mapping/google_maps/test_google_maps.py
dimos/mapping/google_maps/types.py
dimos/mapping/occupancy/conftest.py
dimos/mapping/occupancy/extrude_occupancy.py
dimos/mapping/occupancy/gradient.py
dimos/mapping/occupancy/inflation.py
dimos/mapping/occupancy/operations.py
dimos/mapping/occupancy/path_map.py
dimos/mapping/occupancy/path_mask.py
dimos/mapping/occupancy/path_resampling.py
dimos/mapping/occupancy/test_extrude_occupancy.py
dimos/mapping/occupancy/test_gradient.py
dimos/mapping/occupancy/test_inflation.py
dimos/mapping/occupancy/test_operations.py
dimos/mapping/occupancy/test_path_map.py
dimos/mapping/occupancy/test_path_mask.py
dimos/mapping/occupancy/test_path_resampling.py
dimos/mapping/occupancy/test_visualizations.py
dimos/mapping/occupancy/visualizations.py
dimos/mapping/occupancy/visualize_path.py
dimos/mapping/osm/__init__.py
dimos/mapping/osm/current_location_map.py
dimos/mapping/osm/demo_osm.py
dimos/mapping/osm/osm.py
dimos/mapping/osm/query.py
dimos/mapping/osm/test_osm.py
dimos/mapping/pointclouds/demo.py
dimos/mapping/pointclouds/occupancy.py
dimos/mapping/pointclouds/test_occupancy.py
dimos/mapping/pointclouds/test_occupancy_speed.py
dimos/mapping/pointclouds/util.py
dimos/mapping/pointclouds/accumulators/general.py
dimos/mapping/pointclouds/accumulators/protocol.py
dimos/mapping/utils/distance.py
dimos/models/__init__.py
dimos/models/base.py
dimos/models/test_base.py
dimos/models/depth/__init__.py
dimos/models/depth/metric3d.py
dimos/models/depth/test_metric3d.py
dimos/models/embedding/__init__.py
dimos/models/embedding/base.py
dimos/models/embedding/clip.py
dimos/models/embedding/mobileclip.py
dimos/models/embedding/test_embedding.py
dimos/models/embedding/treid.py
dimos/models/manipulation/__init__.py
dimos/models/manipulation/contact_graspnet_pytorch/inference.py
dimos/models/manipulation/contact_graspnet_pytorch/test_contact_graspnet.py
dimos/models/qwen/video_query.py
dimos/models/segmentation/edge_tam.py
dimos/models/vl/__init__.py
dimos/models/vl/base.py
dimos/models/vl/florence.py
dimos/models/vl/moondream.py
dimos/models/vl/moondream_hosted.py
dimos/models/vl/openai.py
dimos/models/vl/qwen.py
dimos/models/vl/test_base.py
dimos/models/vl/test_captioner.py
dimos/models/vl/test_models.py
dimos/models/vl/test_vlm.py
dimos/msgs/__init__.py
dimos/msgs/protocol.py
dimos/msgs/foxglove_msgs/Color.py
dimos/msgs/foxglove_msgs/ImageAnnotations.py
dimos/msgs/foxglove_msgs/__init__.py
dimos/msgs/geometry_msgs/Pose.py
dimos/msgs/geometry_msgs/PoseStamped.py
dimos/msgs/geometry_msgs/PoseWithCovariance.py
dimos/msgs/geometry_msgs/PoseWithCovarianceStamped.py
dimos/msgs/geometry_msgs/Quaternion.py
dimos/msgs/geometry_msgs/Transform.py
dimos/msgs/geometry_msgs/Twist.py
dimos/msgs/geometry_msgs/TwistStamped.py
dimos/msgs/geometry_msgs/TwistWithCovariance.py
dimos/msgs/geometry_msgs/TwistWithCovarianceStamped.py
dimos/msgs/geometry_msgs/Vector3.py
dimos/msgs/geometry_msgs/Wrench.py
dimos/msgs/geometry_msgs/WrenchStamped.py
dimos/msgs/geometry_msgs/__init__.py
dimos/msgs/geometry_msgs/test_Pose.py
dimos/msgs/geometry_msgs/test_PoseStamped.py
dimos/msgs/geometry_msgs/test_PoseWithCovariance.py
dimos/msgs/geometry_msgs/test_PoseWithCovarianceStamped.py
dimos/msgs/geometry_msgs/test_Quaternion.py
dimos/msgs/geometry_msgs/test_Transform.py
dimos/msgs/geometry_msgs/test_Twist.py
dimos/msgs/geometry_msgs/test_TwistStamped.py
dimos/msgs/geometry_msgs/test_TwistWithCovariance.py
dimos/msgs/geometry_msgs/test_TwistWithCovarianceStamped.py
dimos/msgs/geometry_msgs/test_Vector3.py
dimos/msgs/geometry_msgs/test_publish.py
dimos/msgs/nav_msgs/OccupancyGrid.py
dimos/msgs/nav_msgs/Odometry.py
dimos/msgs/nav_msgs/Path.py
dimos/msgs/nav_msgs/__init__.py
dimos/msgs/nav_msgs/test_OccupancyGrid.py
dimos/msgs/nav_msgs/test_Odometry.py
dimos/msgs/nav_msgs/test_Path.py
dimos/msgs/sensor_msgs/CameraInfo.py
dimos/msgs/sensor_msgs/Image.py
dimos/msgs/sensor_msgs/JointCommand.py
dimos/msgs/sensor_msgs/JointState.py
dimos/msgs/sensor_msgs/Joy.py
dimos/msgs/sensor_msgs/PointCloud2.py
dimos/msgs/sensor_msgs/RobotState.py
dimos/msgs/sensor_msgs/__init__.py
dimos/msgs/sensor_msgs/test_CameraInfo.py
dimos/msgs/sensor_msgs/test_Joy.py
dimos/msgs/sensor_msgs/test_PointCloud2.py
dimos/msgs/sensor_msgs/test_image.py
dimos/msgs/sensor_msgs/image_impls/AbstractImage.py
dimos/msgs/sensor_msgs/image_impls/CudaImage.py
dimos/msgs/sensor_msgs/image_impls/NumpyImage.py
dimos/msgs/sensor_msgs/image_impls/test_image_backend_utils.py
dimos/msgs/sensor_msgs/image_impls/test_image_backends.py
dimos/msgs/std_msgs/Bool.py
dimos/msgs/std_msgs/Header.py
dimos/msgs/std_msgs/Int32.py
dimos/msgs/std_msgs/Int8.py
dimos/msgs/std_msgs/__init__.py
dimos/msgs/std_msgs/test_header.py
dimos/msgs/tf2_msgs/TFMessage.py
dimos/msgs/tf2_msgs/__init__.py
dimos/msgs/tf2_msgs/test_TFMessage.py
dimos/msgs/tf2_msgs/test_TFMessage_lcmpub.py
dimos/msgs/trajectory_msgs/JointTrajectory.py
dimos/msgs/trajectory_msgs/TrajectoryPoint.py
dimos/msgs/trajectory_msgs/TrajectoryStatus.py
dimos/msgs/trajectory_msgs/__init__.py
dimos/msgs/vision_msgs/BoundingBox2DArray.py
dimos/msgs/vision_msgs/BoundingBox3DArray.py
dimos/msgs/vision_msgs/Detection2D.py
dimos/msgs/vision_msgs/Detection2DArray.py
dimos/msgs/vision_msgs/Detection3D.py
dimos/msgs/vision_msgs/Detection3DArray.py
dimos/msgs/vision_msgs/__init__.py
dimos/navigation/base.py
dimos/navigation/bbox_navigation.py
dimos/navigation/demo_ros_navigation.py
dimos/navigation/rosnav.py
dimos/navigation/frontier_exploration/__init__.py
dimos/navigation/frontier_exploration/test_wavefront_frontier_goal_selector.py
dimos/navigation/frontier_exploration/utils.py
dimos/navigation/frontier_exploration/wavefront_frontier_goal_selector.py
dimos/navigation/replanning_a_star/controllers.py
dimos/navigation/replanning_a_star/global_planner.py
dimos/navigation/replanning_a_star/goal_validator.py
dimos/navigation/replanning_a_star/local_planner.py
dimos/navigation/replanning_a_star/min_cost_astar.py
dimos/navigation/replanning_a_star/min_cost_astar_cpp.cpp
dimos/navigation/replanning_a_star/min_cost_astar_ext.pyi
dimos/navigation/replanning_a_star/module.py
dimos/navigation/replanning_a_star/navigation_map.py
dimos/navigation/replanning_a_star/path_clearance.py
dimos/navigation/replanning_a_star/path_distancer.py
dimos/navigation/replanning_a_star/position_tracker.py
dimos/navigation/replanning_a_star/replan_limiter.py
dimos/navigation/replanning_a_star/test_goal_validator.py
dimos/navigation/replanning_a_star/test_min_cost_astar.py
dimos/navigation/visual/query.py
dimos/navigation/visual_servoing/detection_navigation.py
dimos/navigation/visual_servoing/visual_servoing_2d.py
dimos/perception/__init__.py
dimos/perception/demo_object_scene_registration.py
dimos/perception/object_scene_registration.py
dimos/perception/object_tracker.py
dimos/perception/object_tracker_2d.py
dimos/perception/object_tracker_3d.py
dimos/perception/spatial_perception.py
dimos/perception/test_spatial_memory.py
dimos/perception/test_spatial_memory_module.py
dimos/perception/common/__init__.py
dimos/perception/common/utils.py
dimos/perception/detection/__init__.py
dimos/perception/detection/conftest.py
dimos/perception/detection/module2D.py
dimos/perception/detection/module3D.py
dimos/perception/detection/moduleDB.py
dimos/perception/detection/objectDB.py
dimos/perception/detection/person_tracker.py
dimos/perception/detection/test_moduleDB.py
dimos/perception/detection/detectors/__init__.py
dimos/perception/detection/detectors/conftest.py
dimos/perception/detection/detectors/test_bbox_detectors.py
dimos/perception/detection/detectors/types.py
dimos/perception/detection/detectors/yolo.py
dimos/perception/detection/detectors/yoloe.py
dimos/perception/detection/detectors/person/test_person_detectors.py
dimos/perception/detection/detectors/person/yolo.py
dimos/perception/detection/reid/__init__.py
dimos/perception/detection/reid/embedding_id_system.py
dimos/perception/detection/reid/module.py
dimos/perception/detection/reid/test_embedding_id_system.py
dimos/perception/detection/reid/test_module.py
dimos/perception/detection/reid/type.py
dimos/perception/detection/type/__init__.py
dimos/perception/detection/type/imageDetections.py
dimos/perception/detection/type/test_detection3d.py
dimos/perception/detection/type/test_object3d.py
dimos/perception/detection/type/utils.py
dimos/perception/detection/type/detection2d/__init__.py
dimos/perception/detection/type/detection2d/base.py
dimos/perception/detection/type/detection2d/bbox.py
dimos/perception/detection/type/detection2d/imageDetections2D.py
dimos/perception/detection/type/detection2d/person.py
dimos/perception/detection/type/detection2d/point.py
dimos/perception/detection/type/detection2d/seg.py
dimos/perception/detection/type/detection2d/test_bbox.py
dimos/perception/detection/type/detection2d/test_imageDetections2D.py
dimos/perception/detection/type/detection2d/test_person.py
dimos/perception/detection/type/detection3d/__init__.py
dimos/perception/detection/type/detection3d/base.py
dimos/perception/detection/type/detection3d/bbox.py
dimos/perception/detection/type/detection3d/imageDetections3DPC.py
dimos/perception/detection/type/detection3d/object.py
dimos/perception/detection/type/detection3d/pointcloud.py
dimos/perception/detection/type/detection3d/pointcloud_filters.py
dimos/perception/detection/type/detection3d/test_imageDetections3DPC.py
dimos/perception/detection/type/detection3d/test_pointcloud.py
dimos/perception/experimental/__init__.py
dimos/perception/experimental/temporal_memory/__init__.py
dimos/perception/experimental/temporal_memory/clip_filter.py
dimos/perception/experimental/temporal_memory/entity_graph_db.py
dimos/perception/experimental/temporal_memory/temporal_memory.py
dimos/perception/experimental/temporal_memory/temporal_memory_deploy.py
dimos/perception/experimental/temporal_memory/temporal_memory_example.py
dimos/perception/experimental/temporal_memory/test_temporal_memory_module.py
dimos/perception/experimental/temporal_memory/temporal_utils/__init__.py
dimos/perception/experimental/temporal_memory/temporal_utils/graph_utils.py
dimos/perception/experimental/temporal_memory/temporal_utils/helpers.py
dimos/perception/experimental/temporal_memory/temporal_utils/parsers.py
dimos/perception/experimental/temporal_memory/temporal_utils/prompts.py
dimos/perception/experimental/temporal_memory/temporal_utils/state.py
dimos/protocol/__init__.py
dimos/protocol/encode/__init__.py
dimos/protocol/mcp/__init__.py
dimos/protocol/mcp/__main__.py
dimos/protocol/mcp/bridge.py
dimos/protocol/mcp/mcp.py
dimos/protocol/mcp/test_mcp_module.py
dimos/protocol/pubsub/__init__.py
dimos/protocol/pubsub/jpeg_shm.py
dimos/protocol/pubsub/lcmpubsub.py
dimos/protocol/pubsub/memory.py
dimos/protocol/pubsub/redispubsub.py
dimos/protocol/pubsub/rospubsub.py
dimos/protocol/pubsub/rospubsub_conversion.py
dimos/protocol/pubsub/shmpubsub.py
dimos/protocol/pubsub/spec.py
dimos/protocol/pubsub/test_encoder.py
dimos/protocol/pubsub/test_lcmpubsub.py
dimos/protocol/pubsub/test_rospubsub.py
dimos/protocol/pubsub/test_spec.py
dimos/protocol/pubsub/benchmark/test_benchmark.py
dimos/protocol/pubsub/benchmark/testdata.py
dimos/protocol/pubsub/benchmark/type.py
dimos/protocol/pubsub/shm/ipc_factory.py
dimos/protocol/rpc/__init__.py
dimos/protocol/rpc/pubsubrpc.py
dimos/protocol/rpc/redisrpc.py
dimos/protocol/rpc/rpc_utils.py
dimos/protocol/rpc/spec.py
dimos/protocol/rpc/test_lcmrpc.py
dimos/protocol/rpc/test_rpc_utils.py
dimos/protocol/rpc/test_spec.py
dimos/protocol/service/__init__.py
dimos/protocol/service/lcmservice.py
dimos/protocol/service/spec.py
dimos/protocol/service/system_configurator.py
dimos/protocol/service/test_lcmservice.py
dimos/protocol/service/test_spec.py
dimos/protocol/service/test_system_configurator.py
dimos/protocol/skill/__init__.py
dimos/protocol/skill/comms.py
dimos/protocol/skill/coordinator.py
dimos/protocol/skill/schema.py
dimos/protocol/skill/skill.py
dimos/protocol/skill/test_coordinator.py
dimos/protocol/skill/test_utils.py
dimos/protocol/skill/type.py
dimos/protocol/skill/utils.py
dimos/protocol/tf/__init__.py
dimos/protocol/tf/test_tf.py
dimos/protocol/tf/tf.py
dimos/protocol/tf/tflcmcpp.py
dimos/robot/__init__.py
dimos/robot/all_blueprints.py
dimos/robot/foxglove_bridge.py
dimos/robot/position_stream.py
dimos/robot/robot.py
dimos/robot/ros_bridge.py
dimos/robot/ros_command_queue.py
dimos/robot/test_all_blueprints.py
dimos/robot/test_ros_bridge.py
dimos/robot/cli/dimos.py
dimos/robot/cli/topic.py
dimos/robot/drone/__init__.py
dimos/robot/drone/camera_module.py
dimos/robot/drone/connection_module.py
dimos/robot/drone/dji_video_stream.py
dimos/robot/drone/drone.py
dimos/robot/drone/drone_tracking_module.py
dimos/robot/drone/drone_visual_servoing_controller.py
dimos/robot/drone/mavlink_connection.py
dimos/robot/drone/test_drone.py
dimos/robot/unitree/run.py
dimos/robot/unitree/connection/__init__.py
dimos/robot/unitree/connection/connection.py
dimos/robot/unitree/connection/g1.py
dimos/robot/unitree/connection/g1sim.py
dimos/robot/unitree/connection/go2.py
dimos/robot/unitree/g1/g1agent.py
dimos/robot/unitree/g1/g1detector.py
dimos/robot/unitree/g1/g1zed.py
dimos/robot/unitree/go2/go2.py
dimos/robot/unitree/go2/go2.urdf
dimos/robot/unitree_webrtc/__init__.py
dimos/robot/unitree_webrtc/demo_error_on_name_conflicts.py
dimos/robot/unitree_webrtc/depth_module.py
dimos/robot/unitree_webrtc/keyboard_teleop.py
dimos/robot/unitree_webrtc/mujoco_connection.py
dimos/robot/unitree_webrtc/rosnav.py
dimos/robot/unitree_webrtc/unitree_g1_blueprints.py
dimos/robot/unitree_webrtc/unitree_g1_skill_container.py
dimos/robot/unitree_webrtc/unitree_go2_blueprints.py
dimos/robot/unitree_webrtc/unitree_skill_container.py
dimos/robot/unitree_webrtc/unitree_skills.py
dimos/robot/unitree_webrtc/modular/detect.py
dimos/robot/unitree_webrtc/params/front_camera_720.yaml
dimos/robot/unitree_webrtc/params/sim_camera.yaml
dimos/robot/unitree_webrtc/testing/__init__.py
dimos/robot/unitree_webrtc/testing/helpers.py
dimos/robot/unitree_webrtc/testing/mock.py
dimos/robot/unitree_webrtc/testing/test_actors.py
dimos/robot/unitree_webrtc/testing/test_tooling.py
dimos/robot/unitree_webrtc/type/__init__.py
dimos/robot/unitree_webrtc/type/lidar.py
dimos/robot/unitree_webrtc/type/lowstate.py
dimos/robot/unitree_webrtc/type/map.py
dimos/robot/unitree_webrtc/type/odometry.py
dimos/robot/unitree_webrtc/type/test_lidar.py
dimos/robot/unitree_webrtc/type/test_odometry.py
dimos/robot/unitree_webrtc/type/test_timeseries.py
dimos/robot/unitree_webrtc/type/timeseries.py
dimos/robot/unitree_webrtc/type/vector.py
dimos/robot/unitree_webrtc/unitree_b1/__init__.py
dimos/robot/unitree_webrtc/unitree_b1/b1_command.py
dimos/robot/unitree_webrtc/unitree_b1/connection.py
dimos/robot/unitree_webrtc/unitree_b1/joystick_module.py
dimos/robot/unitree_webrtc/unitree_b1/test_connection.py
dimos/robot/unitree_webrtc/unitree_b1/unitree_b1.py
dimos/robot/utils/robot_debugger.py
dimos/rxpy_backpressure/LICENSE.txt
dimos/rxpy_backpressure/__init__.py
dimos/rxpy_backpressure/backpressure.py
dimos/rxpy_backpressure/drop.py
dimos/rxpy_backpressure/function_runner.py
dimos/rxpy_backpressure/latest.py
dimos/rxpy_backpressure/locks.py
dimos/rxpy_backpressure/observer.py
dimos/simulation/__init__.py
dimos/simulation/base/__init__.py
dimos/simulation/base/simulator_base.py
dimos/simulation/base/stream_base.py
dimos/simulation/genesis/__init__.py
dimos/simulation/genesis/simulator.py
dimos/simulation/genesis/stream.py
dimos/simulation/isaac/__init__.py
dimos/simulation/isaac/simulator.py
dimos/simulation/isaac/stream.py
dimos/simulation/mujoco/constants.py
dimos/simulation/mujoco/depth_camera.py
dimos/simulation/mujoco/input_controller.py
dimos/simulation/mujoco/model.py
dimos/simulation/mujoco/mujoco_process.py
dimos/simulation/mujoco/person_on_track.py
dimos/simulation/mujoco/policy.py
dimos/simulation/mujoco/shared_memory.py
dimos/skills/__init__.py
dimos/skills/kill_skill.py
dimos/skills/skills.py
dimos/skills/speak.py
dimos/skills/visual_navigation_skills.py
dimos/skills/manipulation/abstract_manipulation_skill.py
dimos/skills/manipulation/force_constraint_skill.py
dimos/skills/manipulation/manipulate_skill.py
dimos/skills/manipulation/pick_and_place.py
dimos/skills/manipulation/rotation_constraint_skill.py
dimos/skills/manipulation/translation_constraint_skill.py
dimos/skills/rest/__init__.py
dimos/skills/rest/rest.py
dimos/skills/unitree/__init__.py
dimos/skills/unitree/unitree_speak.py
dimos/spec/__init__.py
dimos/spec/control.py
dimos/spec/map.py
dimos/spec/nav.py
dimos/spec/perception.py
dimos/stream/__init__.py
dimos/stream/data_provider.py
dimos/stream/frame_processor.py
dimos/stream/ros_video_provider.py
dimos/stream/rtsp_video_provider.py
dimos/stream/stream_merger.py
dimos/stream/video_operators.py
dimos/stream/video_provider.py
dimos/stream/audio/__init__.py
dimos/stream/audio/base.py
dimos/stream/audio/node_key_recorder.py
dimos/stream/audio/node_microphone.py
dimos/stream/audio/node_normalizer.py
dimos/stream/audio/node_output.py
dimos/stream/audio/node_simulated.py
dimos/stream/audio/node_volume_monitor.py
dimos/stream/audio/pipelines.py
dimos/stream/audio/utils.py
dimos/stream/audio/volume.py
dimos/stream/audio/stt/node_whisper.py
dimos/stream/audio/text/base.py
dimos/stream/audio/text/node_stdout.py
dimos/stream/audio/tts/node_openai.py
dimos/stream/audio/tts/node_pytts.py
dimos/stream/video_providers/__init__.py
dimos/types/constants.py
dimos/types/manipulation.py
dimos/types/robot_capabilities.py
dimos/types/robot_location.py
dimos/types/ros_polyfill.py
dimos/types/sample.py
dimos/types/test_timestamped.py
dimos/types/test_vector.py
dimos/types/test_weaklist.py
dimos/types/timestamped.py
dimos/types/vector.py
dimos/types/weaklist.py
dimos/utils/__init__.py
dimos/utils/actor_registry.py
dimos/utils/data.py
dimos/utils/demo_image_encoding.py
dimos/utils/extract_frames.py
dimos/utils/fast_image_generator.py
dimos/utils/generic.py
dimos/utils/gpu_utils.py
dimos/utils/llm_utils.py
dimos/utils/logging_config.py
dimos/utils/metrics.py
dimos/utils/monitoring.py
dimos/utils/path_utils.py
dimos/utils/reactive.py
dimos/utils/simple_controller.py
dimos/utils/test_data.py
dimos/utils/test_foxglove_bridge.py
dimos/utils/test_generic.py
dimos/utils/test_llm_utils.py
dimos/utils/test_reactive.py
dimos/utils/test_transform_utils.py
dimos/utils/test_trigonometry.py
dimos/utils/threadpool.py
dimos/utils/transform_utils.py
dimos/utils/trigonometry.py
dimos/utils/urdf.py
dimos/utils/cli/__init__.py
dimos/utils/cli/dimos.tcss
dimos/utils/cli/plot.py
dimos/utils/cli/theme.py
dimos/utils/cli/agentspy/agentspy.py
dimos/utils/cli/agentspy/demo_agentspy.py
dimos/utils/cli/foxglove_bridge/run_foxglove_bridge.py
dimos/utils/cli/human/humancli.py
dimos/utils/cli/human/humanclianim.py
dimos/utils/cli/lcmspy/lcmspy.py
dimos/utils/cli/lcmspy/run_lcmspy.py
dimos/utils/cli/lcmspy/test_lcmspy.py
dimos/utils/cli/skillspy/demo_skillspy.py
dimos/utils/cli/skillspy/skillspy.py
dimos/utils/decorators/__init__.py
dimos/utils/decorators/accumulators.py
dimos/utils/decorators/decorators.py
dimos/utils/decorators/test_decorators.py
dimos/utils/docs/doclinks.py
dimos/utils/docs/test_doclinks.py
dimos/utils/testing/__init__.py
dimos/utils/testing/moment.py
dimos/utils/testing/replay.py
dimos/utils/testing/test_moment.py
dimos/utils/testing/test_replay.py
dimos/web/__init__.py
dimos/web/edge_io.py
dimos/web/fastapi_server.py
dimos/web/flask_server.py
dimos/web/robot_web_interface.py
dimos/web/templates/index_fastapi.html
dimos/web/templates/index_flask.html
dimos/web/templates/rerun_dashboard.html
dimos/web/websocket_vis/costmap_viz.py
dimos/web/websocket_vis/optimized_costmap.py
dimos/web/websocket_vis/path_history.py
dimos/web/websocket_vis/websocket_vis_module.py
tests/test.py
tests/test_bbox_integration.py
tests/test_cerebras_agent_mock_robot.py
tests/test_cerebras_agent_skills.py
tests/test_combined_stream.py
tests/test_dependency_injection.py
tests/test_go2_tracking.py
tests/test_groq.py
tests/test_observe_skill.py
tests/test_slam3r_mapping.py
tests/test_webrtc_driver.py