Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigating Habitat Agent in Gazebo problem #13

Open
Franc1sNing opened this issue Jun 8, 2022 · 1 comment
Open

Navigating Habitat Agent in Gazebo problem #13

Franc1sNing opened this issue Jun 8, 2022 · 1 comment

Comments

@Franc1sNing
Copy link

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

@ericchen321
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants