Releases: keroroxzz/habitat_ros
Releases · keroroxzz/habitat_ros
v 0.2.1
This is the habitat_ros 0.2.1.
Update Log:
- Use a simple robot as the default robot
- Correct "translation" to "position" in the robot config file
- Minor improvement of the code
We provide an example of creating your own robot in a different package.
-
install habitat_ros
-
download robot_example.zip in the latest release and decompress it to your {catkin_ws}/src/
-
catkin_make your workspace
-
Run the following comamnd to use the example robot in a isolated package.
roslaunch robot_example robot_example.launch
v 0.2.0
This is the habitat_ros 0.2.0.
We provide an example of creating your own robot in a different package.
- install habitat_ros
- download example_myrobot.zip and decompress this to your {catkin_ws}/src/
- catkin_make your workspace
- roslaunch myrobot myrobot.launch