This is a ROS bridge for Misty robot by Misty Robotics. You can test your scripts that you have created for misty using this URDF file for the simulation.
- Have a working installation of ROS-Noetic set up on your Ubunto OS (Instructions on how to do this can be found on the ROS wiki)
- Clone the misty_description folder to your catkin workspace.
- Use
catkin_make
andsource devel/setup.bash
to build the project. - Launch the gazebo file to simulate misty
The misty_description folder has three major folders. The meshses and the URDF folder contains all the information that the simulation needs to create a virtual version of Misty. The launch files are what you will use to start your program. The two launch files you will use the most are the gazebo and rviz files.
Launch the gazebo file using roslaunch misty_description gazebo.launch
.
Launch the rviz file using roslaunch misty_description display.launch
.
If everything worked, after launching the gazebo file, misty should appear at the origin like in the image below.
For any errors contact us at [email protected]
Now you're ready to start making some scripts to program misty!