You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After rosservice call /ros_x_habitat/agent_node/reset_agent "{reset: 0, seed: 0}"
After python src/nodes/habitat_agent_to_gazebo.py
After python src/nodes/gazebo_to_habitat_agent.py --pointgoal-location 1 1 0
Which step am I doing wrong, please give me some help
The text was updated successfully, but these errors were encountered:
@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.
I'm trying to reproduce Navigating Habitat Agent in Gazebo
After
After
After
rosservice call /ros_x_habitat/agent_node/reset_agent "{reset: 0, seed: 0}"
After
python src/nodes/habitat_agent_to_gazebo.py
After
python src/nodes/gazebo_to_habitat_agent.py --pointgoal-location 1 1 0
Which step am I doing wrong, please give me some help
The text was updated successfully, but these errors were encountered: