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 20 ros_x_habitat issues
Sort by recently updated
recently updated
newest added

I try to use roam to navigate a ROS agent in habitat sim scene. The code I write is below: python src/scripts/roam_with_joy.py \ --hab-env-config-path configs/roam_configs/pointnav_rgbd_roam_mp3d_test_scenes.yaml \ --episode-id 1007 \ --scene-id...

I'm a bit confused on the installation and test instructions on the ReadMe, is `data/scene_datasets/mp3d/` just where one places the dataset from MatterPort 3D if they get access to it?...

I'm trying to run the ROS agent in Habitat sim example with RTAB map. There is an error with the rtabmap node, all topics published by the rtabmap_slam node seems...

# ROS x Habitat Installation Instructions ## Create and Activate Conda Environment ```bash cd ~ mkdir rosxhab cd rosxhab mkdir src cd src git clone https://github.com/ericchen321/ros_x_habitat.git cd ros_x_habitat conda create...

hi, followed the instruction tightly, I have successfully installed habitat-sim(v0.2.0), habitat-lab(v0.2.0) and rosxhabitat. python3.6, gym version is 0.26.2 habitat-sim(v0.2.0) is installed from conda Then I ran this command, and got...

Habitat lab has a docker container available, I was wondering if there was an official docker container or if someone has one that I can make use of?

Hi there, I would like to set up a semantic sensor for +physics+ROS settings. I added SEMANTIC_SENSOR item in the roam config file under PHYSICS_SIMULATOR: ` SEMANTIC_SENSOR: WIDTH: 480 HEIGHT:...

the RobotModel status of Rviz is error: URDF: parameter [robot_description] does not exist and was not found by searchparam() it look like there exist some problem of loading RobotModel

Hi, From Section "Navigating ROS Agent in Habitat Sim", which uses the roam_with_joy. How can I change the agent initial position in the scene? And, is there a direct method...

Hi, Is it planned to evolve the package such that it supports Habitat Sim/Lab 0.2.0 and newer? And what about other ROS versions? Ros1 Melodic or newer ROS 2 distributions?