ros_x_habitat icon indicating copy to clipboard operation
ros_x_habitat copied to clipboard

A bridge betwwen the ROS ecosystem and AI Habitat.

Results 22 ros_x_habitat issues
Sort by recently updated
recently updated
newest added

Hello @ericchen321 , Does this project support ROS 2 out of the box? if it isn't do you think that adding support to ROS 2 be a good idea, I...

After I installed habitat sim and habitat lab according to the instructions and ran the relevant code in the title, the navigation route is shown below. It can be seen...

when I try Navigating ROS Agent in Habitat Sim,Some issues arise: The command is as follows: python src/scripts/roam_with_joy.py --hab-env-config-path configs/roam_configs/pointnav_rgbd_roam_mp3d_test_scenes.yaml --scene-id data/scene_datasets/YFuZgdQ5vWj/YFuZgdQ5vWj.glb The error is as follows: Traceback (most recent...

When I used python 3.6, I found that there was an error reported in the habitat tab, so I upgraded the python version to 3.7. if there is a problem...

The command is: python src/scripts/eval_and_vis_habitat.py --input-type rgbd --model-path data/checkpoints/v2/gibson-rgbd-best.pth --task-config configs/setting_4_configs/pointnav_rgbd-mp3d.yaml --episode-id -1 --seed-file-path seeds/seed=7.csv --log-dir logs/ --make-maps --map-dir habitat_maps/ --make-plots \ Traceback (most recent call last): File "src/scripts/eval_and_vis_habitat.py", line...

Hi, I got an error when trying to run the following command. Can you help me with the following? Thank you very much. python src/scripts/eval_and_vis_habitat.py --input-type rgbd --model-path data/checkpoints/v2/gibson-rgbd-best.pth --task-config...

I'm opening a new issue for this. It also seem related to physics Let's see if we can find a solution. I'm using Ubuntu 20, ROS noetic, habitat 0.2.0 (no...

Hello, Thank you for sharing your work. The current instructions on downloading MP3D Scene-assets seem to be unclear. The hyperlink just redirects to the Matterport3D dataset homepage. At best, I...

I'm trying to reproduce Navigating Habitat Agent in Gazebo After ``` export TURTLEBOT3_MODEL="waffle" roslaunch turtlebot3_gazebo turtlebot3_house.launch ``` ![yQLZjkSxI9](https://user-images.githubusercontent.com/68621943/172602626-dce97d95-0919-4c4f-8dd0-2b82573b2e57.png) After ``` python src/nodes/habitat_agent_node.py \ --node-name agent_node \ --input-type rgbd \ --model-path...

I made it to use rtabmap_ros with this package, and these are the small changes I made to this package. 1. rtabmap_ros requires the frame_id of sensor data. 2. the...