ros_x_habitat icon indicating copy to clipboard operation
ros_x_habitat copied to clipboard

Navigating Habitat Agent in Gazebo problem

Open Franc1sNing opened this issue 2 years ago • 1 comments

I'm trying to reproduce Navigating Habitat Agent in Gazebo

After

export TURTLEBOT3_MODEL="waffle" 
roslaunch turtlebot3_gazebo turtlebot3_house.launch

yQLZjkSxI9

After

python src/nodes/habitat_agent_node.py \
--node-name agent_node \
--input-type rgbd \
--model-path data/checkpoints/v2/gibson-rgbd-best.pth 

VtGve2lSxj

After rosservice call /ros_x_habitat/agent_node/reset_agent "{reset: 0, seed: 0}" zwxMzKse1U After python src/nodes/habitat_agent_to_gazebo.py NDn7nQKalK After python src/nodes/gazebo_to_habitat_agent.py --pointgoal-location 1 1 0 I244uevDw0 Which step am I doing wrong, please give me some help

Franc1sNing avatar Jun 08 '22 11:06 Franc1sNing

@Franc1sNing Are you using the latest commit (a437f6c)? The issue is due to the sensor resolution (720x720) not matching the shape of the agent's expected input (256x256). I've updated the resolution in gazebo_to_habitat_agent.py.

Also I just updated the readme with the command to launch turtlebot3_gazebo_rviz.launch.

ericchen321 avatar Jun 08 '22 17:06 ericchen321