Skip to content

Commit 5d46811

Browse files
committed
revert husarion_poc_example camera topic change
1 parent 810fad0 commit 5d46811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/husarion_poc_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def main():
4646
"The voice message should contain a very short information about what is going on and what is the next step. "
4747
),
4848
HumanMessage(
49-
content="The robot is moving. Use vision to understand the surroundings, and add waypoints based on observations. camera is accesible at topic /camera_image_color ."
49+
content="The robot is moving. Use vision to understand the surroundings, and add waypoints based on observations. camera is accesible at topic /camera/camera/color/image_raw ."
5050
),
5151
AgentLoop(stop_action=FinishTool().__class__.__name__, stop_iters=50),
5252
]

0 commit comments

Comments
 (0)